- Lab
- A Cloud Guru
Monitoring AWS CodePipeline Changes through AWS CloudWatch Events Rules
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.
Path Info
Table of Contents
-
Challenge
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.
-
Challenge
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. -
Challenge
Create a CodePipeline Pipeline
Navigate to CodePipeline, and create a pipeline, setting S3 as the source provider and deploy provider.
-
Challenge
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.
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.