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
HighAddress
SecurityCompliance Standards
CBPRemediation
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: