Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created January 10, 2015 01:47
Show Gist options
  • Save jbayer/376cf2d5e533d16abb2f to your computer and use it in GitHub Desktop.
Save jbayer/376cf2d5e533d16abb2f to your computer and use it in GitHub Desktop.
aws help
AWS() AWS()
NAME
aws -
DESCRIPTION
The AWS Command Line Interface is a unified tool to manage your AWS
services.
SYNOPSIS
aws [options] <command> <subcommand> [parameters]
Use aws command help for information on a specific command.
OPTIONS
--debug (boolean)
Turn on debug logging.
--endpoint-url (string)
Override command's default URL with the given URL.
--no-verify-ssl (boolean)
By default, the AWS CLI uses SSL when communicating with AWS services.
For each SSL connection, the AWS CLI will verify SSL certificates. This
option overrides the default behavior of verifying SSL certificates.
--no-paginate (boolean)
Disable automatic pagination.
--output (string)
The formatting style for command output.
o json
o text
o table
--query (string)
A JMESPath query to use in filtering the response data.
--profile (string)
Use a specific profile from your credential file.
--region (string)
The region to use. Overrides config/env settings.
--version (string)
Display the version of this tool.
--color (string)
Turn on/off color output.
o on
o off
o auto
--no-sign-request (boolean)
Do not sign requests. Credentials will not be loaded if this argument
is provided.
AVAILABLE SERVICES
o autoscaling
o cloudformation
o cloudsearch
o cloudsearchdomain
o cloudtrail
o cloudwatch
o cognito-identity
o cognito-sync
o configservice
o configure
o datapipeline
o deploy
o directconnect
o dynamodb
o ec2
o elasticache
o elasticbeanstalk
o elastictranscoder
o elb
o emr
o help
o iam
o importexport
o kinesis
o kms
o lambda
o logs
o opsworks
o rds
o redshift
o route53
o route53domains
o s3
o s3api
o ses
o sns
o sqs
o storagegateway
o sts
o support
o swf
AWS()
(END)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment