Exp - On-prem and Cloud, can they get along?

hybrid cloud / on-prem setups

ECS Anywhere example

https://github.com/aws-containers/ecs-anywhere-tutorial

With CDK

https://github.com/adamjkeller/ecs-anywhere-cdk-demo/blob/main/src/main.ts

TOC:

  • Intro
    • the problem
    • what we want to achieve
    • cost considerations
  • architecture
    • diagram
  • cloud setup
    • create ECS cluster
    • test service deployment
  • on-prem setup
    • provisioning machines
    • configuring “agents” on on-prem machines
    • configuring docker?
  • tying it all together
    • schedule multiple services (prebuilt containers)
    • networking considerations
    • reminder to tear down
  • wrap up
    • what we set up to build
    • how it’s working
    • pros (unified view vs mix of cloud+on-prem Kubernetes clusters)
    • cons
    • value proposition
    • call to action