Kanav Gathe90-days-of-devops-kanav.hashnode.dev·21 hours agoSetting Up Your First AWS CodeCommit Repository: A Complete GuideIntroduction AWS CodeCommit is a crucial first step in building a modern CI/CD pipeline. In this guide, we'll walk through setting up your first CodeCommit repository and connecting it to your local development environment. This is Day 1 of our 4-day...Discuss#90daysofdevops
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
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
yyounos shaikyoushaik.hashnode.dev·Oct 7, 2024Cloud DevOps - Setting up Git repository with AWS CodeCommit.DIFFICULTY : EASY TIME : 1 HOUR COST : 0$ WHAT YOU’LL NEED : An AWS account - Create one here! Visual Studio Code - Download Here! part-1 : Building an WebApp and IDE in AWS AWS SERVICES : AWS CodeCommit AWS IAM Amazon EC2 AWS CLI Overvie...DiscussAWS
Tanishka Marrottcloud-design-diaries.hashnode.dev·Oct 3, 2024How to Build a Golden Image Hardening Pipeline in AWSOptimize security while automating image creation with AWS tools. In AWS, golden image hardening is a crucial step for standardizing environments, enforcing security and ensuring compliance. But creating and maintaining these images manually is time...Discuss·5 likesAWS
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·204 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
Johannes Kochlockhead.hashnode.dev·Sep 6, 2024Dear AWS, how do I build & develop purely on AWS right now?The announcements from AWS around deprecating certain services have raised a bunch of questions and concerns in the AWS community. As Jeff Barr wrote, these are the services: S3 Select, CloudSearch, Cloud9, SimpleDB, Forecast, Data Pipeline, and Code...Discuss·1 likeAWS
Sarthak Tyagisarthakwrites.hashnode.dev·Aug 28, 2024aws codecommit cli$env:AWS_PROFILE="team" git remote add origin codecommit::ap-south-1://team-idc-app git pull origin main git add . git commit -m "base64" git push origin mainDiscussCodeCommit