ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 551 - DOP-C01 discussion

Report
Export

If you want CloudFormation stack status updates to show up in a continuous delivery system in as close to real time as possible, how should you achieve this?

A.
Use a long-poll on the Resources object in your CloudFormation stack and display those state changes in the UI for the system.
Answers
A.
Use a long-poll on the Resources object in your CloudFormation stack and display those state changes in the UI for the system.
B.
Use a long-poll on the ListStacksAPI call for your CloudFormation stack and display those state changes in the UI for the system.
Answers
B.
Use a long-poll on the ListStacksAPI call for your CloudFormation stack and display those state changes in the UI for the system.
C.
Subscribe your continuous delivery system to an SNS topic that you also tell your CloudFormation stack to publish events into.
Answers
C.
Subscribe your continuous delivery system to an SNS topic that you also tell your CloudFormation stack to publish events into.
D.
Subscribe your continuous delivery system to an SQS queue that you also tell your CloudFormation stack to publish events into.
Answers
D.
Subscribe your continuous delivery system to an SQS queue that you also tell your CloudFormation stack to publish events into.
Suggested answer: C

Explanation:

Use NotificationARNs.member.N when making a CreateStack call to push stack events into SNS in nearly real-time.

Reference: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacksmonitor-stack.html

asked 16/09/2024
chitranjan ranga
33 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first