exam questions

Exam AWS Certified Database - Specialty All Questions

View all questions & answers for the AWS Certified Database - Specialty exam

Exam AWS Certified Database - Specialty topic 1 question 132 discussion

Exam question from Amazon's AWS Certified Database - Specialty
Question #: 132
Topic #: 1
[All AWS Certified Database - Specialty Questions]

A company uses the Amazon DynamoDB table contractDB in us-east-1 for its contract system with the following schema: orderID (primary key) timestamp (sort key) contract (map) createdBy (string) customerEmail (string)
After a problem in production, the operations team has asked a database specialist to provide an IAM policy to read items from the database to debug the application. In addition, the developer is not allowed to access the value of the customerEmail field to stay compliant.
Which IAM policy should the database specialist use to achieve these requirements?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: A

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Jaypdv
Highly Voted 3 years, 8 months ago
A. Answer
upvoted 9 times
...
SachinGoel
Most Recent 2 years, 5 months ago
A is correct as per IAM guideline
upvoted 1 times
...
novice_expert
3 years, 1 month ago
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/specifying-conditions.html You use the IAM Condition element to implement a fine-grained access control policy.
upvoted 3 times
...
learnazureportal
3 years, 7 months ago
The correct answer is A. you have access to all columns except CustomerEmail!
upvoted 2 times
...
Aesthet
3 years, 7 months ago
A final answer
upvoted 2 times
...
Huy
3 years, 8 months ago
A. C would be correct if using ForAnyValue instead of ForAllValues
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...