exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 676 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 676
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

In which of the following AWS services should database credentials be stored for maximum security?

  • A. AWS Identity and Access Management (IAM)
  • B. AWS Secrets Manager
  • C. Amazon S3
  • D. AWS Key Management Service (AWS KMS)
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Pranava_GCP
2 years ago
Selected Answer: B
B. AWS Secrets Manager "Secrets Manager helps you improve your security posture, because you no longer need hard-coded credentials in application source code. Storing the credentials in Secrets Manager helps avoid possible compromise by anyone who can inspect your application or the components. You replace hard-coded credentials with a runtime call to the Secrets Manager service to retrieve credentials dynamically when you need them. With Secrets Manager, you can configure an automatic rotation schedule for your secrets. This enables you to replace long-term secrets with short-term ones, significantly reducing the risk of compromise. Since the credentials are no longer stored with the application, rotating credentials no longer requires updating your applications and deploying changes to application clients." https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
upvoted 3 times
...
RajithaR
2 years, 5 months ago
Selected Answer: B
AWS Secrets Manager is a fully managed service that helps you protect access to applications, services, and IT resources. It enables you to store and manage credentials, secrets, and other sensitive information such as database passwords, API keys, and SSH keys. You can also rotate secrets automatically and use fine-grained access control to ensure that only authorized users and applications can access them. AWS Key Management Service (AWS KMS) is a managed service that makes it easy to create and control the encryption keys used to encrypt your data. While AWS KMS can be used to protect sensitive data, it is not specifically designed to store and manage database credentials.
upvoted 3 times
...
wooyourdaddy
2 years, 6 months ago
Selected Answer: B
AWS Secrets Manager helps you manage, retrieve, and rotate database credentials, API keys, and other secrets throughout their lifecycles. Ref link: https://aws.amazon.com/secrets-manager/#:~:text=AWS%20Secrets%20Manager%20helps%20you,other%20secrets%20throughout%20their%20lifecycles.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...