O'Reilly Missed Questions Flashcards
Security Group
Stateful firewall. By default, allows all outbound traffic. Always permissive. Designed for EC2 Instances.
Network Access Control Lists (NACLs)
Stateless firewall. By default, allows all inbound and outbound. Can permit or deny. Designed for entire subnets.
Transit Gateway
Connect individual VPCs together via the gateway in a hub-and-spoke model. Simplifies peering networks
Glacier standard retrieval
3-5 hours
Glacier expedited retrieval
1-5 minutes (up to 250mb)
Glacier bulk retrieval
5-12 hours
Glacier deep standard retrieval
12 hours
Glacier deep bulk retrieval
48 hours
Macie
Uses machine learning and pattern matching techniques to detect and alert you to any sensitive data, such as PII, stored in Amazon S3
WAF
Protects your content from common web exploits and bots. Control using Web ACLs.
CloudHSM
Dedicated hardware security module that allows you to generate and manage keys in the cloud
KMS
Create and manage customer master keys (CMKs), which are stored and used to encrypt and decrypt your AWS data
SQS standard queue
Supports a nearly unlimited number of API calls per second, and are designed for messages to be delivered at least once
SQS FIFO queue
Supports up to 300 API calls designed to preserve the order of your messages, as well as ensuring only one-time delivery with no duplicates
IaaS
A service that gives you access to configure underlying virtual compute, storage, and network resources to host your application
PaaS
A service that abstracts the underlying infrastructure, allowing you to focus on your application code deployment process
SaaS
A service that hosts and delivers a complete application via a public network, with no access to any underlying infrastructure
Application load balancer
Acts as a single point of entry for the incoming requests and distributes the traffic among targets in a target group. Can also route based on listener rules. 7th OSI layer
Network load balancer
Low latency, TCP or UDP, cannot see content, preserves IP address. Can handle millions of requests per second. 4th OSI layer
Gateway load balancer
Used for firewalls and security. 3rd OSI layer,
Classic load balancer
Less featured than ALB, less throughput than NLB. Useful for EC2 classic networks. OSI 4 and 7
EBS volume gp2
SSD, 1GB - 16TB, baseline 3 IOPS/GB, suitable for general workloads, boot volumes, low latency operations. Default volume.
EBS volume gp3
SSD, 1GB - 16TB, baseline 3000 IOPS, suitable for databases and boot volumes. Higher throughput than gp2
EBS volume io1
SSD, 4GB - 16TB, max 64000 IOPS, 1000mb/s throughput, suitable for critical database and application workloads. EC2 must be AWS Nitro for peak performance.