Readonly
accountsAn array of friendly account names to deploy the options set.
Optional
Readonly
domain(OPTIONAL) A domain name to assign to hosts using the options set.
Optional
Readonly
domain(OPTIONAL) An array of IP addresses for domain name servers.
Readonly
nameA friendly name for the DHCP options set.
Optional
Readonly
netbios(OPTIONAL An array of IP addresses for NetBIOS servers.
Optional
Readonly
netbios(OPTIONAL) The NetBIOS node type number.
Optional
Readonly
ntp(OPTIONAL) An array of IP addresses for NTP servers.
Readonly
regionsAn array of regions to deploy the options set.
Optional
Readonly
tags(OPTIONAL) An array of tags for the options set.
NetworkConfig / DhcpOptsConfig
VPC Dynamic Host Configuration Protocol (DHCP) options sets configuration.
Description
Use this configuration to define custom DHCP options sets for your VPCs. Custom DHCP option sets give you control over the DNS servers, domain names, or Network Time Protocol (NTP) servers used by the devices in your VPC.
The following example creates a DHCP option set named
accelerator-dhcp-opts
in theNetwork
account in theus-east-1
region. The options set assigns a domain name ofexample.com
to hosts in the VPC and configures the DNS server to1.1.1.1
.Example