Command option Sample:aws ecs run-task

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

Starts a new task using the specified task definition.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ecs/run-task.html

aws ecs run-task --region eu-west-1 --task-definition busybox --count 1

    Cron with AWS Data Pipeline and AWS ECS – Hello, I'm Alex : http://alexcsantos.wordpress.com/2015/06/21/cron-with-aws-data-pipeline-and-aws-ecs/
aws ecs run-task --cluster TalendDeployedPipeline --task-definition TalendContainerizedJob --network-configuration awsvpcConfiguration=
    Going Serverless with Talend through CI/CD and Containers | AnalyticsWeek : http://analyticsweek.com/content/going-serverless-with-talend-through-ci-cd-and-containers/
aws ecs run-task --cluster MyCluster --task-definition sleep360:1 --count 10 --profile jbarr-cli
    Amazon Web Services ブログ: EC2 Container Service実践 : http://aws.typepad.com/aws_japan/2014/12/ec2-container-service-in-action.html
aws ecs run-task --cluster access-test --task-definition access-test --count 1 --region us-east-1
    Managing Secrets for Amazon ECS Applications Using... - Amazon Web Services News Feed : http://awsfeed.com/post/156637034914/managing-secrets-for-amazon-ecs-applications-using
aws ecs run-task --cluster l5d-demo --task-definition hello-world --count 2
    A Service Mesh For ECS - blog.buoyant : http://blog.buoyant.io/2017/08/08/a-service-mesh-for-ecs/
aws ecs run-task --cli-input-json file://aws-run-tasks/api.json
    My Experiences With AWS Fargate So Far : http://blog.joshholat.com/my-experiences-with-aws-fargate-so-far/
aws ecs run-task --cluster default --task-definition sleep360:1 --count 1
    Matt Callanan's Blog : http://blog.mattcallanan.net/
aws ecs run-task aws ecs run-task --task-definition postgraphile --cluster testcluster --region us-east-2
    Problem with running ecs task - Docker - Codeship Community : http://community.codeship.com/t/problem-with-running-ecs-task/6790
aws ecs run-task --cluster default --task-definition sleep360:1 --count 1
    Tutorial: Creating a Cluster with a EC2 Task Using the AWS CLI - Amazon Elastic Container Service  : http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_AWSCLI_EC2.html
aws ecs run-task --cluster default --task-definition process_queue --count 5
    Continuous Delivery to AWS ECS with Docker : http://documentation.codeship.com/pro/continuous-deployment/aws-ecs/
aws ecs run-task task-definition task-def-name cluster cluster-name
    Deploying Docker Containers to AWS ECS - DZone Cloud : http://dzone.com/articles/deploying-docker-containers-to-aws-ecs
aws ecs run-task --cluster
    aws-containers-task-definitions/tomcat at master 揃 aws-samples/aws-containers-task-definitions 揃 GitHub : http://github.com/aws-samples/aws-containers-task-definitions/tree/master/tomcat
aws ecs run-task --cluster default --task-definition wordpress:1 --count 1
    AWS EC2 Container Service API in Eucalyptus : http://jeevanullas.in/blog/aws-ec2-container-service-api-in-eucalyptus/
aws ecs run-task --cluster plantuml-server --task-definition plantuml-server:1 --count 1 --region ap-northeast-1
    Amazon ECSでPlantUML Serverを構築 | KRAY Inc : http://kray.jp/blog/amazon-ecs/
aws ecs run-task --cluster l5d-demo --task-definition hello-world --count 2
    Linkerd - Running in ECS : http://linkerd.io/1/getting-started/ecs/
aws ecs run-task --cluster awsvpc-ecs-demo --network-configuration
    Introducing Cloud Native Networking for Amazon ECS Containers | Noise : http://noise.getoto.net/2017/11/15/introducing-cloud-native-networking-for-amazon-ecs-containers/
aws ecs run-task --task-definition hello-client:1 --count 1 --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 run-task --cluster default --task-definition busyecho:1 --count 4
    AWS ECS(EC2 Container service) | Sreenivas Makam's Blog : http://sreeninet.wordpress.com/2015/03/02/aws-ecsec2-container-service/
aws ecs run-task --overrides
    amazon web services - How to run AWS ECS Task overriding environment variables - Stack Overflow : http://stackoverflow.com/questions/41373167/how-to-run-aws-ecs-task-overriding-environment-variables
aws ecs run-task --cluster
    Performance Testing: Gatling on EC2 Container Service - Hotwire Tech Blog : http://techblog.hotwire.com/2016/07/07/performance-testing-gatling-ec2-container-service/
aws ecs run-task --task-definition hello:1 --count 1

    Getting Started with EC2 Container Service - CTP : http://www.cloudtp.com/doppler/getting-started-ec2-container-service-ecs/
aws ecs run-task --cluster fargate-test \
    Monitor AWS Fargate applications with Datadog : http://www.datadoghq.com/blog/monitor-aws-fargate/
aws ecs run-task --cluster HappyCloudSolutions --task-definition sleep:1 --count 30
    Amazon Container Service preview - Docker on AWS | Brisbane, Melbourne, Sydney : http://www.happycloudsolutions.com.au/blog/amazon-container-service-preview-docker-on-aws/
aws ecs run-task --cluster default --task-definition process_queue --count 5

Combining deployment to various services with a script

If you want to interact with various AWS services in a more complex way

    Codeship, Docker, and Deployment to AWS EC2 Container Service | Java Code Geeks - 2018 : http://www.javacodegeeks.com/2015/10/codeship-docker-and-deployment-to-aws-ec2-container-service.html
aws ecs run-task \
     Machine Learning on ECS | The First Cry of Atom  : http://www.lewuathe.com/machine-learning-on-ecs.html
aws ecs run-task --cluster ecs-cluster --task-definition test-large-image-cpu
    ECS Scheduled Task and logging run-task failure : aws : http://www.reddit.com/r/aws/comments/8jvg0f/ecs_scheduled_task_and_logging_runtask_failure/
aws ecs run-task ..
    Deep Dive into AWS Fargate - CON333 - re:Invent 2017 : http://www.slideshare.net/AmazonWebServices/deep-dive-into-aws-fargate-con333-reinvent-2017

aws のオプション一覧