Want to learn more about AWS and Containers? Sign up for my mailing list!

Interested in creating and deploying your own Flask application using Docker and ECS? Well, good news, I just published a post on how you can do this. Here are the highlights:

  1. You’ll create a Docker image of your Flask application locally
  2. You’ll then push the Docker image up to ECR - AWS’s Elastic Container Repository
  3. You’ll create and configure your own ECS service using your Docker image and deploy it to production.

Visualization of an ECS service with Container and Task definitions, service details and cluster details

By the end, you’ll have deployed your containerized Flask application to production and be able to show it off to anyone. Just look how cute the penguins are:

Website with many adorable penguins

Check it out and let me know what you think below!