Vpc / Action / modify_attribute
modify_attribute#
- EC2.Vpc.modify_attribute(**kwargs)#
Modifies the specified attribute of the specified VPC.
See also: AWS API Documentation
Request Syntax
response = vpc.modify_attribute( EnableDnsHostnames={ 'Value': True|False }, EnableDnsSupport={ 'Value': True|False }, EnableNetworkAddressUsageMetrics={ 'Value': True|False } )
- Parameters:
EnableDnsHostnames (dict) –
Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you’ve enabled DNS support.
Value (boolean) –
The attribute value. The valid values are
true
orfalse
.
EnableDnsSupport (dict) –
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.
You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.
Value (boolean) –
The attribute value. The valid values are
true
orfalse
.
EnableNetworkAddressUsageMetrics (dict) –
Indicates whether Network Address Usage metrics are enabled for your VPC.
Value (boolean) –
The attribute value. The valid values are
true
orfalse
.
- Returns:
None