Skip to content

Commit 29e0c31

Browse files
authored
Fix correct answer for Question #27
1 parent 5f193b6 commit 29e0c31

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
@@ -761,8 +761,8 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
761761
### A development team is creating a new application designed to run on AWS. While the test and production environments will run on Amazon EC2 instances, developers will each run their own environment on their laptops. Which of the following is the simplest and MOST secure way to access AWS services from the local development machines?
762762

763763
- [ ] Use an IAM role to assume a role and execute API calls using the role.
764-
- [x] Create an IAM user to be shared with the entire development team, provide the development team with the access key.
765-
- [ ] Create an IAM user for each developer on the team: provide each developer with a unique access key.
764+
- [ ] Create an IAM user to be shared with the entire development team, provide the development team with the access key.
765+
- [x] Create an IAM user for each developer on the team: provide each developer with a unique access key.
766766
- [ ] Set up a federation through an Amazon Cognito user pool.
767767

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

0 commit comments

Comments
 (0)