exam questions

Exam AWS-SysOps All Questions

View all questions & answers for the AWS-SysOps exam

Exam AWS-SysOps topic 1 question 177 discussion

Exam question from Amazon's AWS-SysOps
Question #: 177
Topic #: 1
[All AWS-SysOps Questions]

A user is using Cloudformation to launch an EC2 instance and then configure an application after the instance is launched. The user wants the stack creation of
ELB and AutoScaling to wait until the EC2 instance is launched and configured properly. How can the user configure this?

  • A. It is not possible that the stack creation will wait until one service is created and launched
  • B. The user can use the HoldCondition resource to wait for the creation of the other dependent resources
  • C. The user can use the DependentCondition resource to hold the creation of the other dependent resources
  • D. The user can use the WaitCondition resource to hold the creation of the other dependent resources
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
AWS Cloudformation is an application management tool which provides application modelling, deployment, configuration, management and related activities.
AWS CloudFormation provides a WaitCondition resource which acts as a barrier and blocks the creation of other resources until a completion signal is received from an external source, such as a user application or management system.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
albert_kuo
4 months, 3 weeks ago
Selected Answer: D
MyWaitCondition: Type: AWS::CloudFormation::WaitCondition Properties: Handle: !Ref EC2Instance Timeout: <desired_timeout>
upvoted 1 times
...
awscertified
2 years ago
D. The user can use the WaitCondition resource to hold the creation of the other dependent resources
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago