Tag: Beanstalk

Migrate from AWS Beanstalk to AWS ECS in a Simple Way

What will be our main goals? Setup the initial AWS infrastructure. Having a CI/CD pipeline which will deploy new changes. Having a public URL (HTTP for now) where we can access our application. What we’ll deploy: I’ll present a bash script that I’ve build for myse...