NAME

ascli - Auto Scaling command line tool wrapper.

SYNOPSIS

ascli [--help|--desc|<COMMAND>]
 

OPTIONS

--help
Show the usage information
--desc
Describe an Auto Scaling command's help.
[COMMAND] [ARGS]
Invoke Auto Scaling command

DESCRIPTION

ascli is a wrapper script around the AWS Auto Scaling Commands. Its usual invocation is as a symbolic link via the direct name of the Auto Scaling command intended to be used. ascli replaces the stacked scripts provided by AWS with a single script.
 

EXAMPLES

Example 1: ascli as-describe-auto-scaling-groups --region us-east-1
 
Show Auto Scaling groups in us-east-1
Example 2: ascli --help
 
Show the help page
Example 3: ascli --desc as-resume-processes
 
Show the help for as-resume-processes Auto Scaling Command

VERSION

This documentation describes ascli version 1.0.61.0

SEE ALSO

http://docs.amazonwebservices.com/AutoScaling/DeveloperGuide/
 
http://docs.amazonwebservices.com/AutoScaling/latest/DeveloperGuide/

AUTHOR

Ben Howard
 
<[email protected]>