简体   繁体   中英

Is there any way to replicate our AWS EC2 instances without using Auto-scaling option?

Thanks in advance....

we have RDS replication with multi-AZ option. Is there any way to replicate our AWS EC2 instances without using Auto-scaling option?

Yes, configure your EC2 instance exactly the way you want it to be. Stop the instance and create an AMI of this instance. Then launch as many EC2 instances as you want using the AMI. Each EC2 instance will be almost identical. There will be differences due to licensing, IP addressing, instance ID, etc.

This is the same technique that you would use with Auto Scaling Groups (eg new instances are launched from a specific AMI).

Another option is to use Launch More Like This from the EC2 Console. However, this feature does not clone your instance, only replicates some configuration details.

On the EC2 console listing running instances, select the instance you want to replicate and under Actions click Launch More Like This.

http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/launch-more-like-this.html

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM