EC2 Flashcards
What are the types of EC2 instances?
On-Demand - fixed fee, no commitment
Reserved - with contract
Spot - Bid
Dedicated hosts - physically dedicated system
How are you charged for a partial hour if the prices changes on a spot instance?
You will not be charged
How are you charged for a partial hour if you terminate a spot instance?
You will be charged
What are the instance types
F I G H T D R M C P X Z A U
You delete an EBS instance. What is the default protection behavior?
None, it is deleted unless termination protection was turned on
You delete an EC2 instance, Will addition EBS volumes other than root be retained?
Yes
Can default AMI root volumes be encrypted?
No.
How can you encrypt a root volume?
Use a 3rd party tool or it can be done when creating the AMI
Can EBS volumes be encrypted?
Yes, but not the root when using a default AMI
Security group fundamentals?
All inbound is blocked by default All outbound is allowed Changes take effect immediately Unlimited number of EC2 instances can use the same Sec Group Are stateful
What does stateful mean?
When a port is opened it is open for both inbound and outbound
How can you block IP addresses? Sec groups or NACL’s?
NACLS
What are the EBS Types?
GP (SSD) PIOPS (SSD) = DB-s TO (HDD) =Big data Cold (HDD) = File servers EBS Mag - Infrequently accessed
You take an EBS snapshot, where is it stored?
S3
T or F Snapshots are Full
False