How to deploy local docker images to aws

Prasad Jivane
1 reply
I have local docker container up and running on local windows machine. I want to deploy the same to production.

Replies

Mahmoud Swehli
Probably need to use AWS ECS (or EKS if you're more familiar with kubernetes), basically launches a cluster though.