Topic 1 Question 214
A company needs to migrate its customer transactions database from on premises to AWS. The database resides on an Oracle DB instance that runs on a Linux server. According to a new security requirement, the company must rotate the database password each year.
Which solution will meet these requirements with the LEAST operational overhead?
Convert the database to Amazon DynamoDB by using the AWS Schema Conversion Tool (AWS SCT). Store the password in AWS Systems Manager Parameter Store. Create an Amazon CloudWatch alarm to invoke an AWS Lambda function for yearly passtard rotation.
Migrate the database to Amazon RDS for Oracle. Store the password in AWS Secrets Manager. Turn on automatic rotation. Configure a yearly rotation schedule.
Migrate the database to an Amazon EC2 instance. Use AWS Systems Manager Parameter Store to keep and rotate the connection string by using an AWS Lambda function on a yearly schedule.
Migrate the database to Amazon Neptune by using the AWS Schema Conversion Tool (AWS SCT). Create an Amazon CloudWatch alarm to invoke an AWS Lambda function for yearly password rotation.
ユーザの投票
コメント(15)
- 正解だと思う選択肢: B
the LEAST operational overhead. So B is the easest
👍 2nexus20202023/06/20 - 正解だと思う選択肢: B
B for sure
👍 2NikkyDicky2023/07/05 - 正解だと思う選択肢: B
Wish all questions are clear like this. A: Drop immediately at the first sentence B: sounds good C: host database in ec2 instance will never a choice. Plus SSM parameter store + lambda for password rotation is not as good as secret manager D: Again, don't migrate one type of database to another
👍 2joleneinthebackyard2023/10/31
シャッフルモード