-
Notifications
You must be signed in to change notification settings - Fork 716
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get the instance tag at "EC2 Stop By Tag" #4807
Comments
The other experiment using tags, ebs-loss-by-tag works fine. |
The error occurs because the |
This error occurred because the environment variable has been renamed, which has caused the runner to be unable to retrieve the correct value. Rather than correcting the fault configuration, I think it would be better to update the codebase to use I'm gonna work on this issue. |
What happened:
While running an AWS experiment using litmus helm v3.9.0, I encountered an error when executing the ec2-stop-by-tag. Despite providing a value for the
EC2_INSTANCE_TAG
field, the experiment failed because an empty string was passed to it.cc. @namkyu1999
What you expected to happen:
I expected the ec2-stop-by-tag experiment to stop the EC2 instance based on the provided tag value.
Where can this issue be corrected? (optional)
How to reproduce it (as minimally and precisely as possible):
EC2_INSTANCE_TAG
value(e.g.,stack:test
).EC2_INSTANCE_TAG
field, causing the experiment to fail.Anything else we need to know?:
Test Environment:
The text was updated successfully, but these errors were encountered: