patheard / aws-rds-kinesis-activity-stream

AWS Terraform to setup an RDS cluster with an activity stream

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS RDS to Kinesis database activity stream

Creates an RDS cluster with an activity stream enabled. This is then used as a source for Kinesis Firehose which uses a Lambda function to decrypt the activity and save it to an S3 bucket.

# To setup, run the following from the devcontainer
cd terraform
terraform init
terraform apply

This is based on the folloing AWS blog post.

About

AWS Terraform to setup an RDS cluster with an activity stream

License:MIT License


Languages

Language:HCL 51.1%Language:Python 47.8%Language:Makefile 1.2%