Exam 5 Flashcards
What does the DelaySeconds parameter do?
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 can you noticeably reduce your CodeBuild build time when the build has a lot of dependencies?
Enable S3 caching of dependencies
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
Use Parallel scans
What are the Amazon Kinesis Data stream utilization limits for sending data?
10 MB per second
If you are below the throughput utilizations for sending data in Kinesis Streams, but still get “ProvisionedThroughputException”, what could be the cause?
The partition key you have selected is not distributed enough
In Cloudformation, what function do you use to use the exported value in another stack?
!ImportValue
What does an LSI (Local Secondary Index do)?
It allows you to give your application a choice of sort keys
What encryption mechanism will reject a request if the connection is not using HTTPS?
SSE-C
How can you distribute, store and rotate credentials in a secure way?
Use an IAM instance Role
What is the maximum number of messages that can be retrieved at one time?
10
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?
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
What is the maximum SQS message size?
256KB
How can you ensure that decryption events can be audited and that secure strings be rotated?
Enable seamless encryption with KMS integration
What Load Balancer allows you to get the user’s original source IP address and source port, without the use of X-Forwarded-For?
Network Load Balancer
What command would you use to upload AWS Lambda functions and AWS CloudFormation templates to AWS?
cloudformation package and cloudformation deploy