Day 53 Task: Your CI/CD pipeline on AWS Part- 4
Streamlining Software Delivery
On your journey of making a CI/CD pipeline on AWS with these tools, we completed AWS CodeCommit, CodeBuild & CodeDeploy.
Finish Off in style with AWS CodePipeline
🔶 What is CodePipeline?
CodePipeline builds, tests, and deploys your code every time there is a code change, based on the release process models you define. Think of it as a CI/CD Pipeline service.
🔶 Task-01 :
Create a Deployment group of Ec2 Instance.
Go to my last blog Day 52 for deployment group.Create a CodePipeline that gets the code from CodeCommit, Builds the code using CodeBuild and deploys it to a Deployment Group.
Go to CodePipeline and create a pipeline.
Pipeline name:
Add source provider.
Add build provider.
Add Deploy provider and select your deployment group
After Clicking Create pipeline it will automatically trigger a build section and Delpoy the code to the EC2 instance.
Now Browse your instance public-ip address and see the output.
In conclusion, AWS CodePipeline isn't just a CI/CD tool; it's an accelerator for innovation. Whether you're building a cutting-edge web application or deploying critical infrastructure changes, CodePipeline ensures your software journey is swift, reliable, and scalable, ultimately driving the success of your projects and your business.
For more details watch this video.
Happy Learning :)
Stay in the loop with my latest insights and articles on cloud ☁️ and DevOps ♾️ by following me on Hashnode, LinkedIn (https://www.linkedin.com/in/chandreshpatle28/), and GitHub (https://github.com/Chandreshpatle28).
Thank you for reading! Your support means the world to me. Let's keep learning, growing, and making a positive impact in the tech world together.
#Git #Linux Devops #Devopscommunity #90daysofdevopschallenge #python #docker #Jenkins #Kubernetes #Terraform #AWS