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
Jubril Edunjubriledun.hashnode.dev·Nov 22, 2024AWS CI/CD ProjectIn this project, we are going to use AWS services to fetch our code, build it and deploy it on AWS Elastic Beanstalk. For this project, we’ll be making use of the following services AWS Elastic Beanstalk: environment to deploy and manage the applica...AWS
Pranjal Chaubeypranjal28.hashnode.dev·Nov 4, 2024Utilizing AWS CodeBuild in CI/CD for MLOps PipelinesIn the next chapter of the CI/CD series for MLOps, we will look at AWS CodeBuild, a fully managed continuous integration service designed to simplify the build, test, and deployment phases in a CI/CD pipeline.This article explores how AWS CodeBuild c...AWS
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...AWS CloudDevops
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 8, 2024Day 51 : Your CI/CD pipeline on AWS — Part 2On your journey of making a CI/CD pipeline on AWS with these tools, you completed AWS CodeCommit. Next few days you'll learn these tools/services: CodeBuild. CodeDeploy. CodePipeline. S3. AWS CodeBuild AWS CodeBuild is a fully managed continuou...aws-codebuild
Kiran Bhandarikiranbhandari.hashnode.dev·Jul 19, 2024Automate AWS Glue ETL Deployment with CI/CD and CodePipeline with Failed Job NotificationsLet's start by understanding what AWS CodePipeline is and what we can achieve with it. AWS CodePipeline is a powerful service that automates continuous delivery pipelines, enabling fast and reliable updates to your applications and infrastructure. Th...Glue etl job automation
Vivek Ratheeblog.vivekrathee.com·Jul 5, 2024How to create your first Continuous Delivery PipelineDuring this AWS hands-on tutorial, I had the opportunity to dive into the details of setting up a continuous delivery pipeline using AWS services. Here are my key takeaways and learnings from this experience: Understanding Continuous Delivery: Gain...Pipeline Monitoring
Nishank Koulnishankkoul.hashnode.dev·Jun 21, 2024End-to-End CI/CD Pipeline on AWS for a Flask ApplicationCreating a robust Continuous Integration and Continuous Deployment (CI/CD) pipeline is crucial for modern software development. This blog outlines a detailed step-by-step process to set up an end-to-end CI/CD pipeline for a Python-based Flask applica...126 readsAWS