Skip to content

Commit 4c65e67

Browse files
Fix: question183 (issue #19)
1 parent 5a651b3 commit 4c65e67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2158,9 +2158,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
21582158
### A Developer has code running on Amazon EC2 instances that needs read-only access to an Amazon DynamoDB table. What is the MOST secure approach the Developer should take to accomplish this task?
21592159

21602160
- [ ] Create a user access key for each EC2 instance with read-only access to DynamoDB. Place the keys in the code. Redeploy the code as keys rotate.
2161-
- [ ] Use an IAM role with an AmazonDynamoDBReadOnlyAccess policy applied to the EC2 instances.
2161+
- [x] Use an IAM role with an AmazonDynamoDBReadOnlyAccess policy applied to the EC2 instances.
21622162
- [ ] Run all code with only AWS account root user access keys to ensure maximum access to services.
2163-
- [x] Use an IAM role with Administrator access applied to the EC2 instance.
2163+
- [ ] Use an IAM role with Administrator access applied to the EC2 instance.
21642164

21652165
**[⬆ Back to Top](#table-of-contents)**
21662166

0 commit comments

Comments
 (0)