Munilakshmi G J100daysdevops.hashnode.dev·7 hours agoDay 50 of 100 Days : Automating CI/CD Workflows with AWS CodePipelineWelcome to Day 50 of My 100-Day DevOps Journey! Today marks a special milestone in my DevOps journey—Day 50! We’re halfway through, and the learning has been nothing short of transformative. Reflecting on the past 49 days, I’ve gained insights into t...DiscussAWS
Munilakshmi G J100daysdevops.hashnode.dev·Dec 13, 2024Day 49 of 100 Days : Exploring AWS CodeCommitWelcome to Day 49 of my 100-day DevOps journey! Today, we’re diving into AWS CodeCommit, a fully-managed source control service hosted by AWS. It’s an important tool to manage your code repositories securely and efficiently within the AWS ecosystem. ...DiscussCodeCommit
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 25, 2024Day 51: Your CI/CD Pipeline on AWS - Part 2 🚀☁Welcome to Part 2 of building your CI/CD pipeline on AWS! Yesterday, you set up AWS CodeCommit as your version control system. Today, we’ll dive into AWS CodeBuild, a powerful tool to compile your code, run tests, and prepare deployment artifacts. Le...DiscussAWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 24, 2024Day 50: Your CI/CD Pipeline on AWS - Part 1 🚀☁Welcome to Day 50 of your DevOps journey! Over the next 4 days, you'll set up a CI/CD pipeline on AWS using powerful tools like CodeCommit, CodeBuild, CodeDeploy, CodePipeline, and S3. Let's break it down step by step, starting with CodeCommit. What...Discuss·1 likecl/cd
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 4, 2024Day 50 : Your CI/CD pipeline on AWS - Part-1We will creating a CI/CD pipeline on AWS using the following tools/services. CodeCommit. CodeBuild. CodeDeploy. CodePipeline. S3. AWS CodeCommit : Is a fully managed source control service that hosts secure and scalable Git repositories. It...Discussaws cicd
Hardik Patelclearnote.hashnode.dev·Jul 19, 2024Implementing AWS CI/CD Process with CodePipeline and CodeDeploy** AWS Continuous Integration (CI) with Real-Time Projects ** In the world of modern software development, Continuous Integration (CI) plays a crucial role in ensuring seamless code integration, testing, and deployment. AWS provides a suite of powerf...Discuss·10 likesaws cicd
Arnold Bernardarnold101.hashnode.dev·Jul 8, 2024Day 12 - AWS CODECOMMITGetting started with CodeCommit AWS CodeCommit is a fully managed source control service provided by Amazon Web Services (AWS). It is a secure and scalable Git-based repository hosting service. Features of CodeCommit Git Repositories: AWS CodeCommit...DiscussAWS
Gopinath Jgopinathblog.hashnode.dev·Apr 11, 2024Aws CiAWS offers CI/CD tools like AWS CodeCommit, AWS CodePipeline, AWS CodeBuild and AWS CodeDeploy. These tools allows to automate the entire software release process, from source code management to deployment. AWS CodeCommit - It is a managed source con...Discussaws ci
Ranjith Rdeepdivecloud.hashnode.dev·Mar 28, 2024A simple CI/CD using the AWS Code pipelineCI/CD stands for Continuous Integration/Continuous Deployment. It is an iterative process that helps ensure code quality, streamline development workflows and deliver software updates rapidly. It is one of the best practices for the DevOps team. In t...Discuss·131 readsAWS-cloudAWS
Sagar Upretysagaruprety.com.np·Jan 17, 2024How to implement CI/CD in AWS with AWS CodePipeline?Introduction Continuous Integration/Continuous Deployment (CI/CD) is a set of software development practices that involves automating the process of integrating, testing, and deploying code changes to production. CI/CD pipelines have become the indus...Discuss·10 likes·30 readsAWS