Munilakshmi G J100daysdevops.hashnode.dev·Dec 26, 2024Day 62 of 100 Days - Parameter Store, Build Process, and CodePipeline Integration-Part 3Hello, everyone! 🌟 Welcome back to another exciting part of our Continuous Integration journey! I’m super excited to dive into this next phase where we’ll be setting up our Docker credentials securely in AWS, kicking off the build process for our Py...Devops
Munilakshmi G J100daysdevops.hashnode.dev·Dec 25, 2024Day 61 of 100 Days : Practical Demo – Setting Up AWS CodeBuild for CI -Part 2In today's blog, we're diving into the next step of our continuous integration journey by setting up AWS CodeBuild. This part of the process automates the building and testing of our Python Flask application. So, let's get hands-on and walk through h...AWS
Munilakshmi G J100daysdevops.hashnode.dev·Dec 25, 2024Day 60 of 100 Days : AWS Continuous Integration Demo -Part 1Objective Today, we’ll be setting up an AWS Continuous Integration (CI) pipeline for our Python application. This process involves creating a GitHub repository to store the source code, setting up AWS services like CodePipeline and CodeBuild, and und...codebuild
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
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...codebuild
Victor Uzoagbavictoru.hashnode.dev·Oct 25, 2024The Evolution of Type Systems in Startup CodebasesAs startups scale from the frenetic energy of prototyping to the disciplined rigor of production, the underlying codebase undergoes significant transformation. Among the most impactful changes is the evolution of type systems, which help manage compl...#codenewbies
yyounos shaikyoushaik.hashnode.dev·Oct 21, 2024Cloud DevOps - Pakcage an App with AWS CodeBuildDIFFICULTY : MID-LEVEL TIME : 90 MINS 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 Part-2 : Setting up Git reposirtory with AWS CodeCommit. Part-3 : ...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...230 readsDevOps ProjectsAWS
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