Architecture Flashcards

(5 cards)

1
Q

When to use ASG schedule scaling

A

Use when you have a predicted time you expect a large amount of traffic or visa versa

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

How does SQS work?

A

Component 1 sends messages to the queue and then component 2 receives and processes the message then deletes the message

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

How do S3 events link with SNS and SQS

A

Create an SQS queue to receive messages S3 sends to the queue
next create a SNS topic and subscribe and attach a policy to the topic
Then enable notifications on the bucket enabling events for SQS and SNS

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

How do you achieve high availability in a region

How do you achieve high availability globally

A

ALB and EC2

S3 transfer acceleration, cross region replication, cloud front + S3

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

How do you pick between SQS and Kinesis?

A

If you need real time data choose kinesis

If you need queue to store messages between components use SQS

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