aws copy ami to another region Mar 2, 2021 • ulysses Here’s how to copy an AMI to another region. aws ec2 copy-image \ --source-image-id ami-xxxxxxxxxxx \ --source-region us-east-1 \ --region us-east-2 \ --name "My DR server" Output: { "ImageId": "ami-xxxxxxxxxxx" }