Resource Type: AWS > EC2 > Launch Configuration
The Launch Configuration resource type is part of the AWS Elastic Cloud Compute (EC2) service. Each Launch Configuration resource defines the instance configuration information for an Auto Scaling group, including the Amazon Machine Image (AMI) ID, instance type, key pair, security groups, and block device mapping.
Resource Context
Launch Configuration is a part of the EC2 service.
Each Launch Configuration lives under a Region.
Controls
The primary controls for AWS > EC2 > Launch Configuration are:
It is also targeted by these controls:
Quick Actions
- Delete from AWS
- Skip alarm for Active control
- Skip alarm for Active control [90 days]
- Skip alarm for Approved control
- Skip alarm for Approved control [90 days]
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-ec2#/resource/types/launchConfiguration
- tmod:@turbot/turbot#/resource/categories/other
- turbot graphql resource --id "tmod:@turbot/aws-ec2#/resource/types/launchConfiguration"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/launchConfiguration';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-ec2#/resource/types/launchConfiguration"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/launchConfiguration' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query