Modify Private Dns Name Options
| ec2_modify_private_dns_name_options | R Documentation |
Modifies the options for instance hostnames for the specified instance¶
Description¶
Modifies the options for instance hostnames for the specified instance.
Usage¶
ec2_modify_private_dns_name_options(DryRun, InstanceId,
PrivateDnsHostnameType, EnableResourceNameDnsARecord,
EnableResourceNameDnsAAAARecord)
Arguments¶
DryRunChecks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it isUnauthorizedOperation.InstanceId[required] The ID of the instance.
PrivateDnsHostnameTypeThe type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
EnableResourceNameDnsARecordIndicates whether to respond to DNS queries for instance hostnames with DNS A records.
EnableResourceNameDnsAAAARecordIndicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
Value¶
A list with the following syntax: