Home

Awesome

ecs and eks fargate-tutorial or AWS App Runner

A tutorial on using EKS, ECS with fargate, or AWS App Ruuner on the AWS Cloud

Verified Deploy with AWS App Runner

ECS method

EKS method

Build a Fargate App

You will see output similar to this

2021-02-17 17:52:07 [ℹ]  waiting for CloudFormation stack "eksctl-FargateExploration-cluster"
2021-02-17 17:52:28 [ℹ]  creating Fargate profile "fp-default" on EKS cluster "FargateExploration"

change-machine

AWS App Runner method

This repository can easily be converted to an AWS Runner Method in Wizard to the following:

  1. For build do: pip install -r requirements.txt
  2. To run: python app.py
  3. For port: 8080

1-aws-app-runner app-service-logs deployed-app-service

References