AWS - SAA 03 Part 2.

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/89

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:13 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

90 Terms

1
New cards
CloudFront + S3 origin
CloudFront кешує і доставляє S3 static content глобально з меншою latency; S3 можна зробити приватним через OAI/OAC.
2
New cards
OAI
Origin Access Identity; старіший спосіб дозволити CloudFront читати приватний S3 bucket і заблокувати прямий доступ до S3.
3
New cards
OAC
Origin Access Control; новіший рекомендований спосіб доступу CloudFront до приватного S3 origin через SigV4-signed requests.
4
New cards
OAI/OAC працюють з
Amazon S3 origins, не з ELB/ALB/EC2 custom origins.
5
New cards
Як закрити ELB від прямого доступу в обхід CloudFront
Дозволити в security group ELB тільки CloudFront IP ranges; автоматично оновлювати IP ranges через Lambda.
6
New cards
Signed URLs / Signed Cookies
Обмежують доступ на рівні CloudFront, але не захищають ELB/S3 origin від прямого доступу, якщо origin публічний.
7
New cards
Security Group
Firewall на рівні ENI/EC2/ELB; stateful; тільки allow rules.
8
New cards
Network ACL / NACL
Firewall на рівні subnet; stateless; підтримує allow і deny rules.
9
New cards
AWS WAF Web ACL
HTTP/HTTPS правила для CloudFront, ALB, API Gateway тощо; використовується для IP restrictions, rate limits, attack protection.
10
New cards
S3 ACL
Старіший спосіб керування доступом до bucket/object; зазвичай краще використовувати bucket policy/IAM/OAC.
11
New cards
AWS Direct Connect
Приватне виділене підключення між on-premises і AWS; може займати тижні або місяць+ на повне provisioning.
12
New cards
Site-to-Site IPSec VPN
Зашифрований VPN-тунель через інтернет між on-premises і AWS; швидкий і дешевий backup для Direct Connect.
13
New cards
IPSec VPN як backup для Direct Connect
Найбільш cost-effective short-term resilience option; використовує інтернет, а Direct Connect залишається primary.
14
New cards
VPN over Direct Connect
Не є backup для Direct Connect, бо якщо Direct Connect падає, VPN поверх нього теж падає.
15
New cards
Snowball
Фізичний AWS пристрій для переносу великих обсягів даних, наприклад десятків TB, коли мережевий transfer надто довгий.
16
New cards
50 TB за 1 місяць + private connection
Snowball для data migration, VPN швидко зараз, Direct Connect замовити для довгострокового private connectivity.
17
New cards
API Gateway
Managed front door для APIs; приймає HTTP/WebSocket requests і передає в Lambda, HTTP backend, AWS service або private VPC backend через VPC Link.
18
New cards
API Gateway + Lambda
Типовий serverless API pattern для unpredictable traffic і low operational overhead.
19
New cards
HTTP API
Простіший і дешевший тип API Gateway для Lambda/HTTP APIs.
20
New cards
REST API
Більш функціональний API Gateway; підтримує API keys, usage plans, caching, request/response transformation.
21
New cards
WebSocket API
API Gateway для real-time bidirectional communication, наприклад chat або live dashboards.
22
New cards
VPC Link
Дозволяє API Gateway звертатися до private backend у VPC, наприклад private ALB/NLB/service.
23
New cards
Private API Gateway
API Gateway, доступний тільки з VPC через interface VPC endpoint.
24
New cards
DynamoDB
NoSQL key-value/document database; serverless, масштабована, millisecond latency.
25
New cards
Коли вибирати DynamoDB
Key-value access, unpredictable scale, millisecond latency, serverless, high request rate.
26
New cards
RDS
Managed relational SQL database: MySQL, PostgreSQL, MariaDB, Oracle, SQL Server, Db2.
27
New cards
Aurora
Managed relational DB, сумісна з MySQL або PostgreSQL; high performance, HA.
28
New cards
RDS for SQL Server
Правильний вибір для Microsoft SQL Server databases без schema conversion.
29
New cards
Aurora не підходить для
Міграції Microsoft SQL Server без schema conversion, бо Aurora підтримує MySQL/PostgreSQL compatibility, не SQL Server.
30
New cards
Amazon Keyspaces
Managed Apache Cassandra-compatible NoSQL database.
31
New cards
Коли вибирати Keyspaces
Якщо є Apache Cassandra і треба managed migration без schema/application rewrite.
32
New cards
DocumentDB
Managed MongoDB-compatible document database.
33
New cards
Neptune
Managed graph database для relationship-heavy use cases, fraud detection, social graph, recommendations.
34
New cards
Timestream
Time-series database для IoT metrics, telemetry, time-based measurements.
35
New cards
Redshift
Data warehouse для SQL analytics, BI, reporting; не для millisecond operational responsiveness.
36
New cards
DynamoDB vs Redshift
DynamoDB = fast operational NoSQL with ms latency; Redshift = analytical warehouse for BI/large SQL queries.
37
New cards
ElastiCache
In-memory cache Redis/Memcached для low-latency cache, sessions, leaderboards.
38
New cards
MemoryDB
Durable Redis-compatible in-memory database.
39
New cards
Kinesis Data Streams
Real-time streaming ingestion для IoT, logs, clickstream, high-volume events.
40
New cards
SQS
Message queue для decoupling, buffering, async processing; consumers poll messages.
41
New cards
SNS
Pub/sub notifications; може асинхронно trigger Lambda або відправляти email/SMS.
42
New cards
EC2 asynchronously invoke Lambda + decoupled
SNS topic with Lambda subscription.
43
New cards
Amazon MQ
Managed ActiveMQ/RabbitMQ; вибирати для legacy broker compatibility, не для простого AWS-native Lambda trigger.
44
New cards
EventBridge / CloudWatch Events
Event bus для реакції на AWS service events; наприклад GuardDuty finding -> SNS.
45
New cards
GuardDuty email alert pattern
GuardDuty Finding -> EventBridge rule -> SNS topic -> email subscription.
46
New cards
CloudWatch Alarm
Реагує на metric threshold, наприклад CPU > 80%; не основний шлях для GuardDuty findings.
47
New cards
CloudTrail
Логує AWS API activity; хто що викликав у AWS.
48
New cards
Step Functions
Workflow orchestration: steps, retries, branching, waits; не просто message decoupling.
49
New cards
AWS Organizations
Керування багатьма AWS accounts, OUs, consolidated billing, SCPs.
50
New cards
SCP
Service Control Policy; задає maximum permissions для account/OU; не дає permissions, тільки обмежує.
51
New cards
AWS Control Tower
Автоматизує multi-account landing zone з best practices, governance, guardrails, account factory.
52
New cards
Landing Zone
Базовий multi-account AWS foundation: accounts, OUs, logging, identity, networking, guardrails.
53
New cards
Account Factory
Фіча Control Tower для стандартизованого створення нових AWS accounts з pre-approved configuration.
54
New cards
CloudFormation
Infrastructure as Code; створює AWS resources зі YAML/JSON templates як stacks.
55
New cards
IAM Role
Identity з permissions, яку можуть assume users/services/workloads.
56
New cards
S3 Access Points
Окремі “входи” до одного S3 bucket з окремими access policies для різних teams/apps/accounts.
57
New cards
Коли вибирати S3 Access Points
One S3 bucket, many teams/accounts/apps, different permissions, least privilege.
58
New cards
S3 Access Points + SCPs
Access Points задають data access policies; SCPs централізовано контролюють usage across AWS Organizations.
59
New cards
VGW
Virtual Private Gateway; gateway для підключення однієї VPC до VPN або Direct Connect.
60
New cards
TGW
Transit Gateway; central hub для багатьох VPC, VPN, Direct Connect Gateway, accounts.
61
New cards
VGW vs TGW
VGW = one VPC; TGW = many VPCs/networks with centralized routing.
62
New cards
VPC Peering
Private connection між двома VPC; не підтримує transitive routing.
63
New cards
Transitive routing
Можливість маршрутизувати traffic через hub між багатьма мережами; підтримує TGW, не VPC Peering.
64
New cards
Direct Connect Gateway
Зв’язує Direct Connect з VGW або Transit Gateway; корисний для sharing DX across VPCs.
65
New cards
Many VPCs + shared Direct Connect
Direct Connect Gateway associated with Transit Gateway.
66
New cards
Transit VIF
Virtual interface на Direct Connect side для підключення до Direct Connect Gateway/TGW, не окремо до кожної VPC.
67
New cards
Reserved Instances
Знижка для predictable long-running EC2 usage, наприклад production 24/7.
68
New cards
On-Demand Instances
Платиш за фактичне використання без commitment; гнучко, але дорожче для 24/7.
69
New cards
Spot Instances
Найдешевші EC2, але можуть бути interrupted; підходять для fault-tolerant workloads.
70
New cards
On-Demand Capacity Reservations
Гарантують EC2 capacity у конкретній AZ для instance type; не обов’язково дають знижку.
71
New cards
Production 24/7 EC2 cost optimization
Reserved Instances або Savings Plans.
72
New cards
Need guaranteed EC2 capacity
Capacity Reservations.
73
New cards
Development 9-5 with capacity guarantee
On-Demand Capacity Reservations.
74
New cards
KMS
Керує encryption keys; відповідає на “чим шифрувати?”, не є secret store.
75
New cards
Secrets Manager
Зберігає secrets: DB credentials, API keys; підтримує rotation, особливо для RDS.
76
New cards
SSM Parameter Store
Зберігає config values і SecureString secrets; дешевший/простіший варіант.
77
New cards
SecureString
Encrypted parameter у SSM Parameter Store, зазвичай шифрується через KMS.
78
New cards
Lambda DB credentials best practice
Secrets Manager або SSM Parameter Store SecureString; Lambda execution role має ssm/secretsmanager permissions і kms:Decrypt.
79
New cards
CloudHSM
Dedicated hardware security module для повного контролю над crypto keys і compliance.
80
New cards
ACM
AWS Certificate Manager; керує TLS/SSL certificates для HTTPS на ALB, CloudFront, API Gateway.
81
New cards
ACM Private CA
Private certificate authority для внутрішніх private certificates.
82
New cards
AWS Encryption SDK
Client-side encryption library для шифрування даних у застосунку.
83
New cards
S3 SSE
Server-side encryption для S3 objects: SSE-S3, SSE-KMS, SSE-C.
84
New cards
EBS Encryption
Шифрує EBS volumes/snapshots через KMS.
85
New cards
RDS/Aurora Encryption
Шифрує database storage/snapshots через KMS.
86
New cards
Exam “Select TWO” scoring
На реальному іспиті зазвичай all-or-nothing: треба вибрати всі правильні відповіді.
87
New cards
AWS SAA-C03 exam duration
130 minutes, 65 questions.
88
New cards
AWS SAA-C03 passing score
Scaled score 720/1000; practice exams часто показують приблизно 72%.
89
New cards
Least operational overhead
На іспиті часто означає managed/serverless/purpose-built AWS service.
90
New cards
Purpose-built service clue
Вибирай сервіс, створений саме для цього use case, а не той, який “технічно може”.