aws.ec2.describe_vpc_classic_link_dns_support
Example SQL Queries
SELECT * FROMaws.ec2.describe_vpc_classic_link_dns_support;Description
This action is deprecated.
Describes the ClassicLink DNS support status of one or more VPCs. 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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| vpc_ids Input Column The IDs of the VPCs. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| classic_link_dns_supported Indicates whether ClassicLink DNS support is enabled for the VPC. | BOOLEAN |
| vpc_id The ID of the VPC. | VARCHAR |