PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
application-autoscaling
**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 } ] }
[-] put-scheduled-action.rst
[edit]
[-] register-scalable-target.rst
[edit]
[+]
..
[-] delete-scaling-policy.rst
[edit]
[-] put-scaling-policy.rst
[edit]
[-] describe-scaling-activities.rst
[edit]
[-] deregister-scalable-target.rst
[edit]
[-] describe-scalable-targets.rst
[edit]
[-] describe-scaling-policies.rst
[edit]