Enable Vpc Classic Link Dns Support
ec2_enable_vpc_classic_link_dns_support | R Documentation |
This action is deprecated¶
Description¶
This action is deprecated.
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.
You must specify a VPC ID in the request.
Usage¶
ec2_enable_vpc_classic_link_dns_support(VpcId)
Arguments¶
VpcId |
The ID of the VPC. |
Value¶
A list with the following syntax:
list(
Return = TRUE|FALSE
)
Request syntax¶
svc$enable_vpc_classic_link_dns_support(
VpcId = "string"
)