ExamQuestions.com

Register
Login
AWS Certified Solutions Architect Associate Exam Questions

Amazon

AWS Certified Solutions Architect Associate

463 / 690

Question 463:

A Startup company is launching a three-tier application with the Multicontainer Docker platform. This application needs to be integrated with the Amazon RDS database instance. The application will be launched using AWS Elastic Beanstalk. As an AWS consultant for this company, you need to design the environment for blue/green deployment and decoupled architecture in the production environment. What would you recommend for integrating the Amazon RDS database with AWS Elastic Beanstalk?

Answer options:

A.Launch Amazon RDS instance within the same AWS Elastic Beanstalk environment, setting connection string to the database in environment properties.
B.Launch Amazon RDS instance outside the AWS Elastic Beanstalk environment storing the connection string in the S3 bucket.
C.Launch Amazon RDS instance within the same AWS Elastic Beanstalk environment storing the connection string in the S3 bucket.
D.Launch Amazon RDS instance outside AWS Elastic Beanstalk environment, setting connection string to the database in environment properties.