Modify VPC Attribute
GET {{aws_ec2_base_url}}/?EnableDnsHostnames&EnableDnsSupport&VpcId&Action=ModifyVpcAttribute
Modifies the specified attribute of the specified VPC.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
EnableDnsHostnames | null | Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not. | |
EnableDnsSupport | null | Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP address at the base of the VPC network range plus two succeed. If disabled, the Amazon provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is not enabled. | |
VpcId | null | The ID of the VPC. | |
Action | string |