ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 436 - DOP-C01 discussion

Report
Export

What method should you use to author automation if you want to wait for a CloudFormation stack to finish completing in a script?

A.
Event subscription using SQS.
Answers
A.
Event subscription using SQS.
B.
Event subscription using SNS.
Answers
B.
Event subscription using SNS.
C.
Poll using ListStacks / list-stacks
Answers
C.
Poll using ListStacks / list-stacks
D.
Poll using GetStackStatus / get-stack-status
Answers
D.
Poll using GetStackStatus / get-stack-status
Suggested answer: C

Explanation:

Event driven systems are good for IFTTT logic, but only polling will make a script wait to complete. ListStacks / list-stacks is a real method, GetStackStatus / get-stack-status is not.

Reference: http://docs.aws.amazon.com/cli/latest/reference/cloudformation/list-stacks.html

asked 16/09/2024
Nakli Pun
29 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first