跳到主要内容

AWS Elastic Beanstalk Monitoring with YAML

List of YAML parameters and examples for AWS Elastic Beanstalk Monitor

YAML parameters for AWS EB Monitoring

名称类型描述
action
必填
String操作名称
type
必填
StringThe type of the action. Should be set to MONITOR.
application_name
必填
StringThe name of the application.
environment
必填
StringThe Amazon environment.
integration_hash
必填
StringThe ID of the integration.
region
必填
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