AWS Code Pipeline - CI/CD Series Part 6
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-zcnaf3fXLugiUr6_QArJK1zR4F199kAU-KkldSjvnUcDW4PhsMXpqCHq5hZ1dgXYcKxzImDokAsfjYzq57jRKP00cUfoEmC4L9RE4zWQRweLwhYUESfRQNmuzUbbcE_lP_2pKZmB60_0n9ZHGIRl1ibWCXWkc9d6SfPHwxHtkNvLmMrA2HpzX0-I3c0/s320/63178de0492be32979c9acf7_aws-logo.png)
In this post, We will see how to add a manual approval for the code pipeline. The agenda is to get a mail notification and manual approval to trigger the code pipeline (Deployment) - CONTINOUS DELIVERY. We will use the SNS notification from the previous post. Open the pipeline and add a new stage where you want to implement the "Manual Approval". I am going to add a stage between CODE DEPLOY and CODE BUILD CODE BUILD -> MANUAL APPROVAL -> CODE DEPLOY. Click on "Add Stage". Name the stage and add "Action Group". There are lot of actions available. "Manual Approval" is one of the actions. Save the pipeline and "Release change". Once the code build is completed, it will trigger a mail notification with pipeline URL. Click on "Review" and "Approve" the pipeline. Now, we can see the pipeline completed.