Resource Type: AWS > EC2 > Classic Load Balancer Listener
The Classic Load Balancer Listener resource type is part of the AWS Elastic Cloud Compute (EC2) service. Each Classic Load Balancer Listener is responsible for routing traffic to the EC2 instances based on the configured port and protocol.
Resource Context
Classic Load Balancer Listener is a part of the EC2 service.
Each Classic Load Balancer Listener lives under a Classic Load Balancer.
Controls
The primary controls for AWS > EC2 > Classic Load Balancer Listener are:
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/classicLoadBalancerListener
- tmod:@turbot/turbot#/resource/categories/networkingLoadBalancer
- turbot graphql resource --id "tmod:@turbot/aws-ec2#/resource/types/classicLoadBalancerListener"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/classicLoadBalancerListener';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-ec2#/resource/types/classicLoadBalancerListener"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-ec2#/resource/types/classicLoadBalancerListener' 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