اختبار شهادة AWS Solutions Architect Associate

السؤال 339 من 539

كل الأسئلة

A company hosts a multi-tier web application that uses an Amazon Aurora MySQL DB cluster for storage. The application tier is hosted on Amazon EC2 instances. The company’s IT security guidelines mandate that the database credentials be encrypted and rotated every 14 days. What should a solutions architect do to meet this requirement with the LEAST operational effort?

الخيارات

  • A Create a new AWS Key Management Service (AWS KMS) encryption key. Use AWS Secrets Manager to create a new secret that uses the KMS key with the appropriate credentials. Associate the secret with the Aurora DB cluster. Configure a custom rotation period of 14 days.
  • B Create two parameters in AWS Systems Manager Parameter Store: one for the user name as a string parameter and one that uses the SecureString type for the password. Select AWS KMS encryption for the password parameter, and load these parameters in the application tier. Implement an AWS Lambda function that rotates the password every 14 days.
  • C Store a file that contains the credentials in an AWS KMS encrypted Amazon Elastic File System (Amazon EFS). Mount the EFS file system in all EC2 instances of the application tier. Restrict access to the file. Implement an AWS Lambda function that rotates the key in Aurora every 14 days and writes new credentials into the file.
  • D Store a file that contains the credentials in an AWS KMS encrypted Amazon S3 bucket. Implement an AWS Lambda function that rotates the Aurora credentials every 14 days and uploads these credentials to the file in the S3 bucket.

النقاشات

لا توجد نقاشات منشورة لهذا السؤال حالياً.