ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 428 - DOP-C01 discussion

Report
Export

You are building an AWS CloudFormation template for a multi-tier web application. The user data of your Linux web server resource contains a complex script that can take a long time to run. Which techniques could you use to ensure that these servers are fully configured and running before attaching them to the load balancer? (Choose two.)

A.
Launch your Linux servers from a nested stack that is called from within the load balancer resource in your AWS CloudFormation template.
Answers
A.
Launch your Linux servers from a nested stack that is called from within the load balancer resource in your AWS CloudFormation template.
B.
Add an AWS CloudFormation Wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use curl to send a signal the Wait Condition at http://169.254.169.254/waithandle/.
Answers
B.
Add an AWS CloudFormation Wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use curl to send a signal the Wait Condition at http://169.254.169.254/waithandle/.
C.
Add an AWS CloudFormation wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use curl to signal to the Wait Condition pre-signed URL that they are ready.
Answers
C.
Add an AWS CloudFormation wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use curl to signal to the Wait Condition pre-signed URL that they are ready.
D.
In your AWS CloudFormation template, position the load balancer resource JSON block directly below your Linux server resource.
Answers
D.
In your AWS CloudFormation template, position the load balancer resource JSON block directly below your Linux server resource.
E.
Add an AWS CloudFormation Wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use the command "cfn-signal" to signal that they are ready.
Answers
E.
Add an AWS CloudFormation Wait Condition that depends on the web server resource. When the UserData script finishes on the web servers, use the command "cfn-signal" to signal that they are ready.
Suggested answer: C, E
asked 16/09/2024
Ernesto Barba
39 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first