This whitepaper is for historical reference only. Some content might be outdated and some links might not be available.
Auditability and Change Tracking
Effective DevOps requires that teams have a transparent view of changes made to the
services and infrastructure running their applications. AWS CloudTrail
You can view and monitor CloudTrail events in the CloudTrail console, and you can store log files in Amazon S3 or send them to CloudWatch Logs. You can use CloudTrail events sent to CloudWatch to trigger alarms based on metrics, and to trigger CloudWatch events, allowing automated actions to be executed when specific API calls are logged. This combination of using CloudTrail and CloudWatch can be a highly effective approach for creating auto-healing scripts for your environment, or can form part of an advanced infrastructure automation strategy.
AWS Config