My EC2 is terminated after I attach it to auto scaling

0

I attached my EC2 to auto scaling group and I was looking for a way to make it scalable but it suddenly create another EC2 and the original one terminated. The new one is empty and nothing inside even not a full linux.

samuel
asked 5 months ago614 views
1 Answer
0

Hello.

AutoScaling automatically deletes EC2s that are determined to have problems through health checks and launches new EC2s.
EC2 that is launched in an AutoScaling group is created based on the AMI set in the launch template, so it must contain some kind of OS.
First of all, I think it's a good idea to start EC2 from the launch template and troubleshoot.

Check out the documentation below for other troubleshooting methods.
https://docs.aws.amazon.com/autoscaling/ec2/userguide/ts-as-instancelaunchfailure.html

profile picture
EXPERT
answered 5 months ago
profile picture
EXPERT
reviewed 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions