Munilakshmi G J100daysdevops.hashnode.dev·Dec 16, 2024Day 51 of 100 Days : Jenkins vs. AWS CodePipeline - Which CI/CD Tool is Right for You?As we dive deeper into the CI/CD ecosystem, let’s explore two powerful tools for building, testing, and deploying applications: Jenkins and AWS CodePipeline. Today’s blog is packed with comparisons, insights, and an exciting real-world example to mak...AWS
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Nov 26, 2024AWS CodePipeline : A Complete Guide for Automating Your CI/CD PipelineWhat is AWS CodePipeline? AWS CodePipeline is a fully managed service provided by Amazon Web Services (AWS). It automates the building, testing, and deployment of applications every time there is a code change. This allows you to release software upd...3 likesDevops
yyounos shaikyoushaik.hashnode.dev·Nov 19, 2024Cloud DevOps - CI/CD with CodePipelineDIFFICULTY : MID-LEVEL TIME : 150 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...AWS
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...33 readsAWS
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024AWS CodePipelineUnderstanding AWS CodePipeline AWS CodePipeline is a fully managed continuous integration and continuous delivery service offered by Amazon Web Services (AWS). It automates the build, test, and deployment phases of your release process, allowing for ...AWSCodePipeline
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...AWS
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...Devops
Harshit Sahuharshitsahu2311.hashnode.dev·Sep 14, 2024Project: AWS DevOps DeploymentI built a complete Continuous Integration and Continuous Deployment (CI/CD) pipeline using various AWS services in this project. The goal was to automate deploying an application from a GitHub repository to an EC2 instance using AWS CodeCommit, CodeB...210 readsAWS
Harshit Sahuharshitsahu2311.hashnode.dev·Sep 13, 2024AWS DevOps ♾️DevOps has revolutionized how software is developed, tested, and deployed, bringing together teams and automating processes. AWS (Amazon Web Services), one of the most popular cloud platforms, offers a wide range of services to help implement DevOps ...1 like·57 readsAWS
Matias MartinezforBlog de CloudAcademyblog.cloudacademy.ar·Sep 11, 2024Desplegamos una App en Amazon ECS Usando Terraform y CodePipelineEn este artículo, voy a mostrar cómo configurar un pipeline en AWS para desplegar una aplicación web de Python en un clúster de Amazon ECS (Elastic Container Service). Para esto, vamos a usar Terraform para definir la infraestructura como código y Co...AWSAWS