AWS Elastic Beanstalk Monitoring with YAML
Learn more about:
YAML parameters for AWS EB Monitoring
Name | Type | Description |
---|---|---|
action Required | String | The name of the action. |
type Required | String | The type of the action. Should be set to MONITOR . |
application_name Required | String | The name of the application. |
environment Required | String | The Amazon environment. |
integration_hash Required | String | The ID of the integration. |
region Required | String | The name of the Amazon region. The full list of regions is available here. |
fail_on_yellow | Boolean | Defines whether or not the action should be marked as failed when Amazon returns ‘yellow’ health status. |
verbose | Boolean | Defines whether or not to show verbose logs. |
YAML example for AWS EB Monitoring
actions:
- action: "Monitor Elastic Beanstalk/tests"
type: "MONITOR"
input_type: "SCM_REPOSITORY"
trigger_time: "ON_EVERY_EXECUTION"
local_path: "/"
application_name: "MyApp"
environment: "MyEnv"
region: "us-west-2"
integration_hash: "5ddb7c180fb38be67bd78a88a"
fail_on_yellow: true
verbose: false
timeout: 600
Last modified on April 26, 2022