In this article I will show you how you can easily create a SNS notification when your code deployment fails.
AWS offers a very nice tool which is CodeDeployment. It deploys code to your EC2 instance or on premises instances.
It’s important for the devOps team to get notified when deployment failed or not, because then they can take action and fix the issues.
Most of the reason can be any scripting problem or production server issue which is very important to know.
So here I have shown how you or your devops team can be notified if deployment fails.
I hope this article helps you on your devops journey and makes like easy for DevOps.
Related Articles
Pingback: How to create a lambda function using serverless - AWS with Atiq