Command option Sample:aws ec2 create-internet-gateway

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

Creates an Internet gateway for use with a VPC.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/ec2/create-internet-gateway.html

aws ec2 create-internet-gateway --cli-input-json
    001 VPCにEC2インスタンスを作成する · GitBook : http://docs.fabo.io/aws/cli/guide/001_create_ec2_instance_in_vpc.html
aws ec2 create-internet-gateway \
    aws-cli-create-vpcs/aws-cli-create-vpc.sh at master 揃 kovarus/aws-cli-create-vpcs 揃 GitHub : http://github.com/kovarus/aws-cli-create-vpcs/blob/master/aws-cli-create-vpc.sh
aws ec2 create-internet-gateway --region eu-west-1"
    Setting up a Highly Available Kubernetes Cluster with private networking on AWS using Kops : http://kubecloud.io/setting-up-a-highly-available-kubernetes-cluster-with-private-networking-on-aws-using-kops-65f7a94782ef
aws ec2 create-internet-gateway \\\n --output json)\ngatewayId=
    Create an AWS VPC and Subnet using the AWS CLI and Bash : http://medium.com/@brad.simonin/create-an-aws-vpc-and-subnet-using-the-aws-cli-and-bash-a92af4d2e54b
aws ec2 create-internet-gateway --query 'InternetGateway.InternetGatewayId' --output text
    amazon web services - AWS create vpc and launch instance - Stack Overflow : http://stackoverflow.com/questions/30174114/aws-create-vpc-and-launch-instance
aws ec2 create-internet-gateway --query 'InternetGateway.InternetGatewayId'
    AWS: Create a VPC and Launch EC2 Instance using the CLI : http://sysadmins.co.za/aws-create-a-vpc-and-launch-ec2-instance-using-the-cli/
aws ec2 create-internet-gateway --query 'InternetGateway.InternetGatewayId' --output text
     Creating an EC2 Instance in a VPC with the AWS CLI · vaneyckt.io  : http://vaneyckt.io/posts/creating_an_ec2_instance_in_a_vpc_with_the_aws_cli/
aws ec2 create-internet-gateway \
    Creating an Internet Gateway - Documentation - Outscale : http://wiki.outscale.net/display/DOCU/Creating+an+Internet+Gateway
aws ec2 create-internet-gateway --region us-east-1
    Amazon VPC Basics – IT From All Angles : http://www.itfromallangles.com/2018/08/amazon-vpc-basics/

aws のオプション一覧