Your company decided to automate its application deployment process with AWS CodePipeline. The management team would like the DevOps team to closely monitor the pipeline by triggering email notifications for any events that occur in the pipeline. In this lab, we will set up CloudWatch events to monitor a CodePipeline. By creating an SNS topic, we can link our CloudWatch event to the SNS topic. Subscribers to the topic will then be notified via email of changes in our CodePipeline.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Set Up Amazon SNS Topic and Email Subscription
From the AWS Management Console, navigate to SNS and create a topic, setting your email address for the email subscription.
- Set Up S3 Bucket as Source Repository
Navigate to S3, and create a bucket. Upload the
MessageUtil.zip
file provided with the lab GitHub page.- Create a CodePipeline Pipeline
Navigate to CodePipeline, and create a pipeline, setting S3 as the source provider and deploy provider.
- Create a CloudWatch Events Rule and Add the SNS Topic as the Target
Navigate to CloudWatch, and create a new rule. Set the service as CodePipeline.