Skip to content

Instantly share code, notes, and snippets.

@asraful
Last active July 6, 2021 21:30
Show Gist options
  • Save asraful/b4f89875c38e63642b10768aad5c33c5 to your computer and use it in GitHub Desktop.
Save asraful/b4f89875c38e63642b10768aad5c33c5 to your computer and use it in GitHub Desktop.
Step 1: Download the Amazon ECS CLI
sudo curl -Lo /usr/local/bin/ecs-cli https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-linux-amd64-latest
Step 2: Verify the Amazon ECS CLI using PGP signatures
curl -Lo ecs-cli.asc https://amazon-ecs-cli.s3.amazonaws.com/ecs-cli-linux-amd64-latest.asc
Step 3: Apply Execute Permissions to the Binary
sudo chmod +x /usr/local/bin/ecs-cli
Step 4: Complete the Installation
ecs-cli --version
Source : https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI_installation.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment