You can also use the aws cli
to transfer the key-pair to another region.
aws ec2 import-key-pair --key-name my-key --public-key-material file://~/.ssh/id_rsa.pub --region my-region
See this issue on GitHub for more.
You can also use the aws cli
to transfer the key-pair to another region.
aws ec2 import-key-pair --key-name my-key --public-key-material file://~/.ssh/id_rsa.pub --region my-region
See this issue on GitHub for more.