Resource Type: AWS > EC2
The Amazon Elastic Cloud Compute (EC2) service provides scalable computing capacity in the AWS cloud. It allows users to launch and manage virtual servers, known as instances, that can run applications and services.
Resource Types
The EC2 service includes these resource types:
- Account Attributes
- AMI
- Application Load Balancer
- Auto Scaling Group
- Classic Load Balancer
- Classic Load Balancer Listener
- Gateway Load Balancer
- Instance
- Key Pair
- Launch Configuration
- Launch Template
- Launch Template Version
- Listener Rule
- Load Balancer Listener
- Network Interface
- Network Load Balancer
- Snapshot
- Target Group
- Volume
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/ec2
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-ec2#/resource/types/ec2"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/ec2';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-ec2#/resource/types/ec2"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/ec2' 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