AWS Container Services

Create a simple flask Rest API, containerise it using docker and deploy it as service in Elastic Container Service

Manmohan Singh Bohara
Geek Culture
Published in
5 min readJul 15, 2020

--

Architecutre

AWS provides container services to deploy and run container applications. One of the services is Elastic Container Service i.e. ECS. In this article, we will see how to create a sample flask RestAPI, containerize it with docker and…

--

--