AWS Solutions Architect Associate – Domain 3: Design High-Performing Architectures

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/86

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering the key performance, compute, storage, database, and networking concepts required for AWS Solutions Architect Associate Domain 3.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

87 Terms

1
New cards

Elasticity

Ability to acquire resources when demand rises and release them when it falls (e.g., EC2 Auto Scaling).

2
New cards

Scalability

Capability of a system to handle increased workload, either by scaling up (vertical) or out (horizontal).

3
New cards

IOPS (Input/Output Operations Per Second)

Metric that measures how many read/write operations a storage device can perform each second.

4
New cards

Latency

Delay between a request and the start of data transfer; lower latency = faster response.

5
New cards

Throughput

Actual rate of data transfer, usually measured in Mbps or Gbps.

6
New cards

EC2 Instance Family Prefixes

G = Graphics, C = Compute-Optimized, R = Memory-Optimized, I = I/O-Optimized, T = Burstable General Purpose.

7
New cards

Burstable (T) Instances

EC2 instances that earn CPU credits while idle and spend them under load; ideal for spiky, low-traffic workloads.

8
New cards

Auto Scaling

Service that automatically adds or removes EC2 instances based on schedule or CloudWatch metrics.

9
New cards

Placement Group – Cluster

Packs instances within one AZ for lowest network latency and highest throughput; used for HPC.

10
New cards

Placement Group – Spread

Places each instance on separate racks to reduce simultaneous failure risk; ideal for critical workloads like databases.

11
New cards

Placement Group – Partition

Distributes instances across partitions (rack sets) within an AZ; designed for large, distributed systems (e.g., HDFS, Cassandra).

12
New cards

Amazon EBS

Network-attached block storage for EC2 that persists independently of instance life cycle.

13
New cards

gp3 Volume

General-purpose SSD EBS volume offering baseline 3,000 IOPS with independent throughput and size settings.

14
New cards

io2 Block Express

Premium SSD EBS volume supporting >16,000 IOPS for mission-critical databases.

15
New cards

st1 Volume

Throughput-optimized HDD EBS volume for frequently accessed, big, sequential data (e.g., log processing).

16
New cards

sc1 Volume

Cold HDD EBS volume for infrequently accessed data at lowest cost.

17
New cards

Amazon EFS

Managed, shared NFS file system that automatically scales to petabytes and can be mounted by thousands of EC2 instances.

18
New cards

Amazon FSx for Windows File Server

Fully managed SMB file system for Windows workloads with NTFS and Active Directory integration.

19
New cards

Amazon FSx for Lustre

High-performance parallel file system for Linux HPC, ML, and media workloads; integrates with S3.

20
New cards

AWS Global Accelerator

Service that uses the AWS global network and Anycast IPs to improve application latency and availability.

21
New cards

Amazon CloudFront

AWS CDN that caches content at edge locations to deliver static and dynamic assets with low latency.

22
New cards

Application Load Balancer (ALB)

Layer 7 load balancer for HTTP/HTTPS with content-based routing.

23
New cards

Network Load Balancer (NLB)

Layer 4 load balancer built for ultra-high performance and static IP addresses.

24
New cards

Object Storage

Flat storage of data as objects with metadata and unique IDs; highly scalable (e.g., Amazon S3).

25
New cards

Block Storage

Low-latency storage presented as raw blocks to a single host (e.g., Amazon EBS).

26
New cards

File Storage

Hierarchical, shared file system accessed with standard protocols like NFS or SMB (e.g., EFS, FSx).

27
New cards

Multi-part Upload

S3 feature that uploads large files in parts for reliability and parallelism; recommended for objects >100 MB.

28
New cards

S3 Transfer Acceleration

Feature that speeds up uploads and downloads to S3 using CloudFront edge network.

29
New cards

S3 Storage Class

Tier (e.g., Standard, Intelligent-Tiering, Glacier) that balances cost vs access frequency.

30
New cards

EBS Snapshot

Point-in-time backup of an EBS volume stored durably in S3.

31
New cards

Instance Store

Ephemeral, physically attached storage that is lost when an EC2 instance stops or terminates.

32
New cards

EFS Performance Modes

General Purpose (low latency) and Max I/O (higher throughput, higher latency).

33
New cards

SMB Protocol

Windows file-sharing protocol used by FSx for Windows.

34
New cards

NFS Protocol

Network File System protocol used by EFS for Linux servers.

35
New cards

Active Directory Integration

Capability of FSx for Windows to join Microsoft AD for authentication and permissions.

36
New cards

Amazon CloudWatch

Monitoring service that collects metrics, logs, and alarms for AWS resources.

37
New cards

Custom Metric – Memory Utilization

RAM usage metric sent to CloudWatch via the Unified Agent; not provided by default for EC2.

38
New cards

Lambda@Edge

Extension that lets you run Lambda functions at CloudFront edge locations for lower latency.

39
New cards

Lambda Max Execution Time

Single Lambda invocation can run up to 15 minutes.

40
New cards

Read Replica

Asynchronous, read-only copy of an RDS/Aurora database used to offload read queries.

41
New cards

Multi-AZ Deployment

Synchronous standby copy of an RDS database in another AZ for high availability and failover.

42
New cards

Connection Pooling (RDS Proxy)

Service that reuses database connections to reduce overhead and improve scalability.

43
New cards

Amazon Aurora

