amazon.aws.ec2_launch_template_info module – Gather information about launch templates and versions
Note
This module is part of the amazon.aws collection (version 9.0.0).
You might already have this collection installed if you are using the ansible
package.
It is not included in ansible-core
.
To check whether it is installed, run ansible-galaxy collection list
.
To install it, use: ansible-galaxy collection install amazon.aws
.
You need further requirements to be able to use this module,
see Requirements for details.
To use it in a playbook, specify: amazon.aws.ec2_launch_template_info
.
New in amazon.aws 9.0.0
Synopsis
Gather information about launch templates.
Requirements
The below requirements are needed on the host that executes this module.
python >= 3.6
boto3 >= 1.28.0
botocore >= 1.31.0
Parameters
Parameter |
Comments |
---|---|
AWS access key ID. See the AWS documentation for more information about access tokens https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys. The The aws_access_key and profile options are mutually exclusive. The aws_access_key_id alias was added in release 5.1.0 for consistency with the AWS botocore SDK. The ec2_access_key alias has been deprecated and will be removed in a release after 2024-12-01. Support for the |
|
The location of a CA Bundle to use when validating SSL certificates. The |
|
A dictionary to modify the botocore configuration. Parameters can be found in the AWS documentation https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html#botocore.config.Config. |
|
Use a The Choices:
|
|
URL to connect to instead of the default AWS endpoints. While this can be used to connection to other AWS-compatible services the amazon.aws and community.aws collections are only tested against AWS. The The ec2_url and s3_url aliases have been deprecated and will be removed in a release after 2024-12-01. Support for the |
|
A dict of filters to apply. Each dict item consists of a filter key and a filter value. See https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeLaunchTemplates.html for possible filters. Filter names and values are case sensitive. Default: |
|
The IDs of the launch templates. |
|
A named AWS profile to use for authentication. See the AWS documentation for more information about named profiles https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-profiles.html. The The profile option is mutually exclusive with the aws_access_key, aws_secret_key and security_token options. |
|
The AWS region to use. For global services such as IAM, Route53 and CloudFront, region is ignored. The See the Amazon AWS documentation for more information http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region. The Support for the |
|
AWS secret access key. See the AWS documentation for more information about access tokens https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys. The The secret_key and profile options are mutually exclusive. The aws_secret_access_key alias was added in release 5.1.0 for consistency with the AWS botocore SDK. The ec2_secret_key alias has been deprecated and will be removed in a release after 2024-12-01. Support for the |
|
AWS STS session token for use with temporary credentials. See the AWS documentation for more information about access tokens https://docs.aws.amazon.com/general/latest/gr/aws-sec-cred-types.html#access-keys-and-secret-access-keys. The The security_token and profile options are mutually exclusive. Aliases aws_session_token and session_token were added in release 3.2.0, with the parameter being renamed from security_token to session_token in release 6.0.0. The security_token, aws_security_token, and access_token aliases have been deprecated and will be removed in a release after 2024-12-01. Support for the |
|
When set to Setting validate_certs=false is strongly discouraged, as an alternative, consider setting aws_ca_bundle instead. Choices:
|
Notes
Note
Caution: For modules, environment variables and configuration files are read from the Ansible ‘host’ context and not the ‘controller’ context. As such, files may need to be explicitly copied to the ‘host’. For lookup and connection plugins, environment variables and configuration files are read from the Ansible ‘controller’ context and not the ‘host’ context.
The AWS SDK (boto3) that Ansible uses may also read defaults for credentials and other settings, such as the region, from its configuration files in the Ansible ‘host’ context (typically
~/.aws/credentials
). See https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html for more information.
Examples
# Note: These examples do not set authentication details, see the AWS Guide for details.
- name: Gather information about a launch template
amazon.aws.ec2_launch_template_info:
launch_template_ids:
- 'lt-01238c059e3466abc'
- name: Gather information launch template using name
amazon.aws.ec2_launch_template_info:
filters:
launch-template-name: my-test-launch-template
Return Values
Common return values are documented here, the following are the fields unique to this module:
Key |
Description |
---|---|
A list of launch templates. Returned: always |
|
The time launch template was created. Returned: always |
|
The principal that created the launch template. Returned: always |
|
The version number of the default version of the launch template. Returned: always |
|
The version number of the latest version of the launch template. Returned: always |
|
The ID of the launch template. Returned: always |
|
The name of the launch template. Returned: always |
|
A dictionary of tags assigned to image. Returned: when AMI is created or already exists Sample: |
|
All available versions of the launch template. Returned: always |
|
The time the version was created. Returned: always |
|
The principal that created the version. Returned: always |
|
Indicates whether the version is the default version. Returned: always |
|
Information about the launch template. Returned: always |
|
The block device mappings. Returned: if applicable |
|
The device name. Returned: always |
|
Information about the block device for an EBS volume. Returned: if applicable |
|
Indicates whether the EBS volume is deleted on instance termination. Returned: always |
|
Indicates whether the EBS volume is encrypted. Returned: always |
|
The number of I/O operations per second (IOPS) that the volume supports. Returned: always |
|
The ARN of the Key Management Service (KMS) CMK used for encryption. Returned: always |
|
The ID of the snapshot. Returned: always |
|
The throughput that the volume supports, in MiB/s. Returned: always |
|
The size of the volume, in GiB. Returned: always |
|
The volume type. Returned: always |
|
To omit the device from the block device mapping, specify an empty string. Returned: success |
|
The virtual device name. Returned: always |
|
The CPU options for the instance. Returned: if applicable |
|
Indicates whether the instance is enabled for AMD SEV-SNP. Returned: if applicable |
|
The number of CPU cores for the instance. Returned: if applicable |
|
The number of threads per CPU core. Returned: if applicable |
|
If set to true, indicates that the instance cannot be terminated using the Amazon EC2 console, command line tool, or API. Returned: if applicable |
|
Indicates whether the instance is optimized for Amazon EBS I/O. Returned: always |
|
Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves. Returned: if applicable |
|
If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves. Returned: always |
|
The IAM instance profile. Returned: if application |
|
The Amazon Resource Name (ARN) of the instance profile. Returned: always |
|
The name of the instance profile. Returned: always |
|
The ID of the AMI or a Systems Manager parameter. Returned: if applicable |
|
Indicates whether an instance stops or terminates when you initiate shutdown from the instance. Returned: if applicable |
|
The instance type. Returned: if applicable |
|
The ID of the kernel. Returned: if applicable |
|
The name of the key pair. Returned: if applicable |
|
The metadata options for the instance. Returned: if applicable |
|
Enables or disables the HTTP metadata endpoint on your instances. Returned: if applicable |
|
Enables or disables the IPv6 endpoint for the instance metadata service. Returned: if applicable |
|
The desired HTTP PUT response hop limit for instance metadata requests. Returned: if applicable |
|
Indicates whether IMDSv2 is required. Returned: if applicable |
|
Set to enabled to allow access to instance tags from the instance metadata. Returned: if applicable |
|
The state of the metadata option changes. Returned: if applicable |
|
The monitoring for the instance. Returned: if applicable |
|
Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled. Returned: always |
|
The network interfaces. Returned: if applicable |
|
Indicates whether to associate a Carrier IP address with eth0 for a new network interface. Returned: always |
|
Indicates whether to associate a public IPv4 address with eth0 for a new network interface. Returned: always |
|
A security group connection tracking specification that enables you to set the timeout for connection tracking on an Elastic network interface. Returned: if applicable |
|
Timeout (in seconds) for idle TCP connections in an established state. Returned: always |
|
Timeout (in seconds) for idle UDP flows classified as streams which have seen more than one request-response transaction. Returned: always |
|
Timeout (in seconds) for idle UDP flows that have seen traffic only in a single direction or a single request-response transaction. Returned: always |
|
Indicates whether the network interface is deleted when the instance is terminated. Returned: always |
|
A description for the network interface. Returned: always |
|
The device index for the network interface attachment. Returned: always |
|
Contains the ENA Express settings for instances launched from your launch template. Returned: if applicable |
|
Indicates whether ENA Express is enabled for the network interface. Returned: always |
|
Configures ENA Express for UDP network traffic. Returned: always |
|
Indicates whether UDP traffic to and from the instance uses ENA Express. Returned: always |
|
The IDs of one or more security groups. Returned: if applicable |
|
The type of network interface. Returned: always |
|
The number of IPv4 prefixes that Amazon Web Services automatically assigned to the network interface. Returned: if applicable |
|
A list of IPv4 prefixes assigned to the network interface. Returned: if applicable |
|
The IPv4 delegated prefixes assigned to the network interface. Returned: always |
|
The number of IPv6 addresses for the network interface. Returned: if applicable |
|
The IPv6 addresses for the network interface. Returned: if applicable |
|
The IPv6 address. Returned: always |
|
Determines if an IPv6 address associated with a network interface is the primary IPv6 address. Returned: always |
|
The number of IPv6 prefixes that Amazon Web Services automatically assigned to the network interface. Returned: if applicable |
|
A list of IPv6 prefixes assigned to the network interface. Returned: if applicable |
|
The IPv6 delegated prefixes assigned to the network interface. Returned: always |
|
The index of the network card. Returned: if applicable |
|
The ID of the network interface. Returned: always |
|
The primary IPv6 address of the network interface. Returned: if applicable |
|
The primary private IPv4 address of the network interface. Returned: if applicable |
|
A list of private IPv4 addresses. Returned: if applicable |
|
Indicates whether the private IPv4 address is the primary private IPv4 address. Returned: always |
|
The private IPv4 address. Returned: always |
|
The number of secondary private IPv4 addresses for the network interface. Returned: if applicable |
|
The ID of the subnet for the network interface. Returned: always |
|
The placement of the instance. Returned: if applicable |
|
The affinity setting for the instance on the Dedicated Host. Returned: if applicable |
|
The Availability Zone of the instance. Returned: if applicable |
|
The Group ID of the placement group. Returned: if applicable |
|
The name of the placement group for the instance. Returned: if applicable |
|
The ID of the Dedicated Host for the instance. Returned: if applicable |
|
The ARN of the host resource group in which to launch the instances. Returned: if applicable |
|
The number of the partition the instance should launch in. Returned: if applicable |
|
The tenancy of the instance. Returned: if applicable |
|
The ID of the RAM disk, if applicable. Returned: if applicable |
|
The security group IDs. Returned: if applicable |
|
The security group names. Returned: if applicable |
|
The tags that are applied to the resources that are created during instance launch. Returned: if applicable |
|
The type of resource to tag. Returned: always |
|
The tags for the resource. Returned: success |
|
The key of the tag. Returned: always |
|
The value of the tag. Returned: always |
|
The user data for the instance. Returned: if applicable |
|
The ID of the launch template. Returned: always |
|
The name of the launch template. Returned: always |
|
The description for the version. Returned: always |
|
The version number. Returned: always |