Architecture Flashcards
(5 cards)
When to use ASG schedule scaling
Use when you have a predicted time you expect a large amount of traffic or visa versa
How does SQS work?
Component 1 sends messages to the queue and then component 2 receives and processes the message then deletes the message
How do S3 events link with SNS and SQS
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 do you achieve high availability in a region
How do you achieve high availability globally
ALB and EC2
S3 transfer acceleration, cross region replication, cloud front + S3
How do you pick between SQS and Kinesis?
If you need real time data choose kinesis
If you need queue to store messages between components use SQS