ExamQuestions.com

Register
Login
AWS Certified SysOps Administrator Associate Exam Questions

Amazon

AWS Certified SysOps Administrator Associate

28 / 340

Question 28:

An online grocery delivery application uses credentials saved in AWS Secrets Manager while accessing data from the Amazon RDS database. The Security Team is planning to initiate a secret rotation of credentials for the Amazon RDS database. For networking readiness, they are seeking your suggestions for a successful complete rotation of secrets.
Which of the following statements are TRUE with regards to networking requirements for rotating Secrets? (Select TWO.)

Answer options:

A.AWS CloudFormation template for Lambda rotation function will determine the accessibility of the database & will create Lambda function outside the VPC.B.Lambda rotation function should communicate with the Amazon Secrets manager over the internet using NAT Instance.
C.AWS CloudFormation template for Lambda rotation function will determine accessibility of database & will create Lambda function in the same VPC.D.Lambda rotation function should communicate with the Amazon Secrets manager over the internet using NAT Gateway.
E.Lambda rotation function should communicate with the Amazon Secrets manager over Secrets Manager service endpoints.