| Parameter | Choices/Defaults | Comments | |
|---|---|---|---|
|
availability_zone
string
|
Specify an availability zone to use the default subnet it. Useful if not specifying the vpc_subnet_id parameter.
If no subnet, ENI, or availability zone is provided, the default subnet in the default VPC will be used in the first AZ (alphabetically sorted).
|
||
|
aws_access_key
string
|
AWS access key. If not set then the value of the AWS_ACCESS_KEY_ID, AWS_ACCESS_KEY or EC2_ACCESS_KEY environment variable is used.If profile is set this parameter is ignored.
Passing the aws_access_key and profile options at the same time has been deprecated and the options will be made mutually exclusive after 2022-06-01.
aliases: ec2_access_key, access_key |
||
|
aws_ca_bundle
path
|
The location of a CA Bundle to use when validating SSL certificates.
Not used by boto 2 based modules.
Note: The CA Bundle is read 'module' side and may need to be explicitly copied from the controller if not run locally.
|
||
|
aws_config
dictionary
|
A dictionary to modify the botocore configuration.
Parameters can be found at https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html#botocore.config.Config.
Only the 'user_agent' key is used for boto modules. See http://boto.cloudhackers.com/en/latest/boto_config_tut.html#boto for more boto configuration.
|
||
|
aws_secret_key
string
|
AWS secret key. If not set then the value of the AWS_SECRET_ACCESS_KEY, AWS_SECRET_KEY, or EC2_SECRET_KEY environment variable is used.If profile is set this parameter is ignored.
Passing the aws_secret_key and profile options at the same time has been deprecated and the options will be made mutually exclusive after 2022-06-01.
aliases: ec2_secret_key, secret_key |
||
|
count
integer
added in 2.2.0
|
Number of instances to launch.
Setting this value will result in always launching new instances.
Mutually exclusive with exact_count.
|
||
|
cpu_credit_specification
string
|
|
For T series instances, choose whether to allow increased charges to buy CPU credits if the default pool is depleted.
Choose unlimited to enable buying additional CPU credits.
|
|
|
cpu_options
dictionary
|
Reduce the number of vCPU exposed to the instance.
Those parameters can only be set at instance launch. The two suboptions threads_per_core and core_count are mandatory.
See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html for combinations available.
|
||
|
core_count
integer
/ required
|
Set the number of core to enable.
|
||
|
threads_per_core
integer
/ required
|
|
Select the number of threads per core to enable. Disable or Enable Intel HT.
|
|
|
debug_botocore_endpoint_logs
boolean
|
|
Use a botocore.endpoint logger to parse the unique (rather than total) "resource:action" API calls made during a task, outputing the set to the resource_actions key in the task results. Use the aws_resource_action callback to output to total list made during a playbook. The ANSIBLE_DEBUG_BOTOCORE_LOGS environment variable may also be used.
|
|
|
detailed_monitoring
boolean
|
|
Whether to allow detailed cloudwatch metrics to be collected, enabling more detailed alerting.
|
|
|
ebs_optimized
boolean
|
|
Whether instance is should use optimized EBS volumes, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSOptimized.html.
|
|
|
ec2_url
string
|
URL to use to connect to EC2 or your Eucalyptus cloud (by default the module will use EC2 endpoints). Ignored for modules where region is required. Must be specified for all other modules if region is not used. If not set then the value of the EC2_URL environment variable, if any, is used.
aliases: aws_endpoint_url, endpoint_url |
||
|
exact_count
integer
added in 2.2.0
|
An integer value which indicates how many instances that match the filters parameter should be running.
Instances are either created or terminated based on this value.
If termination takes place, least recently created instances will be terminated based on Launch Time.
Mutually exclusive with count, instance_ids.
|
||
|
filters
dictionary
|
A dict of filters to apply when deciding whether existing instances match and should be altered. Each dict item consists of a filter key and a filter value. See https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html. for possible filters. Filter names and values are case sensitive.
By default, instances are filtered for counting by their "Name" tag, base AMI, state (running, by default), and subnet ID. Any queryable filter can be used. Good candidates are specific tags, SSH keys, or security groups.
|
||
|
image
dictionary
|
An image to use for the instance. The amazon.aws.ec2_ami_info module may be used to retrieve images. One of image or image_id are required when instance is not already present.
|
||
|
id
string
|
The AMI ID.
|
||
|
kernel
-
|
a string AKI to override the AMI kernel.
|
||
|
ramdisk
string
|
Overrides the AMI's default ramdisk ID.
|
||
|
image_id
string
|
ami ID to use for the instance. One of image or image_id are required when instance is not already present.
This is an alias for image.id.
|
||
|
instance_ids
list
/ elements=string
|
If you specify one or more instance IDs, only instances that have the specified IDs are returned.
Mutually exclusive with exact_count.
|
||
|
instance_initiated_shutdown_behavior
string
|
|
Whether to stop or terminate an instance upon shutdown.
|
|
|
instance_role
string
|
The ARN or name of an EC2-enabled instance role to be used. If a name is not provided in arn format then the ListInstanceProfiles permission must also be granted. https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListInstanceProfiles.html If no full ARN is provided, the role with a matching name will be used from the active AWS account.
|
||
|
instance_type
string
|
Default: "t2.micro"
|
Instance type to use for the instance, see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html Only required when instance is not already present.
|
|
|
key_name
string
|
Name of the SSH access key to assign to the instance - must exist in the region the instance is created.
|
||
|
launch_template
dictionary
|
The EC2 launch template to base instance configuration on.
|
||
|
id
string
|
the ID of the launch template (optional if name is specified).
|
||
|
name
string
|
the pretty name of the launch template (optional if id is specified).
|
||
|
version
-
|
the specific version of the launch template to use. If unspecified, the template default is chosen.
|
||
|
metadata_options
dictionary
added in 2.0.0
|
Modify the metadata options for the instance.
See https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html for more information.
The two suboptions http_endpoint and http_tokens are supported.
|
||
|
http_endpoint
string
|
|
Enables or disables the HTTP metadata endpoint on instances.
If specified a value of disabled, metadata of the instance will not be accessible.
|
|
|
http_tokens
string
|
|
Set the state of token usage for instance metadata requests.
If the state is optional (v1 and v2), instance metadata can be retrieved with or without a signed token header on request.
If the state is required (v2), a signed token header must be sent with any instance metadata retrieval requests.
|
|
|
name
string
|
The Name tag for the instance.
|
||
|
network
dictionary
|
Either a dictionary containing the key 'interfaces' corresponding to a list of network interface IDs or containing specifications for a single network interface.
Use the amazon.aws.ec2_eni module to create ENIs with special settings.
|
||
|
assign_public_ip
boolean
|
|
when true assigns a public IP address to the interface
|
|
|
delete_on_termination
boolean
|
|
Delete the interface when the instance it is attached to is terminated.
|
|
|
description
string
|
a description for the network interface
|
||
|
device_index
integer
|
The index of the interface to modify
|
||
|
groups
list
|
a list of security group IDs to attach to the interface
|
||
|
interfaces
list
|
a list of ENI IDs (strings) or a list of objects containing the key id.
|
||
|
ipv6_addresses
list
|
a list of IPv6 addresses to assign to the network interface
|
||
|
private_ip_address
string
|
an IPv4 address to assign to the interface
|
||
|
private_ip_addresses
list
|
a list of IPv4 addresses to assign to the network interface
|
||
|
source_dest_check
boolean
|
|
controls whether source/destination checking is enabled on the interface
|
|
|
subnet_id
string
|
the subnet to connect the network interface to
|
||
|
placement_group
string
|
The placement group that needs to be assigned to the instance
|
||
|
profile
string
|
Using profile will override aws_access_key, aws_secret_key and security_token and support for passing them at the same time as profile has been deprecated.
aws_access_key, aws_secret_key and security_token will be made mutually exclusive with profile after 2022-06-01.
aliases: aws_profile |
||
|
purge_tags
boolean
|
|
Delete any tags not specified in the task that are on the instance. This means you have to specify all the desired tags on each task affecting an instance.
|
|
|
region
string
|
The AWS region to use. If not specified then the value of the AWS_REGION or EC2_REGION environment variable, if any, is used. See http://docs.aws.amazon.com/general/latest/gr/rande.html#ec2_region
aliases: aws_region, ec2_region |
||
|
security_group
string
|
A security group ID or name. Mutually exclusive with security_groups.
|
||
|
security_groups
list
/ elements=string
|
A list of security group IDs or names (strings). Mutually exclusive with security_group.
|
||
|
security_token
string
|
AWS STS security token. If not set then the value of the AWS_SECURITY_TOKEN or EC2_SECURITY_TOKEN environment variable is used.If profile is set this parameter is ignored.
Passing the security_token and profile options at the same time has been deprecated and the options will be made mutually exclusive after 2022-06-01.
aliases: aws_security_token, access_token |
||
|
state
string
|
|
Goal state for the instances.
state=present: ensures instances exist, but does not guarantee any state (e.g. running). Newly-launched instances will be run by EC2.
state=running: state=present + ensures the instances are running
state=started: state=running + waits for EC2 status checks to report OK if wait=true
state=stopped: ensures an existing instance is stopped.
state=rebooted: convenience alias for state=stopped immediately followed by state=running
state=restarted: convenience alias for state=stopped immediately followed by state=started
state=terminated: ensures an existing instance is terminated.
state=absent: alias for state=terminated
|
|
|
tags
dictionary
|
A hash/dictionary of tags to add to the new instance or to add/remove from an existing one.
|
||
|
tenancy
string
|
|
What type of tenancy to allow an instance to use. Default is shared tenancy. Dedicated tenancy will incur additional charges.
|
|
|
termination_protection
boolean
|
|
Whether to enable termination protection. This module will not terminate an instance with termination protection active, it must be turned off first.
|
|
|
tower_callback
dictionary
|
Preconfigured user-data to enable an instance to perform a Tower callback (Linux only).
Mutually exclusive with user_data.
For Windows instances, to enable remote access via Ansible set tower_callback.windows to true, and optionally set an admin password.
If using 'windows' and 'set_password', callback to Tower will not be performed but the instance will be ready to receive winrm connections from Ansible.
|
||
|
host_config_key
string
|
Host configuration secret key generated by the Tower job template.
|
||
|
job_template_id
string
|
Either the integer ID of the Tower Job Template, or the name (name supported only for Tower 3.2+).
|
||
|
tower_address
string
|
IP address or DNS name of Tower server. Must be accessible via this address from the VPC that this instance will be launched in.
|
||
|
user_data
string
|
Opaque blob of data which is made available to the ec2 instance
|
||
|
validate_certs
boolean
|
|
When set to "no", SSL certificates will not be validated for communication with the AWS APIs.
|
|
|
volumes
list
/ elements=dictionary
|
A list of block device mappings, by default this will always use the AMI root device so the volumes option is primarily for adding more storage.
A mapping contains the (optional) keys device_name, virtual_name, ebs.volume_type, ebs.volume_size, ebs.kms_key_id, ebs.iops, and ebs.delete_on_termination.
Set ebs.throughput value requires botocore>=1.19.27.
For more information about each parameter, see https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_BlockDeviceMapping.html.
|
||
|
vpc_subnet_id
string
|
The subnet ID in which to launch the instance (VPC) If none is provided, amazon.aws.ec2_instance will chose the default zone of the default VPC.
aliases: subnet_id |
||
|
wait
boolean
|
|
Whether or not to wait for the desired state (use wait_timeout to customize this).
|
|
|
wait_timeout
integer
|
Default: 600
|
How long to wait (in seconds) for the instance to finish booting/terminating.
|
|