Kadaie KyiphyuforBurmese Bytesburmesebytes.hashnode.dev·Nov 26, 2024Generating too many files under Code Deploy Agent Default PathPOC တစ်ခုစမ်းရင်းနဲ့ ကြုံတွေ့ရတဲ့ သတိထားစရာလေးတစ်ခုကို sharing လုပ်ပေးချင်လို့ပါ။ Windows မှာ Code deploy agent run လိုက်ပြီဆိုရင် C:\ProgramData\Amazon\CodeDeploy folder လေး ပေါ်လာပါတယ်။ အဲ့ folder အောက်မှာ bin ဆိုတဲ့ folder လေးရှိပါတယ်။Code Deploy ...154 readsAWS CodeDeploy
Ashwinashwinrajendran.hashnode.dev·Nov 8, 2024AWS CodeDeployAWS CodeDeploy is a service provided by Amazon Web Services (AWS) that automates the deployment of applications to instances, allowing for updates to be quickly and reliably pushed out to your infrastructure. Here's a brief overview of how AWS CodeDe...AWSCodeDeploy
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Nov 5, 2024AWS Code Deploy -(15) — Day 31Table of contents 1. Deployment Groups: 2. Deployment Configurations: 3. Application Revisions: 4. Deployment Process: 5. Deployment Status: Benefits of AWS CodeDeploy: Usage: Example of code deployment: Pre-requisites: Steps for Deployment...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
Tushar Panttusharpant.online·Oct 11, 2024Day 52 of 90 Days of DevOps Challenge: Your CI/CD Pipeline on AWS - Part 3 🚀 ☁Welcome to Day 52 of the 90 Days of DevOps Challenge! So far, you've connected your GitHub repository to AWS CodeBuild, automating the build process. Today, we’re taking things further by integrating AWS CodeDeploy to automate the deployment of your ...1 like·27 reads90 Days of DevOpsDevops
Sahil Kaushalsahilkaushal.hashnode.dev·Sep 8, 2024Day 52 : Your CI/CD pipeline on AWS - Part 3AWS CodeDeploy AWS CodeDeploy is a fully managed deployment service that automates the deployment of applications to various compute services such as Amazon EC2 instances, on-premises instances, serverless AWS Lambda functions, and Amazon ECS service...AWS CodeDeploy
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 ...TechnologyHub
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...114 readsAWS
Alex Taveras-Crespoblog.alextaverascrespo.ca·May 22, 2024Implementing CI/CD for .NET 8 APIs on AWS EC2 Using GitHub Actions and DockerThis blog documents the setup of an automated CI/CD workflow for a .NET 8 back-end API hosted on an AWS EC2 instance. It covers configuring AWS CodeDeploy, creating GitHub Actions scripts, and managing secrets with AWS Parameter Store. The goal is to...148 readsAWS