You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -562,7 +562,7 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
562
562
-[ ] Set up hardware VPN tunnels to a VPC and access S3 through a VPC endpoint.
563
563
-[x] Set up Client-Side Encryption with an AWS KMS-Managed Customer Master Key.
564
564
-[ ] 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.
566
566
-[ ] Set up Server-Side Encryption with S3-Managed Keys.
567
567
568
568
**[⬆ 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
761
761
### 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?
762
762
763
763
-[ ] 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.
766
766
-[ ] Set up a federation through an Amazon Cognito user pool.
0 commit comments