Management & Governance
AWS Config
Continuous configuration recording and compliance.
Official docsOverview
Config tracks resource configurations over time, evaluates them against managed/custom rules and reports compliance.
When to use it
- Compliance auditing
- Change tracking
- Detect drift from baseline
Setup
- Enable Config recorder in each region.
- Subscribe to managed rules (e.g. s3-bucket-public-read-prohibited).
How to use
List non-compliant
aws configservice describe-compliance-by-resource --compliance-types NON_COMPLIANTQA use cases
- Add Config rule that flags untagged QA resources for cleanup automation.
