Availability Flashcards

1
Q

EC2 launch configurations vs EC2 launch templates

A

launch templates are newer and support versioning

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

Max number of transactions to SQS FIFO queue per sec

A

300/sec

batch 3,000/sec with batch max 10

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

Load balancer that supports path based routing

A

Application Load Balancer

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

If your users are having latency issues when logging into an application hosted on CloudFront and are occassionally experiencing 504 errors, what are 2 cost effective solutions to eleviate these issues

A

Lambda@Edge for logging in to have functions closer to users georgraphical locations

Set up Origin Failover when users get a 504 error send them to secondary origin

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

In Cloudformation, how to ensure that the required components of an instance are properly running before the stack creation proceeds.

A

Use CreationPolicy attribute
Send a success signal after the applications are installed and configured using the cfn-signal helper script i

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

AWS Resources that ensure 1 time message processing (queue)

A

SQS FIFO Queue
Amazon Simple Workflow Service

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

Message Limit of a FIFO Queue

A

3000

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