EC2 Flashcards
T or F
Termination Protection is enabled by default.
False. You must enable it.
T or F
On an EBS-backed instance, the default action is for the root EBS volume to be deleted when the instance is terminated.
True.
T or F
EBS Root Volumes of your DEFAULT AMI’s CAN be encrypted.
True.
You can also use a third party tool (such as bit locker, etc.) to encrypt the root volume, or this can be done whnen creating AMI’s (lab to follow) in the AWS console or using the API.
Security Groups are…
Stateful. Meaning that if and inbound rule is created an outbound rule is automatically created.
What is EBS?
Elastic Block Storage.
EBS provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud.
Each Amazon EBS Volume is automatically replicated within it’s Availability Zone to protect you from component failure, offering high availability and durability.
What are the 5 types of EBS Storage;
- General Purpose (SSD)
- Provisioned IOPS (SSD)
- Throughput Optimized Hard Disk Drive
- Cold Hard Disk Drive
- Magnetic
Compare EBS Types
Ephemeral Storage
Storage that only exists while the EC2 instance is running. A reboot will wipe everything off.
Instance Store Volumes are sometimes called…
Ephemeral
True/False: Instance store volumes cannot be stopped.
True
Elastic Network Adapter (ENA) supports network speeds of up to…
100 Gbps for supported instance types.
Virtual Function (VF) interface supports network speeds of up to…
10 Gbps for supported instance type…usually older.
What is an Elastic Fabric Adapter?
Elastic Fabric Adapter (EFA) is a network device that you can attach to your Amazon EC2 instance to accelerate High Performance Computing (HPC) and machine learning applications.
When to use ENI?
For basic networking. Perhaps you need a separate management network to your production network or a separate logging network and you need to do this at low cost. In this scenario use multiple ENIs for each network.
When to use Enhanced Network something like ENA?
When you need speeds between 10 Gbps and 100 Gbps. Anywhere you need reliable, high throughput.
When to use an Elastic Fabric Adapter
when you need to accelerate High Performance Computing (HPC) and machine learning application of if you need to do an OS by-pass. If you see a scenario question mentioning HPC or ML and asking what network adapter you want, choose EFA.
What is a spot instance?
It’s the same concept as a spot trade but can also be persistent.