InternetGateway

Internet Gateway ID for use with an existing VPC. Required when ExistingVpc is set.

| Default value | "" |

Use Cases

  • Required when using ExistingVpc to install a Rack into a pre-existing VPC
  • Connecting the Rack's routing tables to your VPC's existing internet gateway for outbound traffic

Additional Information

This parameter is only needed when setting ExistingVpc. If you let Convox create its own VPC (the default), this parameter is not used and the Rack creates its own Internet Gateway automatically.

The value should be a valid AWS Internet Gateway ID, for example:

$ convox rack params set ExistingVpc=vpc-0abc1234 InternetGateway=igw-0def5678

See Also