Exam 5 Flashcards

1
Q

What does the DelaySeconds parameter do?

A

It lets you postpone the delivery of new messages to a queue for a number of seconds, so they remain invisible to consumers for the duration of the delay period.

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

How can you noticeably reduce your CodeBuild build time when the build has a lot of dependencies?

A

Enable S3 caching of dependencies

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

If an application makes use of scan operations to return several items from a DynamoDB table, what option can we use to achieve faster response times

A

Use Parallel scans

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

What are the Amazon Kinesis Data stream utilization limits for sending data?

A

10 MB per second

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

If you are below the throughput utilizations for sending data in Kinesis Streams, but still get “ProvisionedThroughputException”, what could be the cause?

A

The partition key you have selected is not distributed enough

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

In Cloudformation, what function do you use to use the exported value in another stack?

A

!ImportValue

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

What does an LSI (Local Secondary Index do)?

A

It allows you to give your application a choice of sort keys

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

What encryption mechanism will reject a request if the connection is not using HTTPS?

A

SSE-C

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

How can you distribute, store and rotate credentials in a secure way?

A

Use an IAM instance Role

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

What is the maximum number of messages that can be retrieved at one time?

A

10

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

How many read capacity units (RCUs) are needed if you need to perform 10 strongly consistent reads per second of 4 KB in size each?

A

10:
One read capacity unit represents one strongly consistent read per second, or two eventually consistent reads per second, for an item up to 4 KB in size

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

What is the maximum SQS message size?

A

256KB

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

How can you ensure that decryption events can be audited and that secure strings be rotated?

A

Enable seamless encryption with KMS integration

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

What Load Balancer allows you to get the user’s original source IP address and source port, without the use of X-Forwarded-For?

A

Network Load Balancer

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

What command would you use to upload AWS Lambda functions and AWS CloudFormation templates to AWS?

A

cloudformation package and cloudformation deploy

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