Skip to content

Commit c1fc711

Browse files
Merge pull request #36 from boldrack/main
Fix answer on question #27 and option on question #5
2 parents 5f193b6 + dce5129 commit c1fc711

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
562562
- [ ] Set up hardware VPN tunnels to a VPC and access S3 through a VPC endpoint.
563563
- [x] Set up Client-Side Encryption with an AWS KMS-Managed Customer Master Key.
564564
- [ ] Set up Server-Side Encryption with AWS KMS-Managed Keys.
565-
- [x] Transfer the data over an SSL connectionSet up Server-Side Encryption with S3-Managed Keys.
565+
- [x] Transfer the data over an SSL connection.
566566
- [ ] Set up Server-Side Encryption with S3-Managed Keys.
567567

568568
**[⬆ Back to Top](#table-of-contents)**
@@ -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)