Troubleshooting auto-scaling group Flashcards

1
Q

True or false: An EC2 instance will not launch if the associated key pair does not exist?

A

True. There must always be a Key Pair for an EC2 instance to launch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or False: If a security group no longer exists but is configured as part of an autoscaling group, AWS will automatically recreate it?

A

False. If the security group no longer exists, new EC2 instances will fail to launch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or false, if an instance type is no longer supported in an AZ, but is part of an autoscaling config, the EC2 instance will fail to launch?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

True or False: If an EBS device mapping becomes invalid, AWS will create a new EBS volume of the same type and the EC2 instance will launch as expected

A

False. An invalid EBS volume device mapping will lead to a failed instance launch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

True or False: It is possible to attach an EBS block device to the AMI instance store

A

False. EBS volumes must be separate from the instance store. Attempting to attach EBS to instance store will result in a failed autoscaling group launch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

True or False: If Autoscaling config is not working, current autoscaling launches will still succeed.

A

False. If Autoscaling config is not working, all instance launch attempts will fail.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

True or False: If your autoscaling group can no longer be found, your auto scaling groups instance launch will fail.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: If an AZ is no longer supported by AWS, will your autoscaling group continue to launch instances?

A

No. Your auto-scaling group will need to be updated to a new AZ.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

True or False: Autoscaling is available to all IAM users regardless of role?

A

False. Autoscaling groups created by an IAM role without autoscaling permissions will fail to run.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly