AWS Elastic Beanstalk Monitoring with YAML

YAML parameters for AWS EB Monitoring

NameTypeDescription
action
Required
StringThe name of the action.
type
Required
StringThe type of the action. Should be set to MONITOR.
application_name
Required
StringThe name of the application.
environment
Required
StringThe Amazon environment.
integration_hash
Required
StringThe ID of the integration.
region
Required
StringThe 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

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

Questions?

Not sure how to configure a pipeline for your process? Reach out on the live-chat or contact support

Get Started

Sign up for free and deploy your project in less than 10 minutes.