Documentation
README
10.1 Ensure Managed Platform updates is configured (Manual)
Description
AWS Elastic Beanstalk regularly releases platform updates to provide fixes, software updates, and new features. With managed platform updates, you can configure your environment to automatically upgrade to the latest version of a platform during a scheduled maintenance window.
Rationale
Your application remains in service during the update process with no reduction in capacity. Managed updates are available on both single-instance and load-balanced environments. They also ensure you aren't introducing any vulnerabilities by running legacy systems that require updates and patches.
Impact
N/A
Audit Procedure
Using AWS Console
- Login to AWS Console using https://console.aws.amazon.com/elasticbeanstalk
- On the left hand side click
Environments - Click on the
Environment namethat you want to review - Under the
environment_name-envin the left column clickConfiguration - Scroll down under Configurations
- Under category look for
Managed updates - Confirm
Managed updates: enabled - If status options reads
Managed updates: disabledrefer to the remediation below. - Repeat steps 3-8 for each environment within the current region.
- Then repeat the Audit process for all other regions.
Using AWS CLI
N/A - This control is manual and console-based.
Expected Result
Managed updates: enabled is displayed under the Managed updates category in the environment Configuration.
Remediation
Using AWS Console
- Login to AWS Console using https://console.aws.amazon.com/elasticbeanstalk
- On the left hand side click
Environments - Click on the
Environment namethat you want to update - Under the
environment_name-envin the left column clickConfiguration - Scroll down under Configurations
- Under category look for
Managed updates - Click on Edit
- On the Managed Platform Updates page:
Managed updates - click the Enable checkbox
Weekly update window - set preferred maintenance window
Update level- set it to Minor and patch
Instance replacement - click the Enabled checkbox
- Click Apply
- Repeat steps 3-8 for each environment within the current region that needs Managed updates set.
- Then repeat the remediation process for all other regions identified in the Audit.
Using AWS CLI
N/A - This control is manual and console-based.
Default Value
Managed platform updates are not enabled by default.
References
CIS Controls
| Controls Version | Control | IG 1 | IG 2 | IG 3 |
|---|---|---|---|---|
| v8 | 7.4 Perform Automated Application Patch Management | X | X | X |
| v7 | 3.5 Deploy Automated Software Patch Management Tools | X | X | X |
Profile
Level 1 | Manual