EC2 Flashcards
DIRTMCG - what are the different types of instances?
D for Density I for IOPS R for RAM T cheap general purpose (think T2 Micro) M main choice for general purpose C for Compute G for Graphics
HVM
Hardware Virtual Machine
PV
Paravirtual
One subnet….
…equals one availability zone.
When editing a security group, the rules apply how quickly?
Immediately
How are Security Groups stateful?
If you allow a specific port inbound, that protocol will automatically be allowed on the outbound.
Is termination protection on or off by default?
Off. You must turn it on.
If a spot instance is terminated by you, who pays for the hour?
You do, as you terminated it.
If a spot instance is terminated by AWS, who pays for the hour?
Nobody - the hour is free.
How many IOPS does GP2 (General Purpose SSD) give you?
Up to 10,000
How many IOPS does IO1 (Provisioned IOPS SSD) give you?
More than 10,000
What’s the best EC2 Instance Type for NoSQL databases or fast data warehousing?
I2, IOPS
What’s a good EC2 Instance Type with a lot of storage?
D2, Dense Storage
C4 and C3 are what?
Compute Optimized instance types, best suited for CPU Intesive Apps and DBs
When you delete an EBS-backed instance, what happens to the root volume?
The default action is for the root volume to be deleted. This can be changed for each instance.
How can I encrypt the Root Volume?
The root volume cannot be encrypted by default by AWS ; you need to use a third-party tool (eg, Bitlocker) to do this.