pikesaku’s blog

個人的な勉強メモです。記載内容について一切の責任は持ちません。

awsコマンドのヘルプ内容

どんなサブコマンドがあるかわかる

$ 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.  Use  aws
       help  topics  to view a list of available help topics. The synopsis for
       each command shows its parameters and their usage. Optional  parameters
       are shown in square brackets.

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.

       --ca-bundle (string)

       The CA certificate bundle to use when verifying SSL certificates. Over-
       rides config/env settings.

       --cli-read-timeout (int)

       The  maximum socket read time in seconds. If the value is set to 0, the
       socket read will be blocking and not timeout.

       --cli-connect-timeout (int)

       The maximum socket connect time in seconds. If the value is set  to  0,
       the socket connect will be blocking and not timeout.

AVAILABLE SERVICES
       o acm

       o alexaforbusiness

       o apigateway

       o application-autoscaling

       o appstream

       o appsync

       o athena

       o autoscaling

       o batch

       o budgets

       o ce

       o cloud9

       o clouddirectory

       o cloudformation

       o cloudfront

       o cloudhsm

       o cloudhsmv2

       o cloudsearch

       o cloudsearchdomain

       o cloudtrail

       o cloudwatch

       o codebuild

       o codecommit

       o codepipeline

       o codestar

       o cognito-identity

       o cognito-idp

       o cognito-sync

       o comprehend

       o configservice

       o configure

       o cur

       o datapipeline

       o dax

       o deploy

       o devicefarm

       o directconnect

       o discovery

       o dms

       o ds

       o dynamodb

       o dynamodbstreams

       o ec2

       o ecr

       o ecs

       o efs

       o elasticache

       o elasticbeanstalk

       o elastictranscoder

       o elb

       o elbv2

       o emr

       o es

       o events

       o firehose

       o gamelift

       o glacier

       o glue

       o greengrass

       o guardduty

       o health

       o help

       o history

       o iam

       o importexport

       o inspector

       o iot

       o iot-data

       o iot-jobs-data

       o kinesis

       o kinesis-video-archived-media

       o kinesis-video-media

       o kinesisanalytics

       o kinesisvideo

       o kms

       o lambda

       o lex-models

       o lex-runtime

       o lightsail

       o logs

       o machinelearning

       o marketplace-entitlement

       o marketplacecommerceanalytics

       o mediaconvert

       o medialive

       o mediapackage

       o mediastore

       o mediastore-data

       o meteringmarketplace

       o mgh

       o mobile

       o mq

       o mturk

       o opsworks

       o opsworks-cm

       o organizations

       o pinpoint

       o polly

       o pricing

       o rds

       o redshift

       o rekognition

       o resource-groups

       o resourcegroupstaggingapi

       o route53

       o route53domains

       o s3

       o s3api

       o sagemaker

       o sagemaker-runtime

       o sdb

       o serverlessrepo

       o servicecatalog

       o servicediscovery

       o ses

       o shield

       o sms

       o snowball

       o sns

       o sqs

       o ssm

       o stepfunctions

       o storagegateway

       o sts

       o support

       o swf

       o translate

       o waf

       o waf-regional

       o workdocs

       o workmail

       o workspaces

       o xray

SEE ALSO
       o aws help topics



                                                                         AWS()