AWS Config Should Be Enabled
More Info:
Ensure that AWS Config service is enabled in all regions in order to have complete visibility over your AWS infrastructure configuration changes.
Risk Level
High
Address
Security
Compliance Standards
CBP
Remediation
Using Console:
- Steps:
- Log in to the AWS Management Console.
- Navigate to the AWS Config service.
- Check if there are any Configuration Recorders configured.
- If there are no Configuration Recorders, create a new one by clicking on “Create Configuration Recorder” and follow the setup wizard.
- If there are Configuration Recorders:
- Review each Configuration Recorder.
- Ensure that the “Include global resources” option is enabled.
- Edit the Configuration Recorder if necessary to enable global resource recording.
Using CLI:
- Commands:
- Steps:
- Use the above CLI command to update the Configuration Recorder to include global resource recording.
- Replace
name=default
with the name of your Configuration Recorder.
Using Python
- Logic:
Ensure that you have the necessary permissions to update AWS Config settings using the AWS CLI or Python script. Also, review and test the changes before applying them to production environments.