paws.compute (version 0.1.0)

ec2_enable_vpc_classic_link_dns_support: Enables a VPC to support DNS hostname resolution for ClassicLink

Description

Enables a VPC to support DNS hostname resolution for ClassicLink. If enabled, the DNS hostname of a linked EC2-Classic instance resolves to its private IP address when addressed from an instance in the VPC to which it's linked. Similarly, the DNS hostname of an instance in a VPC resolves to its private IP address when addressed from a linked EC2-Classic instance. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_enable_vpc_classic_link_dns_support(VpcId)

Arguments

VpcId

The ID of the VPC.

Request syntax

svc$enable_vpc_classic_link_dns_support(
  VpcId = "string"
)