AWS SAA-03 Part. 3

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/137

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 10:45 AM on 7/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

138 Terms

1
New cards

Spot Instances

Найдешевші EC2 instances, але AWS може перервати їх; вибирай для stateless, fault-tolerant, retryable, batch workloads.

2
New cards

On-Demand Instances

EC2 без commitment; гнучко, але дорожче для постійного 24/7 workload.

3
New cards

Reserved Instances

Знижка для predictable long-running EC2 usage; добре для production 24/7.

4
New cards

Savings Plans

Гнучка знижка за commitment на compute spend; часто альтернатива Reserved Instances.

5
New cards

Capacity Reservations

Гарантують EC2 capacity у конкретній AZ; головний benefit availability of capacity, не discount.

6
New cards

Stateless retryable workload + lowest cost

Spot Instances.

7
New cards

Production EC2 24/7 + cost optimization

Reserved Instances або Savings Plans.

8
New cards

Need guaranteed EC2 capacity

Capacity Reservations.

9
New cards

Auto Scaling Group

Автоматично додає/прибирає EC2 instances за demand; часто з ALB.

10
New cards

Launch Template

Шаблон конфігурації EC2 для ASG: AMI, instance type, security group, user data.

11
New cards

Lifecycle Hook

Дозволяє виконати дії під час launch/terminate EC2 в ASG.

12
New cards

ALB

Application Load Balancer; Layer 7 HTTP/HTTPS, path/host-based routing.

13
New cards

NLB

Network Load Balancer; Layer 4 TCP/UDP/TLS, very high performance/static IP support.

14
New cards

GWLB

Gateway Load Balancer; для third-party firewall/IDS/IPS appliances і packet inspection.

15
New cards

Firewall appliance / IDS / IPS / packet inspection

Gateway Load Balancer.

16
New cards

HTTP routing by path or host

Application Load Balancer.

17
New cards

TCP/UDP high-performance load balancing

Network Load Balancer.

18
New cards

ECS

Managed container orchestration by AWS; простіше для AWS-native containers.

19
New cards

EKS

Managed Kubernetes control plane; вибирай коли потрібен Kubernetes ecosystem.

20
New cards

Fargate

Serverless compute for containers; не керуєш EC2 instances.

21
New cards

ECS on Fargate

Low operational overhead для containers без Kubernetes.

22
New cards

EKS managed node group

Managed EC2 worker nodes for Kubernetes workloads.

23
New cards

EKS private endpoint + nodes in private subnets

VPC endpoints for EKS/ECR/STS/S3 may be needed so nodes can join and pull images.

24
New cards

Lambda

Serverless function compute; підходить для event-driven, short-running, scaling from zero.

25
New cards

API Gateway + Lambda

Public/serverless API pattern.

26
New cards

Lambda + RDS problem

Багато concurrent Lambda connections можуть перевантажити DB; часто потрібен RDS Proxy.

27
New cards

RDS Proxy

Керує DB connection pooling для Lambda/applications до RDS/Aurora.

28
New cards

Placement group cluster

Low-latency/high-throughput network між EC2 instances в одній AZ.

29
New cards

Placement group spread

Розносить instances по різних hardware для fault isolation.

30
New cards

Placement group partition

Розносить instances по partitions; добре для big distributed systems.

31
New cards

Amazon RDS

Managed relational DB: MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, Db2.

32
New cards

Amazon Aurora

AWS-optimized relational DB, MySQL/PostgreSQL-compatible; high performance, HA, replicas.

33
New cards

RDS vs Aurora

RDS = standard managed engine; Aurora = MySQL/PostgreSQL-compatible with better AWS-native HA/performance.

34
New cards

Existing SQL Server without schema conversion

RDS for SQL Server.

35
New cards

Existing Oracle without engine change

RDS for Oracle.

36
New cards

MySQL/PostgreSQL + high performance/HA

Aurora MySQL-compatible або Aurora PostgreSQL-compatible.

37
New cards

RDS Multi-AZ

High availability/failover for primary DB; not for scaling reads.

38
New cards

RDS Read Replica

Scales read/reporting workload; can be same-region or cross-region depending engine.

39
New cards

Multi-AZ vs Read Replica

Multi-AZ = HA failover; Read Replica = read scaling.

40
New cards

Aurora Replica

Read replica in Aurora cluster; can offload reads/reporting and can be promoted.

41
New cards

Aurora Global Database

Cross-region disaster recovery and low-latency global reads.

42
New cards

Aurora Serverless

Serverless relational capacity for variable/unpredictable workloads.

43
New cards

DynamoDB

Serverless NoSQL key-value/document DB with millisecond latency.

44
New cards

Key-value + massive scale + unpredictable traffic

DynamoDB.

45
New cards

Apache Cassandra-compatible managed DB

Amazon Keyspaces.

46
New cards

MongoDB-compatible managed DB

Amazon DocumentDB.

47
New cards

