EC2 Auto Scaling Flashcards Preview

AWS FAQs > EC2 Auto Scaling > Flashcards

Flashcards in EC2 Auto Scaling Deck (7)
Loading flashcards...
1
Q

Can I launch different types of EC2 instances in the same EC2 Auto Scaling Group?

A

Yes, but Auto Scaling Groups optimize for the case when all instance types are the same.

If you want to launch new instances, you must first update the launch configuration. This doesn’t affect existing instances.

2
Q

What happens to my EC2 instances if I delete my Auto Scaling Group?

A

The instances will be terminated.

3
Q

What is a launch configuration?

A

A template that an EC2 Auto Scaling Group uses to launch EC2 instances.

4
Q

What is the mechanism that enables you to perform custom actions by pausing instances as an Auto Scaling Group launches or terminates them.

A

Lifecycle hooks.

5
Q

What are lifecycle hooks?

A

They enable you to perform custom actions by pausing instances as an Auto Scaling Group launches or terminates them.

6
Q

Can EC2 Auto Scaling Groups span multiple regions?

A

No, but they can span AZs within a region.

7
Q

True or False: You can configure EC2 Auto Scaling to send an SNS notification whenever your Auto Scaling group scales.

A

True.