Last active
July 6, 2021 21:30
-
-
Save asraful/b4f89875c38e63642b10768aad5c33c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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