Graph relationships / fraud / social graph

Amazon Neptune.

48
New cards

Time-series IoT metrics / telemetry

Amazon Timestream.

49
New cards

Data warehouse / BI SQL analytics

Amazon Redshift.

50
New cards

Millisecond operational reads/writes

DynamoDB, not Redshift.

51
New cards

Redis/Memcached cache

Amazon ElastiCache.

52
New cards

Durable Redis-compatible primary DB

Amazon MemoryDB.

53
New cards

DMS

AWS Database Migration Service; use when migration/replication is explicitly asked, not as target architecture.

54
New cards

SCT

Schema Conversion Tool; helps convert schema between different DB engines.

55
New cards

VPC

Private isolated network in AWS.

56
New cards

Subnet

Range of IPs inside a VPC, tied to one Availability Zone.

57
New cards

Public subnet

Subnet with route to Internet Gateway and resources with public IPs.

58
New cards

Private subnet

Subnet without direct inbound internet route.

59
New cards

Internet Gateway

Allows VPC resources with public IPs to access/be accessed from internet.

60
New cards

NAT Gateway

Allows private subnet resources outbound internet access; does not allow inbound initiation.

61
New cards

Route table

Controls where network traffic goes; targets include IGW, NAT GW, TGW, VGW, VPC peering.

62
New cards

Security Group

Stateful firewall attached to ENI/instances/load balancers; allow rules only.

63
New cards

NACL

Subnet-level stateless firewall; allow and deny rules.

64
New cards

Stateful

Reply traffic is automatically allowed.

65
New cards

Stateless

Must explicitly allow inbound and outbound traffic.

66
New cards

VGW

Virtual Private Gateway; connect one VPC to VPN/Direct Connect.

67
New cards

TGW

Transit Gateway; hub for many VPCs/VPNs/DX Gateway with transitive routing.

68
New cards

VPC Peering

Private connection between two VPCs; no transitive routing.

69
New cards

One VPC to on-prem via VPN

Virtual Private Gateway.

70
New cards

Many VPCs centralized routing

Transit Gateway.

71
New cards

Two VPCs simple private connection

VPC Peering.

72
New cards

Need transitive routing

Transit Gateway.

73
New cards

Direct Connect

Dedicated private network connection from on-prem to AWS.

74
New cards

Direct Connect Gateway

Connects Direct Connect to VGW or TGW; useful for sharing DX across VPCs.

75
New cards

Many VPCs share Direct Connect

Direct Connect Gateway + Transit Gateway.

76
New cards

Site-to-Site VPN

IPSec encrypted tunnel over internet; quick and low-cost.

77
New cards

Low-cost short-term backup for Direct Connect

Site-to-Site IPSec VPN.

78
New cards

Gateway VPC Endpoint

Private access from VPC to S3/DynamoDB without internet/NAT.

79
New cards

Interface VPC Endpoint

PrivateLink ENI endpoint for AWS services/APIs in VPC.

80
New cards

PrivateLink

Private connectivity to AWS services or endpoint services through interface endpoints.

81
New cards

Private access to S3 from VPC

Gateway VPC Endpoint.

82
New cards

Private access to AWS service APIs

Interface VPC Endpoint.

83
New cards

API Gateway to private VPC backend

VPC Link.

84
New cards

VPC Link

Connects API Gateway privately to NLB/ALB/resources in VPC.

85
New cards

Private API Gateway

API Gateway accessible only through VPC interface endpoint.

86
New cards

CloudFront

CDN for caching and global delivery of content.

87
New cards

CloudFront + S3 private origin

OAC/OAI to prevent direct S3 access.

88
New cards

CloudFront + ELB origin bypass prevention

Restrict ELB security group to CloudFront IP ranges or use origin verification patterns.

89
New cards

OAI

Legacy CloudFront identity for private S3 access.

90
New cards

OAC

Recommended newer CloudFront origin access control for private S3 access.

91
New cards

OAI/OAC do not work with

ELB/ALB/EC2 custom origins; they are for S3 origins.

92
New cards

Route 53 weighted routing

Splits DNS responses by weight; useful for gradual DNS-level migrations.

93
New cards

Route 53 latency routing

Routes users to lowest-latency region.

94
New cards

Route 53 failover routing

Routes to secondary endpoint when health check fails.

95
New cards

AWS Organizations

Manage multiple AWS accounts, OUs, consolidated billing, SCPs.

96
New cards

OU

Organizational Unit; grouping of AWS accounts inside AWS Organizations.

97
New cards

SCP

Service Control Policy; maximum permissions boundary for accounts/OUs; does not grant permissions.

98
New cards

SCP vs IAM policy

SCP limits what can ever be allowed; IAM policy grants actual permissions.

99
New cards

AWS Control Tower

Sets up and governs multi-account landing zone with best practices.

100
New cards

Landing Zone

Preconfigured multi-account AWS foundation with accounts, logging, identity, guardrails.