EC2 - Create an EC2 instance Flashcards
By default, if an EC2 instance is terminated, what happens to the EBS root volume attached to it?
The volume will be deleted since “Delete on Termination” is checked by default
Bootstrap scripts are placed in…
…User Data under “Advanced Details”
AWS tagging best practices
Tag everything!
Where do you request spot instances?
Purchasing Option in Configure Instance Details
Where do you request a dedicated host?
Tenancy in Configure Instance Details
To launch reserved instances…
Reserved Instances > Purchased Reserved Instances, add instances to cart
Encrypted boot volumes (default)
Root volumes cannot be encrypted by default. Other EBS volumes can be encrypted if you check Encrypted
Termination protection…
…is turned off by default. You must turn it on yourself if you want it.
On an EBS-backed instance, what is the default action if the instance is terminated?
The root EBS volume is deleted.
EBS root volumes of your DEFAULT AMI’s
cannot be encrypted, but you can use a third party tool to encrypt the root volume, or this can be done when creating AMIs using the console or API