paws.compute (version 0.1.0)

ec2_disable_vpc_classic_link_dns_support: Disables ClassicLink DNS support for a VPC

Description

Disables ClassicLink DNS support for a VPC. If disabled, DNS hostnames resolve to public IP addresses when addressed between a linked EC2-Classic instance and instances in the VPC to which it's linked. For more information, see ClassicLink in the Amazon Elastic Compute Cloud User Guide.

Usage

ec2_disable_vpc_classic_link_dns_support(VpcId)

Arguments

VpcId

The ID of the VPC.

Request syntax

svc$disable_vpc_classic_link_dns_support(
  VpcId = "string"
)