DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Deploy containers on existing infrastructure with AWS Copilot CLI

3 years ago towardsthecloud.com

Summary: This is a summary of an article originally published by Towards the Cloud. Read the full original article here →

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

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com