paws.compute (version 0.1.0)

ec2_create_internet_gateway: Creates an internet gateway for use with a VPC

Description

Creates an internet gateway for use with a VPC. After creating the internet gateway, you attach it to a VPC using AttachInternetGateway.

Usage

ec2_create_internet_gateway(DryRun)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

Request syntax

svc$create_internet_gateway(
  DryRun = TRUE|FALSE
)

Details

For more information about your VPC and internet gateway, see the Amazon Virtual Private Cloud User Guide.

Examples

Run this code
# NOT RUN {
# This example creates an Internet gateway.
# }
# NOT RUN {
svc$create_internet_gateway()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab