Munilakshmi G J100daysdevops.hashnode.dev·9 hours agoDay 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...DiscussAWS
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...DiscussAWS
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....DiscussAWS
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...DiscussAWS
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...Discussaws-codepipline
Bekarecklessmaven.hashnode.dev·Aug 24, 2024Building a Meme Memory Card Game with AWS DeploymentIn this project, we'll create a fun memory card game using memes, and set up an automated deployment pipeline using AWS services. Here's what we'll cover: Developing the game using HTML, CSS, and JavaScript Setting up an S3 bucket for static websit...DiscussAWS
Anant Vaidtechtalkswithanant.hashnode.dev·Aug 21, 2024Streamline S3 Deployments with AWS CodePipelineIntroduction Quick Recap Welcome to part four of our series on Building a Secure Static Website on Amazon S3. Previously, we covered hosting a static website on S3, creating a custom domain, managing its DNS, and securing the S3 bucket by only granti...DiscussBuilding a Secure Static Website on Amazon S3cicd
Arnold Bernardarnold101.hashnode.dev·Jul 8, 2024Day 13 - AWS CodeDeployAWS CodeDeploy: A Comprehensive Guide Introduction: In the world of software development, deploying applications and updates can be a complex and time-consuming process. This is where AWS CodeDeploy comes into play, offering a fast, reliable, and sca...DiscussCodeDeploy
Vipul Singhvipulsingh.hashnode.dev·Jun 21, 2024Git Jenkins SonarQube Code DeployJENKINS Step 1 — Installing Jenkins The version of Jenkins included with the default Ubuntu packages is often behind the latest available version from the project itself. To take advantage of the latest fixes and features, you can use the project-mai...Discuss Jenkins, DevOps
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...Discuss·111 readsAWS