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.
You must specify a VPC ID in the request.
ec2_enable_vpc_classic_link_dns_support(VpcId)
A list with the following syntax:
list(
Return = TRUE|FALSE
)
The ID of the VPC.
svc$enable_vpc_classic_link_dns_support(
VpcId = "string"
)