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·56 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·29 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
Linet Kendislina.hashnode.dev·Aug 9, 2024Building a Well-Architected Microservices Application and a CI/CD Pipeline with AWS ServicesArchitecture Diagram Project Overview and Objectives In this project, we will leverage at least 11 AWS offerings to build a microservices and continuous integration/continuous development (CI/CD) solution. By the end of this project, we will have ac...Discuss·65 readsCloudMicroservice Architecture
Tanishka Marrottcloud-design-diaries.hashnode.dev·Aug 6, 2024Enhancing CI/CD Workflows: Integrating AWS Access Analyzer for IAM SecurityWe're enhancing both efficiency and security within deployment processes by integrating the tool cfn-policy-validator into a cohesive CI/CD pipeline. Core Intent Automating IAM Policy Validation Tests to ensure IAM security is inherently part of ever...Discuss·1 likeAWS
Omkar Patilomkarpatil4141.hashnode.dev·Jul 25, 2024Streamlined AWS CI/CD Deployment with CloudFormation🚀What is CICD? CI/CD stands for Continuous Integration and Continuous Deployment/Delivery. It’s a practice in software development that automates the process of integrating code changes, testing, and deploying them to production. Example:In a CI/CD pi...DiscussAWS
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
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 4, 2024What is AWS CodeCommit #️⃣📟 !!Aws provides a comprehensive set of Continuous Infrastructure/Continuous Deployment(CI/CD) services that allow us to automate our software delivery processes. AWS have their own tools like - AWS Codepipeline AWS Codebuild AWS Codedeploy by using thes...DiscussAWS BRO to PROCode deploy
Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Jul 2, 2024AWS DevOps Exam preparation: Code CommitPreviously we would do things on hand but now we will automate using these tools What is CI? So first, CICD is about continuous integration, and that means that the developers are going to push the code very often into a central code repository. And...DiscussAWS