Solution Architect Associate 2021 Flashcards
(210 cards)
What are four key services for Compute?
EC2
Elastic Beanstalk
Lambda
Lightsail
What are five key services for Storage?
S3 EBS EFS FSx Storage Gateway
What are three key services for Databases?
DynamoDB
Redshift
RDS
What are five key services for Networking?
API Gateway Direct Connect Global Accelerator Route 53 VPCs
What’s a Region?
A physical location in the world that consists of two or more Availability Zones (AZs).
What’s an Availability Zone?
One or more discrete data centers housed in separate facilities
What’s an Edge Location?
Endpoints for caching content, usually CloudFront CDN.
Name the three IAM Policy Statement options
Effect
Action
Resource
How big can files in S3 be?
5 TB
What does the S3 key-value pair represent?
Object name - object binary
Name the six S3 storage classes
Standard Standard Infrequently Accessed (IA) One-Zone IA Glacier Glacier Deep Archive Intelligent Tiering
What is S3 Object Lock?
The ability to store objects with a write-once, read-many (WORM) model
What are the two S3 Object Lock modes?
Governance mode where users can’t overwrite/delete object versions or alter lock settings without special permissions
Compliance mode where nobody can overwrite/delete objects, including the root user
What is S3 Glacier Vault Lock?
A policy that locks an S3 Glacier vault’s compliance controls that can no longer be edited once set
How many S3 object GET requests can there be per second per prefix (folder)?
5500
What are the three S3 SSE-KMS requests/second limit quotas?
5500
10k
30k
What files sizes should and must use multipart uploads to S3?
100+ MB
5+ GB
What’s S3 Replication?
Automatic copying of objects from one bucket to another
What are the four EC2 pricing options?
On-Demand
Spot
Reserved
Dedicated
What are the three networking interface options for EC2?
Elastic Network Interface (ENI) for standard use
Enhanced for 10-100 Gbps throughput
Elastic Fiber Adapter (EFA) for HPC/ML
What are the three types of EC2 Placement Groups?
Cluster within an AZ for low latency, high throughput
Spread across distinct hardware for critical uptime and high availability
Partition across distinct hardware for multiple logical partitions supporting HDFS (Hadoop), HBase, or Cassandra
Which EC2 instance type is good for addressing special software licensing requirements?
Dedicated
What is EBS?
Elastic Block Store for EC2 instances
What’s the difference between EBS and Instance Store volumes for EC2?
Instance store volumes are ephemeral and data will be lost if the attached EC2 instance is stopped or terminated, while EBS volumes can persist if the attached EC2 instance is stopped or terminated.