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:
- You’ll create a Docker image of your Flask application locally
- You’ll then push the Docker image up to ECR - AWS’s Elastic Container Repository
- You’ll create and configure your own ECS service using your Docker image and deploy it to production.
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:
Check it out and let me know what you think below!