EC2 Flashcards
Persistent storage
EBS volumne
Temporary storage
Instance store
Physically attached to EC2 instance
What do you need in order to have a static IPv4 address?
An elastic IP address
ENI
Elastic network interface
Virtual network card for EC2 instance
Used by interface endpoints
Advantages of a placement group
Minimize correlated failures
Lower network latency
Achieve high throughput
What is a placement group
A group of interdependent instances
Cluster Placement Group
Packs instances close together inside an AZ
Low latency (think HPC)
Recommended when the majority of network traffic is between instances (tightly coupled node-to-node communication)
Can span peered VPCs within same region
Partition Placement Group
- Instances in one partition do not share the underlying hardware with instances in different partitions
- Used by large distributed and replicated workloads such as Hadoop, Cassandra, and Kafka
- Maximum of 7 partitions per AZ
- Can span multiple AZ in the same region
Spread Placement Group
- Puts instances on different racks to reduce correlated failures
- Can span multiple AZ in same region. Cannot span regions.
- Max of 7 instances per AZ per group
- Can span multiple AZ in the same region
Elastic Inference Accelerators
Enable customers to attach low-cost GPU-powered acceleration to EC2 and Sagemaker
Dedicated Host
- Per host billing
- Provides visibility on the number of sockets and physical cores
- Allows you to deploy your instances to the same physical server over time
- Provides additional visibility and control over how instances are placed
- Bring Your Own License (BYOL)
User data
Commands that are executed when an EC2 instance launches
Security Groups
Operate at the instance layer
Firewalls for the instance
Control inbound and outbound traffic
If an AWS service involves instances, it also supports security groups
Security Groups
Operate at the instance layer
Firewalls for the instance
Control inbound and outbound traffic
If an AWS service involves instances, it also supports security groups
Nitro-based instances
Bare metal capabilities that eliminate virtualization overhead and support workloads that provide full acesss to host hardware
Can support 64K IOPS per EBS provisioned IOPS volume compared to 32K for other instance types
EBS Provisioned IOPS
Highest performing EBS volumes designed for critical I/O intensive applications
Ideal for IOPS-intensive and throughtput-intensive workloads that require extremely low latency
Dedicated Instances
Pay by the hour for instances that run on single-tenant hardware.
Dedicated Instances that belong to different AWS accounts are physically isolated at a hardware level.
No visibility into number of sockets or physical cores
Can’t BYOL (bring your own license)
Placement Group Limitations
- Can’t merge placement groups
- An instance cannot span multiple placement groups
- Cannot launch Dedicated Hosts in placement groups
- Placement groups can’t span multiple AZs
What does an IAM role do for your instance?
Gives it permission to interact with other AWS resources