aws-elb-load-balancers
Describes all of your AWS load balancers.
aws-elb-load-balancers [profile=PROFILE] [region=REGION]
- profile=PROFILE
- The identifier of AWS connect profile
- region=REGION
- AWS region
AWS IAM Policy
To use this command, you must allow the below permissions in your AWS IAM policy:
- elasticloadbalancing:DescribeLoadBalancers
- elasticloadbalancing:DescribeLoadBalancerAttributes
Output Fields
Field | Type | Name | Description |
---|---|---|---|
aws_profile | String | Connect profile | The identifier of AWS connect profile |
region | String | Region | e.g. ap-northeast-2 |
name | String | Name | e.g. logpresso |
type | String | Type | e.g. application |
scheme | String | Scheme | e.g. internet-facing |
ip_type | String | IP type | e.g. ipv4, dualstack |
arn | String | ARN | |
hosted_zone_id | String | Hosted zone ID | |
created_at | Date | Created at | |
dns_name | String | DNS name | e.g. logpresso.ap-northeast-2.elb.amazonaws.com |
security_groups | List | Security groups | Elements with security group identifier |
state_code | String | State code | e.g. active |
state_reason | String | State reason | |
vpc_id | String | VPC ID | |
zones | List | Zones | Elements with zone_name, subnet_id, and addresses properties |
attributes | List | Attributes | Elements with key and value properties |