ec2_modify_vpc_attribute: Modifies the specified attribute of the specified VPC

View source: R/ec2_operations.R

ec2_modify_vpc_attributeR Documentation

Modifies the specified attribute of the specified VPC

Description

Modifies the specified attribute of the specified VPC.

See https://www.paws-r-sdk.com/docs/ec2_modify_vpc_attribute/ for full documentation.

Usage

ec2_modify_vpc_attribute(
  EnableDnsHostnames = NULL,
  EnableDnsSupport = NULL,
  VpcId,
  EnableNetworkAddressUsageMetrics = NULL
)

Arguments

EnableDnsHostnames

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.

EnableDnsSupport

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.

VpcId

[required] The ID of the VPC.

EnableNetworkAddressUsageMetrics

Indicates whether Network Address Usage metrics are enabled for your VPC.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.