aws-elasticbeanstalk-applications
Returns the descriptions of existing AWS Elastic Beanstalk applications.
aws-elasticbeanstalk-applications [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:DescribeApplications
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 | |
| description | String | Description | |
| arn | String | ARN | arn:aws:elasticbeanstalk:REGION:ACCOUNT:application/NAME |
| versions | List | Versions | |
| config_templates | List | Config templates | |
| created_at | Date | Created at | |
| updated_at | Date | Updated at |