Chris – Code, Cloud
Chris – Code, Cloud
  • 4
  • 999
AWS ECS + SST Tutorial | How to Deploy a Docker Container
Sst makes it easy to deploy to AWS
0:39 What you need for this tutorial
1:29 Initialize sst app
1:57 Write sst code
3:24 Run in dev mode
4:00 Deploy to AWS
4:33 Deployment ready!
SST: sst.dev/
AWS CLI: aws.amazon.com/cli/
This video is for demo purposes
มุมมอง: 19

วีดีโอ

React, Typescript, Tailwind - Coding a User Interface
มุมมอง 266 หลายเดือนก่อน
Follow along as I code the initial ui for my side project, New England Wave/Surf Report Forecast web/mobile application. I will use react, tailwind, typescript and chatgpt (to generate html/css code and types). I already coded the elixir phoenix backend. In another video I will go through and explain the entire codebase and deployment 0:00 SURF REPORT UI 0:19 Menu component / React Query setup ...
React + Elixir Tutorial | Initialize Application and Deploy in a Single Docker Container
มุมมอง 2236 หลายเดือนก่อน
How to run an elixir/phoenix react application locally and then dockerize it and deploy to the cloud. 0:36 Install Node, Elixir, Erlang (links in description) 1:09 Init backend and frontend 3:46 Add full stack route 6:56 Add react build step 11:58 Dockerize application 20:02 Deploy to cloud (fly.io) Check comments for software links
AWS Copilot CLI | Deploy a Docker Container to ECS | Step-by-Step Tutorial
มุมมอง 7366 หลายเดือนก่อน
AWS Copilot CLI is one of my favorite deployment tools. It makes deploying containers to ECS easy and comes with microservices support, ci/cd pipelines, seperated environments, env variable support, and extending to other aws services via cloudformation built in. 0:00 Tutorial Intro 0:55 What You Need For This Tutorial 2:12 AWS Copilot Concepts 4:37 1. Configure CLI Credentials 6:57 2. Initiali...

ความคิดเห็น

  • @iaroslavdavydiak6439
    @iaroslavdavydiak6439 4 หลายเดือนก่อน

    Great tutorial! Is there already a next video with a real-world app deployed via AWS Copilot?

  • @chrismcodecloud
    @chrismcodecloud 6 หลายเดือนก่อน

    Follow along as I code the initial ui for my side project, New England Wave/Surf Report + Forecast web/mobile application. I will use react, tailwind, typescript and chatgpt (to generate html/css code and types). I already coded the elixir + phoenix backend. In another video I will go through and explain the entire codebase and deployment 0:00 SURF REPORT UI 0:19 Menu component / React Query setup 3:37 Surf Report component 6:45 Fix responsiveness / ui refactoring 10:45 Add loading + error states 11:35 Done

  • @chrismcodecloud
    @chrismcodecloud 6 หลายเดือนก่อน

    0:36 Install Node, Elixir, Erlang (links in description) 1:09 Init backend and frontend 3:46 Add full stack route 6:56 Add react build step 11:58 Dockerize application 20:02 Deploy to cloud (fly.io) Node install: nodejs.org/en/download Asdf install: asdf-vm.com/guide/getting-started.html Install elixir and Erlang with asdf: thinkingelixir.com/install-elixir-using-asdf/ Install node on ubuntu/docker image: www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-20-04 React build step into elixir: bpaulino.com/entries/modern-webapps-with-elixir-phoenix-typescript-react Elixir docker images: hub.docker.com/r/hexpm/elixir/tags Fly.io cloud provider: fly.io/

  • @techbloom1259
    @techbloom1259 6 หลายเดือนก่อน

    Sweeet!! Wonder if I've talked to you on reddit. How'd you get so many views? I'm like how do I promote this to get this bad boy up and running. Lol. Great job!

  • @chrismcodecloud
    @chrismcodecloud 6 หลายเดือนก่อน

    Comment with any questions and I'll do my best to help you out! 0:00 Tutorial Intro 0:55 What You Need For This Tutorial 2:12 AWS Copilot Concepts 4:37 1) Configure CLI Credentials 6:57 2) Initialize Application, First Service and Environment 10:58 3) Update Platform Field in Service Manifest 12:15 4) Check out generated cloud formation 13:40 5) Create Pipelines and Second Env 17:55 6) Connect Github to AWS 19:30 Done! Test it out