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
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Oct 24, 2024Best CI/CD Tools for AWS Cloud You Should KnowIn today's fast-paced software development environment, Continuous Integration and Continuous Deployment (CI/CD) have become essential for delivering high-quality software at speed. Amazon Web Services (AWS) offers a variety of tools to facilitate th...DiscussAWS CloudDevops
SANDESH D MANOCHARYAsandydevopsstuffs.hashnode.dev·Aug 12, 2024Deploying a Sample HTML Application to AWS EC2 with CodePipeline, CodeDeploy, and GitHubStep 1: Create IAM Roles Create two IAM Roles. One for the service AWS EC2 and another for the service AWS CodeDeploy. Go to the service “IAM”, select “Roles” in the left panel and click on “Create role” on the right top. First let us create a role ...DiscussTechnologyHub
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 5, 2024What is AWS CodePipeline 🗜️{ | } !!AWS CodePipeline is a tool that helps us automate and manage the software release process. It allows us to plan, visualize and automate the various tasks required to update our application and the infrastructure it runs on. This makes it easier and m...DiscussAWS Buddy to BroCodePipeline
ANSAR SHAIKansarshaik965.hashnode.dev·Feb 16, 2024Day 53: Your CI/CD Pipeline on AWS - Part-4Welcome back to Day 53 of our 90DaysOfDevOps challenge! Today, we're continuing our exploration of CI/CD pipelines on AWS, focusing on AWS CodePipeline. Let's dive in! What is AWS CodePipeline? AWS CodePipeline is a fully managed continuous integrati...Discuss·28 reads#AWSDevOps #ContinuousIntegration #ContinuousDelivery #CloudComputing
Sagar Upretysagaruprety.com.np·Jan 17, 2024How to implement CI/CD in AWS with AWS CodePipeline?Introduction Continuous Integration/Continuous Deployment (CI/CD) is a set of software development practices that involves automating the process of integrating, testing, and deploying code changes to production. CI/CD pipelines have become the indus...Discuss·10 likes·30 readsAWS
Mamoona Arshad mydevopsblog.hashnode.dev·Jan 3, 2024🚀 Accelerating Development: Unleashing the Power of AWS CodePipeline 🌐In the ever-evolving landscape of software development, the need for swift and reliable application delivery is paramount. Enter AWS CodePipeline, a game-changing continuous integration and continuous delivery (CI/CD) service designed to streamline a...Discuss·28 readsaws lambda
ASHOK SANAashok198510.hashnode.dev·Jul 18, 2023Project: Implementing CI/CD Pipeline on AWS (Complete cicd)Requirements: AWS Account: You will need access to an AWS account with appropriate permissions to create and manage AWS resources. Sample Web Application: A simple web application (e.g., a basic HTML/JavaScript application) that can be deployed on ...Discuss·4 likes·382 readsAWS
Subho Deydevopsculture.hashnode.dev·Jul 3, 2023Streamline Your Software Delivery with AWS CodePipelineIntroduction: AWS CodePipeline is a fully managed continuous integration and continuous delivery (CI/CD) service that automates the release process for software applications. It allows you to create a workflow or pipeline for your application code, e...Discuss·39 readsAWS