aws_launch_template network interfaces default settings #6080
Labels
bug
Addresses a defect in current functionality.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
aws_launch_template network_network interfaces should set "delete_on_termination" to true as a default setting.
Per a support case I opened with aws, if this key is not set to true then autoscaling policies will orphan network interfaces without re-using them and essentially cause your account to hit a network interface limit over time.
Currently the key defaults to false which causes this behavior.
From aws support:
It sounds like there is a difference between what the terraform provider's defaults are and what the aws defaults are.
The text was updated successfully, but these errors were encountered: