EC2 Flashcards
How are Elastic IPs scoped when allocated?
Per account, per region.
What are the three EC2 placement group types and their purpose?
Cluster Placement Groups (PERFORMANCE)
Spread Placement Groups (Resilience)
Partition Placement Groups (Topology Awareness)
What is a best practice for launching EC2 instances into a Cluster Placement Group?
Use all the same size instance and launch them at the same time to ensure that AWS allocates the capacity correctly in the right location.
What is Enhanced Networking and why should it be used?
The network card is virtualization aware and gives exclusive access to each VM instance, handling the process end-to-end and thus offloading work from the host CPU.
This allows more bandwidth, faster speeds, and lower latency for networking.
EC2 instance store volumes are resilient across what operations?
Reboots only. Stops, terminations, or hardware failures will all cause loss of the instance store volume.