Disable Vpc Classic Link Dns Support
ec2_disable_vpc_classic_link_dns_support | R Documentation |
This action is deprecated¶
Description¶
This action is deprecated.
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.
You must specify a VPC ID in the request.
Usage¶
ec2_disable_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$disable_vpc_classic_link_dns_support(
VpcId = "string"
)