AWS Elastic Beanstalk Monitoring with YAML

YAML parameters for AWS EB Monitoring

NameTypeDescription
action RequiredStringThe name of the action.
type RequiredStringThe type of the action. Should be set to MONITOR.
application_name RequiredStringThe name of the application.
environment RequiredStringThe Amazon environment.
integration RequiredStringThe ID of the integration.
region RequiredStringThe name of the Amazon region. The full list of regions is available here.
fail_on_yellowBooleanDefines whether or not the action should be marked as failed when Amazon returns ‘yellow’ health status.
verboseBooleanDefines 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 Sep 24, 2024