Hacker News new | ask | show | jobs
by iamdave 2699 days ago
This looks like something that may be useful for my team.

A question for the developers if you're reading this: something we've needed for a while was the ability to audit changes and review past values in our AWS environment.

CloudTrail does a decent enough job, which is why I suppose this was created but we've found that it doesn't tell us what a value was changed from.

If a security group gets changed to bar, cloudtrail doesn't seem to record that the previous value was named "foo"

Does your console recorder do this?

1 comments

I am not the author, but have you tried AWS config?

https://aws.amazon.com/config/

I have not but will take a gander this morning. Thanks for that!