aws-elasticbeanstalk-environments
Returns the descriptions of existing AWS Elastic Beanstalk environments.
aws-elasticbeanstalk-environments [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:
- elasticbeanstalk:DescribeEnvironments
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 |
env_id | String | Environment ID | e.g. e-igxpchytk2 |
env_name | String | Environment name | e.g. Sampleapp-env |
app_name | String | Application name | e.g. sample app |
cname | String | CNAME | e.g. Sampleapp-env.4kzx3upbra.ap-northeast-2.elasticbeanstalk.com |
version_label | String | Version label | e.g. Sample Application |
status | String | Status | e.g. Launching, Ready |
health | String | Health | e.g. Grey, Green |
health_status | String | Health status | e.g. Pending, Ok |
abortable | Bool | Abortable | |
description | String | Description | |
endpoint_url | String | Endpoint URL | e.g. awseb-AWSEB-ID.REGION.elb.amazonaws.com |
load_balancer_name | String | Load balancer name | |
load_balancer_domain | String | Load balancer domain | |
load_balancer_listeners | String | Load balancer listeners | Elements with port and protocol properties |
tier_name | String | Tier name | e.g. WebServer |
tier_type | String | Tier type | e.g. Standard |
tier_version | String | Tier version | e.g. 1.0 |
platform_arn | String | Platform ARN | arn:aws:elasticbeanstalk:REGION::platform/PLATFORM_VER |
solution_stack_name | String | Solution stack name | e.g. 64bit Amazon Linux 2 v3.3.13 running PHP 8.0 |
template_name | String | Template name | |
env_arn | String | Environment ARN | arn:aws:elasticbeanstalk:REGION:ACCOUNT:environment/APP_NAME/ENV_NAME |
env_links | List | Environment links | |
created_at | Date | Created at | |
updated_at | Date | Updated at |