filmov
tv
How to deploy a simple application with AWS CodeDeploy
Показать описание
In this video I want to show you how to deploy an application running on a AWS EC2 instance with docker-compose.
CodeDeploy can be used as a part of automated deployments for your CICD pipeline.
#aws #codedeploy #docker-compose #dockercompose
AppData for your EC2 instance:
#!/bin/bash
yum update -y
yum install -y ruby
# Install Docker
amazon-linux-extras install docker -y
service docker start
systemctl enable docker
usermod -a -G docker ec2-user
# Install Docker Compose
chmod +x /usr/local/bin/docker-compose
# Install code deploy agent
chmod +x ./install
./install auto
Here is a path to the sample application:
Here is a path to a repository containing Cloud Formation scripts for this deployment:
Want to do this with Cloud Formation?
Twitter:
#kobbikobb
CodeDeploy can be used as a part of automated deployments for your CICD pipeline.
#aws #codedeploy #docker-compose #dockercompose
AppData for your EC2 instance:
#!/bin/bash
yum update -y
yum install -y ruby
# Install Docker
amazon-linux-extras install docker -y
service docker start
systemctl enable docker
usermod -a -G docker ec2-user
# Install Docker Compose
chmod +x /usr/local/bin/docker-compose
# Install code deploy agent
chmod +x ./install
./install auto
Here is a path to the sample application:
Here is a path to a repository containing Cloud Formation scripts for this deployment:
Want to do this with Cloud Formation?
Twitter:
#kobbikobb
Deploying a Website to AWS in Under 1 Minute
Deploy React App in 2 min for free
How I deploy serverless containers for free
How To Deploy to Heroku in 5 Minutes
Kubernetes: How to deploy a Simple Game App into Amazon EKS in 10 minutes
Build and Deploy a Machine Learning App in 2 Minutes
HOST a website for FREE using AWS? | Deploy a Website to AWS in Under 8 Minute | AWS + DevOps
How To Deploy a NextJS App To Vercel (EASY AND QUICK!!!)
PS Enablement 2024-09-27 | CICD components deploying infra in Azure w/ DSL Bicep w/ Evgeny Rudinsky
Deploy ML model quickly and easily | Deploying machine learning models quickly and easily
How to build and deploy an app in Flutter in 60 seconds!
How To Deploy A React App To Github Pages (Simple)
How to Deploy a Node.js App to Render.com for Free (Heroku Alternative)
How To Deploy React JS Application | Step By Step Process | React JS Deployment Tutorial
Build & Deploy a Website in 7 Minutes using Python
Deploy your project on GitHub for free. HTML/CSS/JS project. Static website.
Deploy a simple ASP.NET Core Web App on Linux with Nginx
How I Deploy my Go Backends!
Create & deploy app services
Easily Deploy to Vercel with One Click
Create and Deploy a Website with REACT and VITE in under 10 minutes
How to deploy React App on AWS Amplify
Deploy a Django web app to Python Anywhere [FREE]
How to Deploy AWS EKS with Terraform - The Simplest Guide to Get Up and Running
Комментарии