Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ec2 / create-internet-gateway.rst
Size: Mime:
**To create an Internet gateway**

This example creates an Internet gateway.

Command::

  aws ec2 create-internet-gateway 

Output::

  {
      "InternetGateway": {
          "Tags": [],
          "InternetGatewayId": "igw-c0a643a9",
          "Attachments": []
      }
  }