created - October 6, 2020
AWS just launched a fresh CLI recently - copilot. AWS says this CLI is for containerised applications. So the target audience seems to be people using ECS and Fargate. I decided to try this new stuff.
The installation for Mac is quite simple. You use homebrew like -
brew install aws/tap/copilot-cli
For windows and Linux refer - https://github.com/aws/copilot-cli/wiki/Installation#manually
aws
cli. If you do not have that you might want to install and configure that. Steps here and hereI am using a simple html file to deploy to in a container using a simple Dockerfile.
The first command you will have to run to initialise is
copilot init
This asks you a few questions and sets up the following things for you in the AWS account.