You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actionscripted@dev $ ./ec2-automate-backup.sh -s tag -t Backups,Values=true -n -h -u
The output is:
Tagging Snapshot snap-6fac131e with the following Tags: Key=CreatedBy,Value=ec2-automate-backup Key=Name,Value=ec2ab_vol-964a987a_1455760489 Key=InitiatingHost,Value='dev' Key=Volume,Value=vol-964a987a Key=Created,Value=1455760489
The snapshot is created but there aren't any tags applied to it, it isn't named, etc. Under tags it's just empty.
@ActionScripted might not be the same in your case, but I had similar problem and traced it back to the permissions which the user I was running as. I had to add the create tags permission.
When I run the following command:
The output is:
The snapshot is created but there aren't any tags applied to it, it isn't named, etc. Under tags it's just empty.
AWS CLI version:
Screenshot in case that's in any way helpful:
The text was updated successfully, but these errors were encountered: