AWS Copy AMI to another Region by Ulysses · Mar 2, 2021 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"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" }{ "ImageId": "ami-xxxxxxxxxxx" }