-
Notifications
You must be signed in to change notification settings - Fork 13
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
due to some auto tags script fails #13
Comments
@santoshdeyannavar Could you elaborate more on the issue?
|
example is an instance is in auto scaling group part. now if i m running this script to take backup of any such instances.. Below is error for the run. "An error occurred (InvalidParameterValue) when calling the CreateTags operation: Value ( aws:autoscaling:groupName ) for parameter key is invalid. Tag keys starting with 'aws:' are reserved for internal use InstanceId:xxxxxxxxxxxxxxxxxx Region:XXXXXX Exception:An error occurred (InvalidParameterValue) when calling the CreateTags operation: Value ( aws:autoscaling:groupName ) for parameter key is invalid. Tag keys starting with 'aws:' are reserved for internal use So error does not occur for backup but occurs when is collects all the tags from running instances and tries to create the same to AMI and snapshots respectively the respective ami and snapshots does not get tagged. |
@santoshdeyannavar Could you let us know, if you have mentioned the tag AMIBACKUPON: YES , in your launch configuration so that any upcoming instance would automatically have this tag, so that the script can proceed without any error. |
if you are using this backup of instance under autoscalling it has a default tage which cannot be created manually so the scripts tries to copy and tag that and fails example awsautoscallinggroup tag
The text was updated successfully, but these errors were encountered: