Written on April 21, 2021 by Danny Steenman. When you start a project where you're containerizing your applications, it's pretty easy to get started locally and develop your container images.

So in this post, I'll show you how you can deploy containers on your existing VPC with AWS Copilot.

In this case, we deploy one AWS Copilot App with the following command: ❯ copilot app init django-example-copilot bash

Run the following command to deploy the service with AWS Copilot: ❯ copilot svc deploy --name django-example --env test bash

Related Articles