ReadonlyaccountsAn array of friendly account names to deploy the options set.
Optional Readonlydomain(OPTIONAL) A domain name to assign to hosts using the options set.
Optional Readonlydomain(OPTIONAL) An array of IP addresses for domain name servers.
ReadonlynameA friendly name for the DHCP options set.
Optional Readonlynetbios(OPTIONAL An array of IP addresses for NetBIOS servers.
Optional Readonlynetbios(OPTIONAL) The NetBIOS node type number.
Optional Readonlyntp(OPTIONAL) An array of IP addresses for NTP servers.
ReadonlyregionsAn array of regions to deploy the options set.
Optional Readonlytags(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-optsin theNetworkaccount in theus-east-1region. The options set assigns a domain name ofexample.comto hosts in the VPC and configures the DNS server to1.1.1.1.Example