Trushang Suthartrushang-dev.hashnode.dev·Nov 8, 2024Setting Up CI/CD with CodeDeploy and CodePipeline on Amazon Linux 2In this guide, we’ll walk through configuring a CI/CD pipeline on Amazon Linux 2 using AWS CodeDeploy and CodePipeline. Follow these steps to deploy your application seamlessly and automate updates. Step 1: Install AWS CodeDeploy Agent on Your EC2 In...Discuss·32 readsAWS
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024AWS CodeDeployAWS CodeDeploy is a service provided by Amazon Web Services (AWS) that automates the deployment of applications to instances, allowing for updates to be quickly and reliably pushed out to your infrastructure. Here's a brief overview of how AWS CodeDe...DiscussAWSCodeDeploy
Vijesh Vijayanoneblog.hashnode.dev·Nov 6, 2024Streamlining App Deployment Using AWS: CodeCommit, CodeBuild, CodeDeploy, and CodePipelineObjective: This is a demonstration of creating a simple, automated deployment pipeline using AWS Devops services like CodeCommit, CodeBuild, CodeDeploy, and CodePipeline. Prerequisites: Need AWS Account.Familiar with concepts of AWS CodeCommit, CodeB...DiscussAWS
Pranjal Chaubeypranjal28.hashnode.dev·Nov 6, 2024AWS CodeDeploy and Its Role in CI/CD for MLOpsWelcome to the third chapter of our CI/CD for MLOps series! This article will take a deep dive into AWS CodeDeploy, a powerful tool in your CI/CD toolkit for deploying machine learning models and applications seamlessly. Whether you’re a seasoned MLO...DiscussAWS
yyounos shaikyoushaik.hashnode.dev·Nov 4, 2024Cloud DevOps - Deploy an App with CodeDeployDIFFICULTY : MID-LEVEL TIME : 120 mins COST : 0$ WHAT YOU’LL NEED: An AWS account - Create one here! part-1 : Building an WebApp and IDE in AWS. Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : Secure Project Dependencies with AW...DiscussAWS
Anas Ansariilahianas.hashnode.dev·Oct 26, 2024Project 3 →Automating Application Deployment with AWS DevOps ToolsCompletion Steps → fetch a code from github by git clone *************** Setup code commit repository on aws push code to code commit using aws CLI setup aws code-build for building code setup S3 bucket for code storage setup code deploy for de...Discusscodebuild
Abhishek Vermaabhishek98.hashnode.dev·Oct 21, 2024From Code to Deployment: Automating with Jenkins, AWS CodeDeploy, and S3Overview of the CI/CD Pipeline The core components of our CI/CD pipeline include: AWS EC2: Virtual machines where your code is deployed. AWS Auto Scaling Group (ASG): Ensures availability by automatically scaling EC2 instances. AWS Elastic Load Ba...Discuss·1 like·38 readsAWS
Shubham Tawareshubzz.hashnode.dev·Oct 19, 2024AWS CI/CD with AWS CodeCommit, CodeBuild, CodeDeploy, and CodePipeline with Rollback CapabilityIn this project, I built an end-to-end CI/CD pipeline utilizing AWS DevOps services such as Cloud9, CodeCommit, CodeBuild, Code Artifactory, CodeDeploy, CodePipeline and Route 53. The pipeline is designed to automate the entire software delivery proc...DiscussDevops
Tushar Panttusharpant.online·Oct 11, 2024Day 52 of 90 Days of DevOps Challenge: Your CI/CD Pipeline on AWS - Part 3 🚀 ☁Welcome to Day 52 of the 90 Days of DevOps Challenge! So far, you've connected your GitHub repository to AWS CodeBuild, automating the build process. Today, we’re taking things further by integrating AWS CodeDeploy to automate the deployment of your ...Discuss·1 like·27 reads90 Days of DevOpsDevops
Yogesh Borudeyogeshb.hashnode.dev·Sep 16, 2024Automating Application Deployments with AWS CodeDeployIn today’s fast-paced tech environment, ensuring rapid and reliable application deployments is crucial for staying competitive. AWS CodeDeploy is a fully managed service that automates application deployments to various compute services, like Amazon ...DiscussAWS