-
Notifications
You must be signed in to change notification settings - Fork 343
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
ec2_snapshot tagging fails on KeyError #373
Comments
Files identified in the description:
If these files are inaccurate, please update the |
@jillr: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this issue with this template: |
…lections#373) * ec2_instance: build results inside find_instances and add backoff * Add retry decorator to ec2 clients
…lections#373) * ec2_instance: build results inside find_instances and add backoff * Add retry decorator to ec2 clients
…lections#373) * ec2_instance: build results inside find_instances and add backoff * Add retry decorator to ec2 clients
…lections#373) * ec2_instance: build results inside find_instances and add backoff * Add retry decorator to ec2 clients
SUMMARY
Seen in the ec2_ami tests, so we're probably missing a test case in the ec2_snapshot tests.
Line 273, in create_snapshot\nKeyError: 'Tags'\n",
Most likely missed in the recent boto3 refactor (#356)
In addition to fixing the bug we should also make sure this is covered in the ec2_snapshot tests.
ISSUE TYPE
COMPONENT NAME
ec2_snapshot
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: