Exam 1 Flashcards

1
Q

Does API Gateway just support GET, POST, PUT and DELETE?

A

No, it has support for all methods including HEAD, OPTIONS etc

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

What is the AWS alternative to managing a Docker container registry system on an EC2 instance

A

ECR - Elastic Container Registry

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

What is the default visibility timeout for a message in SQS?

A

30 seconds

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

What does a 4xx error mean

A

Client side error

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

What header do you need to add to a HTTP request to have S3 encrypt after upload?

A

x-amz-server-side-encryption

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

What language should you be proficient in to work with Step Functions?

A

JSON

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

What are 2 key differences between SQS and Kinesis Streams?

A
  • Kinesis enables real-time streaming of big data

- SQS scales automatically to meet demand

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

What 2 services would you use to automate the deployment of astatic S3 website?

A
  • CodeBuild

- CodePipeline

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

What 3 parameters must an IAM policy contain?

A
  • Effect
  • Actions
  • Resources
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What service would you use to migrate an existing REST API application which runs on-premise with an NGINX load balancer?

A

ElasticBeanstalk

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

What is the required provisioned read throughput if your application reads 1200 items from a table every minute using strong consistency and each item is 6KB in size?

A

40

1200 per minute = 20 per seconds. 6 KB gets rounded to 8 KB. 1 RCU = 4 KB, 2 RCU = 8 KB. 20 * 2 RCU = 40 RCU

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

Does CodePipline contain stages that have sets of actions, or actions that contain sets of stages?

A

Stages contain sets of actions

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

What AWS Load Balancer Type would handle websocket connections?

A

Application Load Balancer

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

If you have an IAM group that is set up for web designers and they all leave, what actions should you take?

A

Delete their user accounts from the group and keep the group empty

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