How to send SNS notification after cloud formation is completed?

后端 未结 4 2077
南旧
南旧 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条回答
  •  执笔经年
    2020-12-31 04:25

    When create resources using a CF template there is an Advanced section of the Options menu. From there you can set Notification options using SNS and Topics.

    When you start the CF process you can also view the status and importantly where the template might have failed.

提交回复
热议问题