Command option Sample:aws ecs list-task-definitions

Search command sample in the internet.It is the result.

Returns a list of task definitions that are registered to youraccount.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ecs/list-task-definitions.html

aws ecs list-task-definitions --region us-east-1
    Deploying Jenkins Docker Image using Amazon EC2 Container and Registry Services · cloudway.io : http://cloudway.io/post/jenkins-in-ec2-container-service/
aws ecs list-task-definitions --family-prefix wordpress
    list-tasks — AWS CLI 1.16.6 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/ecs/list-task-definitions.html
aws ecs list-task-definitions --region
    Guide to deploy an Elixir/Phoenix app to AWS ECS : http://joaquimadraz.com/guide-to-deploy-an-elixir-phoenix-app-to-aws-ecs
AWS_ECS list-task-definitions --family-prefix
  : http://raw.githubusercontent.com/silinternational/ecs-deploy/master/ecs-deploy
aws ecs list-task-definitions --region eu-west-1
    Hello World in EC2 Container Service : http://rossfairbanks.com/2015/03/31/hello-world-in-ec2-container-service.html
aws ecs list-task-definitions --family "application" --sort DESC
    How to run the Datomic transactor on Amazon ECS FARGATE : http://www.avisi.nl/blog/2018/02/13/how-to-run-the-datomic-transactor-on-amazon-ecs-fargate
aws ecs list-task-definitions --output text --query taskDefinitionArns[0]
    Single Instance ECS Setup - Rainer Hahnekamp : http://www.rainerhahnekamp.com/en/single-instance-ecs-setup/
aws ecs list-task-definitions --
    ECS for Docker Meetup #4 : http://www.slideshare.net/shot6/ecs-for-docker-meetup-4

aws のオプション一覧