Config Flashcards
What service does AWS Config provide?
Config records configuration changes over time on resources. It is useful for auditing of changes and standards compliance.
How does AWS Config prevent non-compliant changes from occuring?
It doesn’t. It only records that the change occurred. It can then be used with other services to notify that a bad change has happened.
What type of service is AWS Config?
It is a regional service and monitors resources within a Region. It can support cross-region monitoring and account aggregation.
Where does AWS Config store change data?
In an S3 bucket.
How can you implement automatic remediation of compliance issues with AWS Config?
By notifying EventBridge of a non-compliant change. EventBridge can notify other resources (like Lambda) which can correct the non-compliance.