Mods
AWS

Policy: AWS > EC2 > Launch Template Version > Regions

A list of AWS regions in which AWS EC2 launch template versions are supported for use.

Any launch template versions in a region not listed here will not be recorded in CMDB.

The expected format is an array of regions names. You may use the '*' and '?' wildcard characters.

Resource Types

This policy targets the following resource types:

Policy Specification

Default template
{% if $.regions.value | length == 0 %} [] {% endif %}{% for item in $.regions.value %}- '{{ item }}'
{% endfor %}
Default template input
|
{
regions: policyValue(uri:"tmod:@turbot/aws-ec2#/policy/types/ec2RegionsDefault") {
value
}
}

Category

In Your Workspace

Developers