Modify VPC Attribute

GET {{aws_ec2_base_url}}/?EnableDnsHostnames&EnableDnsSupport&VpcId&Action=ModifyVpcAttribute

Modifies the specified attribute of the specified VPC.

Request Params

KeyDatatypeRequiredDescription
EnableDnsHostnamesnullIndicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.
EnableDnsSupportnullIndicates 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.
VpcIdnullThe ID of the VPC.
Actionstring