logsearch / logsearch-for-aws

Ingest and parse your AWS Logs (Billing, CloudTrail, ...) in your logsearch deployment
Apache License 2.0
7 stars 1 forks source link

As an AWS user, I want to analyze AWS Config logs so that I can reason about my account's resource footprint/evolution #6

Open sopel opened 9 years ago

sopel commented 9 years ago

This story has been extracted from epic #1: While the Config log data is still constrained to the most important core AWS resource types right now, it has recently been expanded to all nine public regions, thus allows to deduce a VPC and EC2 instance configuration snapshot across an entire account, thereby providing valuable data points for correlating metrics with infrastructure changes. It can be facilitated for many scenarios accordingly, notably from the operations realm, though business (cost) can also benefit.

sopel commented 9 years ago

Scenarios

There is an open ended number of interesting scenarios conceivable, so this is just to list some obvious ones to get started:

Operations

Business (Cost)

sopel commented 9 years ago

Implementation Notes

This can basically reuse the current log ingestion architecture implemented by @dpb587 for #2, possibly adjusted for the different JSON payloads at hand (in absence of explicit type mappings, the resulting data will suffer from the same analysis constraints outlined in #5). The only complication might be the three different payloads in use:

Accordingly, those should be analyzed regarding overlap and priority.

sopel commented 9 years ago

:information_source: this story is on hold until #5 is going to be resolved.

dpb587 commented 9 years ago

I don't use AWS Config, so I'm not planning on implementing this. @sopel (or anyone else), feel free to do so if you're interested; a summary of steps is at https://github.com/logsearch/logsearch-for-aws#implementing-a-new-log-type and now there are a couple other log type examples to reference.