Serverless aurora activity streams reference architecture design (DAM)

0

Hi,

My customer is looking for an architecture to use the Aurora Database Activity Streams feature to provide some Database Activity Monitoring (DAM) capability.

They investigated the Imperva 3rd party offering, and concluded it didn't scale and they wanted something serverless using Kinesis and Lambda. Has anyone got experience with such a setup? My customer wants to know how to best build this and how much it would cost for a given number of invocations.

Their current envisaged setup is: DAS -> Kinesis Stream -> Kinesis Firehose -> S3 -> Lambda -> SNS (for alerts into Splunk).

Thanks

AWS
Sev_G
gefragt vor 5 Jahren916 Aufrufe
1 Antwort
0
Akzeptierte Antwort

A potential (non-serverless) alternative would be:

DAS -> Kinesis -> Kinesis Firehose -> Splunk

(using the built-in Firehose sink for Splunk)

or

DAS -> Kinesis -> ELK (Elasticsearch)

(using this - https://github.com/guardian/elk-kinesis-logger)

You do need Splunk (or ELK) to do anything more complex than basic log analysis.

AWS
beantwortet vor 5 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen