CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 39: AWS Certified Developer Associate(Old)

An application running on Amazon EC2 opens connections to an Amazon RDS SQL Server database. The developer does not want to store the user name and password for the database in the code. The developer would also like to automatically rotate the credentials. What is the MOST secure way to store and access the database…

Nội dung câu hỏi

An application running on Amazon EC2 opens connections to an Amazon RDS SQL Server database. The developer does not want to store the user name and password for the database in the code. The developer would also like to automatically rotate the credentials. What is the MOST secure way to store and access the database credentials?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Create an IAM role that has permissions to access the database. Attach the role to the EC2 instance.
  2. B. Use AWS Secrets Manager to store the credentials. Retrieve the credentials from Secrets Manager as needed. — đáp án hiện tại
  3. C. Store the credentials in an encrypted text file in an Amazon S3 bucket. Configure the EC2 instance's user data to download the credentials from Amazon S3 as the instance boots.
  4. D. Store the user name and password credentials directly in the source code. No further action is needed because the source code is stored in a private repository.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề