Remediation
Enable Enhanced Health Reportingβ
Using the EB CLIβ
-
Open your environment configuration in the default text editor:
~/project$ eb config -
Locate the
aws:elasticbeanstalk:healthreporting:systemnamespace and update theSystemTypevalue toenhanced:aws:elasticbeanstalk:healthreporting:system:
SystemType: enhanced -
Save the configuration file and close the editor:
The EB CLI will automatically start an environment update to apply the changes. You can monitor the update progress in the terminal or exit safely using
Ctrl+C:~/project$ eb config
Printing Status:
INFO: Environment update is starting.
INFO: Health reporting type changed to ENHANCED.
INFO: Updating environment no-role-test's configuration settings.