Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix layout from Exam 21 Question 8 #186

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion practice-exam/practice-exam-21.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@

</details>

8. Under the AWS shared responsibility model, which of the following are customer responsibilities? (Choose two.) - A. Setting up server-side encryption on an Amazon S3 bucket
8. Under the AWS shared responsibility model, which of the following are customer responsibilities? (Choose two.)
- A. Setting up server-side encryption on an Amazon S3 bucket
- B. Amazon RDS instance patching
- C. Network and firewall configurations
- D. Physical security of data center facilities
Expand Down Expand Up @@ -346,7 +347,7 @@
25. A user would like to encrypt data that is received, stored, and managed by AWS CloudTrail. <br/> Which AWS service will provide this capability?
- A. AWS Secrets Manager
- B. AWS Systems Manager
- C. AWS Key Management Service (AWS KMS)

Check warning on line 350 in practice-exam/practice-exam-21.md

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"KMS" should be "KM".
- D. AWS Certificate Manager

<details markdown=1><summary markdown="span">Answer</summary>
Expand Down
Loading