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...DiscussAWS
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·29 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 ...DiscussAWSCodePipeline
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
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
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...Discuss·197 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 ...Discuss·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...DiscussAWSAWS
Vishesh Ghulevisheshblog.hashnode.dev·Sep 9, 2024Day 44: AWS CI🚀 Introduction In this blog we’ll dive into creating a Continuous Integration (CI) pipeline using AWS services. A CI pipeline is a automating the process of integrating code changes & testing. In this blog, we'll explore how to set up and manage a C...Discuss·29 readsAWS
Sagar Bawanthadesagarbawanthade30.hashnode.dev·Aug 26, 2024AWS CI/CD Pipeline: A Comprehensive Implementation GuideIn this article we will see, how to build a complete CICD pipeline for a simple application using AWS. Introduction Continuous Integration and Continuous Deployment (CI/CD) are crucial components in modern DevOps practices. They enable teams to autom...Discuss·1 like·64 readsAWS CloudAWS