Support PrivateDnsNameOptions field in EC2 launch templates #22199
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Description
Amazon recently launched support for IPv6-only subnets. Instances on these hosts use their instance ID for their private hostname, instead of the (non-existent) private IPv4 address. In this same announcement, they added support for opting-in to this behavior for other instances, via a new
PrivateDnsNameOptions
parameter passed to RunInstances, etc.This issue is intended to be specifically about that new field in launch templates, but I'm happy to edit this issue to cover that field more broadly if desired.
New or Affected Resource(s)
Potential Terraform Configuration
Mirroring the existing
metadata_options
approach:For
data "aws_launch_template"
the same field can be exposed with the same structure.References
The text was updated successfully, but these errors were encountered: