Copilot

The AWS Copilot command line interface (CLI) commands simplify: building, releasing, and operating production-ready containerized applications on Amazon ECS from a local development environment. The AWS Copilot CLI aligns with developer workflows that support modern application best practices: from using infrastructure as code to creating a CI/CD pipeline provisioned on behalf of a user.

Setup: Step-by-Step Instructions

Prerequisite: Install and run Docker

Source: SETUP > Dev Environment > Docker

circle-exclamation

Validate: using basic example

The very basic tutorial to validate the setup and demonstrate basic capabilities. Source: Getting started with Amazon ECS using AWS Copilotarrow-up-right Alternative basic example - Source: Deploy your first applicationarrow-up-right

  • Confirm copilot setup

$ copilot --help
  • Clone the source code

$ cd <project-folder>
$ git clone https://github.com/aws-samples/amazon-ecs-cli-sample-app.git demo-app
$ cd demo-app
  • Initiate copilot project

  • Copilot commands

To be filed...

[Source: AWS Copilot CLIarrow-up-right]

Overview of Copilot and concept.

AWS Workshop - INTRODUCTION TO ECS (ELASTIC CONTAINER SERVICE)arrow-up-right

References

Last updated