Skip to main content

launch_templates

Retrieves a list of launch_templates in a region

Overview

Namelaunch_templates
TypeResource
Descriptionlaunch_templates
Idawscc.ec2.launch_templates

Fields

NameDatatypeDescription
launch_template_idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
launch_template_id
FROM awscc.ec2.launch_templates
WHERE region = 'us-east-1'

Permissions

To operate on the launch_templates resource, the following permissions are required:

Create

ec2:CreateLaunchTemplate,
ec2:CreateTags

List

ec2:DescribeLaunchTemplates