Command option Sample:aws cloudformation create-stack-set

Search command sample in the internet.It is the result.

Creates a stack set.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudformation/create-stack-set.html

aws cloudformation create-stack-set --stack-set-name my-awsconfig-stackset --template-url https://s3.amazonaws.com/cloudformation-stackset-sample-templates-us-east-1/EnableAWSConfig.yml
    Create a New Stack Set - AWS CloudFormation : http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-getting-started-create.html
aws cloudformation create-stack-set --stack-set-name my-codedeploy-application --template-body file://stack.yaml

    CloudFormation StackSets: automated cross-account/region deployments - Sander Knape : http://sanderknape.com/2017/07/cloudformation-stacksets-automated-cross-account-region-deployments/

aws のオプション一覧