Ahammed Basha Shaikday-18-of-100-days.hashnode.dev·Jan 1, 2025Top 15 AWS Services Every DevOps Engineer Should MasterIntroduction AWS (Amazon Web Services) has revolutionized how organizations approach infrastructure management and deployment. With over 200 services, AWS offers a range of tools to simplify, automate, and scale applications efficiently. For DevOps e...AWS
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
Munilakshmi G J100daysdevops.hashnode.dev·Dec 16, 2024Day 51 of 100 Days : Jenkins vs. AWS CodePipeline - Which CI/CD Tool is Right for You?As we dive deeper into the CI/CD ecosystem, let’s explore two powerful tools for building, testing, and deploying applications: Jenkins and AWS CodePipeline. Today’s blog is packed with comparisons, insights, and an exciting real-world example to mak...AWS
Munilakshmi G J100daysdevops.hashnode.dev·Dec 15, 2024Day 50 of 100 Days : Automating CI/CD Workflows with AWS CodePipelineWelcome to Day 50 of My 100-Day DevOps Journey! Today marks a special milestone in my DevOps journey—Day 50! We’re halfway through, and the learning has been nothing short of transformative. Reflecting on the past 49 days, I’ve gained insights into t...AWS
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
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Nov 6, 2024AWS Code Pipeline - (16) — Day 32Table of contents Understanding AWS CodePipeline Key Features and Benefits Workflow of AWS CodePipeline Real-world Applications Scenario: Steps to Set Up AWS CodePipeline: 1. Configuration in AWS Management Console: 2. Pipeline Execution: 3....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
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 8, 2024Day 53 : Your CI/CD pipeline on AWS - Part 4AWS CodePipeline AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. It allows you to model, visualize, and automate the steps re...aws-codepipline