You are on page 1of 1

Describe Snapshot via AWS CLI in Power Shell

aws ec2 describe-snapshots --snapshot-id snap-a67fd02b

aws --region ap-southeast-2 ec2 copy-snapshot --source-region us-east-1 --sourcesnapshot-id snap-a67fd02b --description "This is my copied snapshot."

Change region using aws configure

aws ec2 describe-snapshots --snapshot-id snap-699fc27f

You might also like