ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

432 / 500

Question 432:

<strong>OpsWorks is being used by a developer to setup a short term project. Basically, this project is about an independent component that needs to talk with other domains that are owned by other teams. One of them is a RDS MySQL database that records some important information such as user states. This database is owned and maintained by the operation team. </strong>

Answer options:

A.Associate the Amazon RDS database server when the developer create the app or later by editing the app. When the app is deployed, AWS OpsWorks Stacks creates a file on each of the built-in application server instances containing the connection data.
Then a custom recipe can be used to extract the connection information from the deploy attributes and put it in a file that can be read by the application.
B.The developer can only associate the Amazon RDS database server with an app when the app is created otherwise he has to rebuild the whole stack.
When the app is deployed, AWS OpsWorks Stacks creates a file on each of the built-in application server instances containing the connection data. The application can read the deploy attributes and use them to connect to the database server.
C.The developer can edit the app if he does not associate the database when creating the app. Under the lifecycle of Configure, AWS OpsWorks Stacks creates a file on each of the built-in application server instances containing the connection data.
Then a recipe can be used to extract the connection information from the configure attributes and put it in a file that can be read by the application.
D.The developer can only associate the Amazon RDS database server with an app when the app is created otherwise he has to rebuild the whole stack.
After the RDS is associated, EC2 instances are able to connect with MySQL database automatically as long as proper roles have been attached to the application stack.