SQS,SNS,Elastic Beanstalk,CloudFormation Flashcards

1
Q

Default visibility timeout

A

30 seconds

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

Max visibility timeout of a message in queue

A

12 hours

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

API call to update the message visibility timeout

A

ChangeMessageVisibility

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

How can you stop constant polling or save money when polling SQS queues

A

SQS Long Polling - does not return a response until a message arrives in the queue

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

Maximum Long Poll Time Out

A

20 seconds

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

How to you fan out SQS queues

A

Create an SNS topic then create and subscribe multiple SQS queues to the topic. After that any messages sent to the SNS topic this message will be fanned out or delivered to all of the SQS queues.

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

What is the max retention period of a message?

A

14 days

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

How large can a SQS message be?

A

256KB

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

T/F - SNS is a pull based service

A

False

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

What protocols are supported by SNS

A

HTTP, HTTPS, Email, EMail-JSON, SQS, Applicaiton

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

T/F - SNS message can be customized for each protocol

A

True

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

When using CloudFormation to create a virtual data center and you need to output the DNS name of your load balancer what command would you use?

A

FN::GetAtt

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

What is the default scripting notation for CloudFormation

A

JSON

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

What can Elastic Beanstalk come preconfigured with

A

IIS, Node.js, PHP, Python, Ruby, Tomcat, Docker (Glassfish and Python)

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