ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 79 - DVA-C01 discussion

Report
Export

A Developer has an application that can upload tens of thousands of objects per second to Amazon S3 in parallel within a single AWS account. As part of new requirements, data stored in S3 must use server side encryption with AWS KMS (SSE-KMS). After creating this change, performance of the application is slower.

Which of the following is MOST likely the cause of the application latency?

A.
Amazon S3 throttles the rate at which uploaded objects can be encrypted using Customer Master Keys.
Answers
A.
Amazon S3 throttles the rate at which uploaded objects can be encrypted using Customer Master Keys.
B.
The AWS KMS API calls limit is less than needed to achieve the desired performance.
Answers
B.
The AWS KMS API calls limit is less than needed to achieve the desired performance.
C.
The client encryption of the objects is using a poor algorithm.
Answers
C.
The client encryption of the objects is using a poor algorithm.
D.
KMS requires that an alias be used to create an independent display name that can be mapped to a CMK.
Answers
D.
KMS requires that an alias be used to create an independent display name that can be mapped to a CMK.
Suggested answer: B

Explanation:

https://aws.amazon.com/about-aws/whats-new/2018/08/aws-key-management-service-increasesapi-requests-per-second-limits/KMS API access limit is 10k/sec in us-east and some others and 5.5k/sec for the rest of the regions. Client can request this limit to be changed.

asked 16/09/2024
I Haq
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first