AWS Flashcards

Mem

1
Q

Cloud Formation

A

Declarative, Every Resource has a price tag, CDK: JSON and YAML

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Elastic Beanstalk

A

Developer-Centric way of deploying an app, Managed Service (App Health and monitoring is managed by AWS), Architecture Models (ASG, ELB, Single instance)
PHP, Java etc

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

AWS Code-related stuff (6)

A

Code Deploy (Hybrid, need to manage)
CodeCommit
Code Build (Source code, run tests and produce packages)
Pipeline (Orchestrate different steps, CICD, fully managed)
CodeArtifact (Store package dependencies)
Cloud9 (Cloud IDE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

AWS System Manager

A

State of your infrastructure
SSM sessions manager (Secure shell on servers through IAM, Log sent to S3 and CloudWatch)
Parameter Store (IAM, serverless, API keys, passwords and configurations)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Global Application

A

App deployed in multiple geographies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Route 53

A

DNS
Routing policies:
Simple (No health checks)
Weighted (linked with ELB and health)
Latency (Closest Region)
Failover Routing Policy (Assign failover)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

CloudFront

A

Content Delivery Network (CDN): saving content at the edge
DDOS protection: Shield, WAF
S3: Enhance security Origin Access Control, upload files to S3
HTTP: ALB, EC2 instance, S3 websites

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

AWS Global Accelerator

A

Improve Global Application
2 anycast IPs: traffic set through edge locations
Good for static IPs
Good for fast regional failover

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

AWS Wavelength

A

5G

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

AWS Local Zones

A

Extend your VPC

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

AWS Outposts

A

Server racks that have AWS but you physically oversee it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Whats Multi Region active-passive

A

Only read globally

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

SQS

A

First in first out, deleted after read, producer and consumer scale independently

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

SNS

A

Publish/subscribe, as many subscribers as we want

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Kinesis

A

Data streaming model
Kinesis Data Streams: ingest data at scale
Kinesis Data Firehose: Load streams into S3, Redshift, ElastiSearch etc
Kinesis Data Analytics: Real time analytics
Kensis Video Streams: Real time video Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Amazon MQ

A

Manage provisioning, setup and maintenance of message brokers, easily migrate to AWS without writing code, not as good as SQS or SNS

16
Q

CloudWatch Metrics

A

variables you wanna watch with timestamps
EC2, EBS, S3, Billing, Service limits, etc

17
Q

CloudWatch Alarms

A

Going over a certain threshold

18
Q

Cloudwatch Logs

A

Real time monitoring of logs

19
Q

EventBridge

A

Real time stream of events
Event bus happens then you by event patterns it triggers an alert
Event Patterns: Event rules to react to something
Schema Registry: Model event schema
Event Bus: something that happens to you
Triggers Lambda

20
Q

CloudTrail

A

Governance, compliance and audit
If someone deletes something

21
Q

X-Ray

A

Analyse and debug production

22
Q

CodeGuru

A

ML powered automated code review and application performance recommendation
Reviewer, Profilier

23
Q

VPC

A

VPC can span across different AZs

24
Q

Health Dashboard

A

Show all your regions, services health
Alerts and remediation when events that may impact you happen
Personalized view of the performance and availability of the services underlying your resources

25
Q

NACL

A

Firewall to control traffic in and our from subnets
Allow or deny
Stateless: return traffic must be explicitly allowed

26
Q

Security Groups

A

Stateful
only allow

27
Q

VPC flow logs

A

Captures traffic going in

28
Q

VPC Peering

A

Connect 2 VPCs internally
Act as if they were the same
No overlapping CIDR
manually create