Skip to main content

launch_profiles

Retrieves a list of launch_profiles in a region

Overview

Namelaunch_profiles
TypeResource
Descriptionlaunch_profiles
Idawscc.nimblestudio.launch_profiles

Fields

NameDatatypeDescription
launch_profile_idstring
studio_idstring<p>The studio ID. </p>
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
launch_profile_id,
studio_id
FROM awscc.nimblestudio.launch_profiles
WHERE region = 'us-east-1'

Permissions

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

Create

nimble:CreateLaunchProfile,
nimble:GetLaunchProfile,
nimble:TagResource,
ec2:CreateNetworkInterface,
ec2:CreateNetworkInterfacePermission,
ec2:RunInstances,
ec2:DescribeSubnets

List

nimble:ListLaunchProfiles