Cloud-native MySQL/PostgreSQL-compatible database with shared storage replicated six times across three AZs.

44
New cards

Aurora Global Database

Aurora configuration that replicates data across regions for disaster recovery and low-latency global reads.

45
New cards

Aurora Serverless

On-demand Aurora cluster that automatically scales ACUs and can pause to zero when idle.

46
New cards

Amazon DynamoDB

Fully managed key-value and document database delivering single-digit millisecond latency at any scale.

47
New cards

DynamoDB Accelerator (DAX)

In-memory cache that reduces DynamoDB read latency to microseconds.

48
New cards

ElastiCache Redis

Managed Redis cluster for in-memory caching with persistence, replication, and failover.

49
New cards

ElastiCache Memcached

Managed Memcached cluster offering simple, multi-threaded in-memory caching.

50
New cards

Amazon VPC

Logically isolated virtual network in AWS where you launch resources; private by default.

51
New cards

Site-to-Site VPN

Encrypted tunnel over the public internet linking on-premises networks to a VPC.

52
New cards

AWS Direct Connect (DX)

Dedicated, private physical connection from your data center to AWS for consistent high bandwidth and low latency.

53
New cards

AWS Transit Gateway

Regional hub that simplifies connectivity between multiple VPCs and on-premises networks (hub-and-spoke).

54
New cards

VPC Gateway Endpoint

Free route-table entry that privately connects a VPC to S3 or DynamoDB.

55
New cards

VPC Interface Endpoint

Elastic Network Interface powered by PrivateLink for private access to most AWS services.

56
New cards

Route 53 Latency Policy

DNS routing that sends users to the region with the lowest network latency.

57
New cards

Route 53 Failover Policy

DNS routing that directs traffic to a primary endpoint and switches to standby on health-check failure.

58
New cards

Route 53 Geolocation Policy

DNS policy that routes users based on their geographic location (country/continent).

59
New cards

Target Tracking Scaling

Auto Scaling policy that adjusts capacity to keep a metric (e.g., CPU) at a target value.

60
New cards

ALB OSI Layer

Application Load Balancer operates at Layer 7 (HTTP/HTTPS).

61
New cards

NLB OSI Layer

Network Load Balancer operates at Layer 4 (TCP/UDP).

62
New cards

S3 Max Single Object Size

5 TB hard limit for any one file stored in Amazon S3.

63
New cards

EBS Max Volume Size (gp3/io2)

Most EBS volume types support up to 16 TiB per volume (64 TiB for io2 Block Express).

64
New cards

EFS Single File Size Limit

A single file in EFS can be up to 47.9 TiB.

65
New cards

FSx for Windows Max Size

Individual FSx for Windows file systems can be provisioned up to 64 TiB.

66
New cards

Kinesis Data Streams

Core real-time streaming service where you manage shards and build custom consumers.

67
New cards

Kinesis Data Firehose

Fully managed service that delivers streaming data to S3, Redshift, or OpenSearch with optional transformation.

68
New cards

Kinesis Data Analytics

Service to run SQL or Apache Flink against streaming data for real-time analytics.

69
New cards

Kinesis Video Streams

Managed service for ingesting and storing real-time video streams.

70
New cards

AWS Glue

Serverless ETL service with a central Data Catalog for discovering, transforming, and loading data.

71
New cards

Amazon EMR

Managed cluster platform for big-data frameworks like Spark and Hadoop on EC2.

72
New cards

Data Lake

Central repository on S3 that stores structured and unstructured data at any scale.

73
New cards

ETL (Extract-Transform-Load)

Process of pulling data from sources, transforming it, and loading it into a destination such as a data lake.

74
New cards

Amazon Athena

Serverless service that runs SQL queries directly against data stored in S3.

75
New cards

Amazon QuickSight

Business-intelligence service for interactive dashboards and data visualizations.

76
New cards

AWS Snowball

Rugged physical device for offline transfer of terabytes-to-petabytes of data to AWS.

77
New cards

AWS DataSync

Online service that moves data between on-premises NFS/SMB and AWS storage at high speed.

78
New cards

AWS Transfer Family

Managed SFTP, FTPS, and FTP endpoints that store files in S3 or EFS.

79
New cards

Database Migration Service (DMS)

Managed tool for migrating databases to AWS with minimal downtime.

80
New cards

ECS EC2 Launch Type

Container tasks run on a customer-managed cluster of EC2 instances.

81
New cards

ECS Fargate Launch Type

Serverless mode where AWS provisions and manages the compute for container tasks.

82
New cards

SQS Queue Depth Metric

ApproximateNumberOfMessagesVisible metric used to scale worker fleets based on backlog size.

83
New cards

CPUUtilization Metric

Default CloudWatch metric showing the percentage of CPU used by an EC2 instance.

84
New cards

GraphQL

A modern query language for APIs that enables clients to request only the data they need, improving efficiency and performance.

85
New cards

AWS AppSync

A fully managed service that allows developers to create GraphQL APIs by handling the real-time data synchronization and connecting to various data sources.

86
New cards

Lazy Loading (Cache-Aside)

A design pattern in which data is loaded into cache only when it is requested, improving performance by loading data on demand rather than preloading it. This pattern helps reduce memory usage and improves speed, as only relevant data is fetched.

87
New cards

Write-Through Caching

A caching strategy where data is written to the cache and the underlying data store simultaneously, ensuring that the cache is always up to date and providing faster read access.