Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 123

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To describe scalable targets**

This example command describes the scalable targets for the `ecs` service namespace.

Command::

  aws application-autoscaling describe-scalable-targets --service-namespace ecs

Output::

	{
	    "ScalableTargets": [
	        {
	            "ScalableDimension": "ecs:service:DesiredCount",
	            "ResourceId": "service/default/web-app",
	            "RoleARN": "arn:aws:iam::012345678910:role/ApplicationAutoscalingECSRole",
	            "CreationTime": 1462558906.199,
	            "MinCapacity": 1,
	            "ServiceNamespace": "ecs",
	            "MaxCapacity": 10
	        }
	    ]
	}