AWS Elastic Beanstalk Monitoring with YAML

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 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

yaml
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: "my_integration" fail_on_yellow: true verbose: false timeout: 600

Last modified on Mar 4, 2025