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
ec2-automate-backup-awscli.sh -r us-east-1 -s tag -t 'Backups-Nightly,Values=true' -k 31 -p -n
results in:
A client error (UnauthorizedOperation) occurred when calling the DescribeVolumes operation: You are not authorized to perform this operation.
An error occurred when running ec2-describe-volumes. The error returned is below:
(nothing below in reality)
I can run 'ec2-describe-volumes' without issue before and after ec2-automate-backup-awscli.sh and it returns my entire volume list in the region without issue.
This is running on a 3 day old Amazon Linux instance with preinstalled tools.
The text was updated successfully, but these errors were encountered:
ec2-automate-backup-awscli.sh -r us-east-1 -s tag -t 'Backups-Nightly,Values=true' -k 31 -p -n
results in:
A client error (UnauthorizedOperation) occurred when calling the DescribeVolumes operation: You are not authorized to perform this operation.
An error occurred when running ec2-describe-volumes. The error returned is below:
(nothing below in reality)
I can run 'ec2-describe-volumes' without issue before and after ec2-automate-backup-awscli.sh and it returns my entire volume list in the region without issue.
This is running on a 3 day old Amazon Linux instance with preinstalled tools.
The text was updated successfully, but these errors were encountered: