How to send SNS notification after cloud formation is completed?

后端 未结 4 2076
南旧
南旧 2020-12-31 03:47

Is it possible to send a SNS notification after the CFT completion in AWS ? Is there any way to get the progress of the launching CFT in AWS.

4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 04:27

    There's also knowledge center article from AWS where you can replace ROLLBACK_IN_PROGRESS statement with any other state of CloudFormation to get SNS Notification.

提交回复
热议问题