EC2 Launch Template Version

An EC2 Launch Template Version in AWS defines a specific configuration of an EC2 launch template, including details like instance type, AMI, key pairs, security groups, and network settings. Each version is immutable, allowing you to maintain multiple versions of a template for different use cases or environments. This makes it easier to manage, update, and roll back EC2 instance configurations consistently and reliably.

aws.ec2_launch_template_version

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
create_timecoretimestampThe time the version was created.
created_bycorestringThe principal that created the version.
default_versioncoreboolIndicates whether the version is the default version.
launch_template_datacorejsonInformation about the launch template.
launch_template_idcorestringThe ID of the launch template.
launch_template_namecorestringThe name of the launch template.
launch_template_version_arncorestring
operatorcorejsonThe entity that manages the launch template.
tagscorehstore
version_descriptioncorestringThe description for the version.
version_numbercoreint64The version number.