99 - Exam Tips (Keywords) Flashcards

1
Q

Highly Available

A

Use Multiple Availability zones

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

Fault-Tolerant

A

Use Multiple Availability zones and a complete replica of the application environment for fail-over. The application failure in one AZ should automatically lead to recovery in a different AZ or region

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

Real-Time Data

A

If you read real-time data processing, it’s likely related to Kinesis services

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

Disaster

A

Failover to a different region if required

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

Long Term Storage

A

Glacier or Deep Glacier storage

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

Managed Service

A

S3 for data storage, Lambda for computing, Aurora for RDS and DynamoDB for NoSQL database

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

Use AWS Network

A

Usually, these keywords are related to communication between VPC instances and AWS services. Use VPC gateways and endpoints to connect to these services

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

Use AWS Network

A

Usually, these keywords are related to communication between VPC instances and AWS services. Use VPC gateways and endpoints to connect to these services

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

Classic 2-tier application architecture, made up of Web server and Database server

A

1) Scenario 1 (Simple Setup)
Internet -> Web Server (EC2) -> MySQL (RDS instance)

2) Scenario 2 (Setup with Load Balancing ELB and AutoScalingGroup ASG)
Internet -> ELB _> ASG -> Web Server (EC2) -> MySQL (RDS instance)

3) Scenario 3 (Serverless Web Application)
Internet -> API Gateway -> Lambda -> DynamoDB or/and S3

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