EC2 Flashcards
what is a Placement Group?
A logical grouping of EC2s on a same AZ to provide network optimization and low network latency
What is a User Data?
Lets us to bootstrap the custom scripts to run on an instance
Does EC2 termination protection is turned on by default?
No
what is EBS backed Instance?
EBS volume will be remain as is on termination of Instance by default.
Can you encrypt EBS root volumes of default AMIs?
Yes, you can also use thrid party tools such as BitLocker.
What is Instance MetaData?
To get information about the instance.
CURL http://169.254.169.254/latest/meta-data
Can you see bootstrapped user data of an instance?
Yes, CURL http://169.254.169.254/latest/user-data
EC2 Clustered placement groups
Grouping of instances within a single AZ. Only certain instances can be launched into a clustered PG
Spread Placement Group
Group of instances that are each placed on distinct underlying hardware