Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _data/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,18 @@
subscriber_url: "https://github.com/gruntwork-io/module-data-storage"
type: Subscriber-Only
description: |
Run MySQL, Postgres, MariaDB, or Amazon Aurora on Amazon’s Relational Database Service (RDS). Creates the database,
sets up replicas, configures multi-zone automatic failover and automatic backup.
Run MySQL, Postgres, MariaDB, or Amazon Aurora on Amazon’s Relational Database Service (RDS) or Amazon Redshift.
Creates the database, sets up replicas, configures multi-zone automatic failover and automatic backup.
submodules:
- name: rds
blurb: deploy RDS for MySQL, PostgreSQL, Oracle, etc
description: Deploy a relational database on top of RDS. Includes support for MySQL, PostgreSQL, Oracle, and SQL Server, as well as automatic failover, read replicas, backups, patching, and encryption.
- name: aurora
blurb: deploy RDS for Aurora
description: Deploy Amazon Aurora on top of RDS. This is a MySQL-compatible database that supports automatic failover, read replicas, backups, patching, and encryption.
- name: redshift
blurb: deploy a Redshift cluster
description: Deploy Amazon Redshift. This is a managed data warehouse that supports automatic failover, backups, patching, and encryption.
- name: lambda-create-snapshot
blurb: snapshot an RDS database on a schedule
description: Create an AWS Lambda function that runs on a scheduled basis and takes snapshots of an RDS database for backup purposes. Includes an AWS alarm that goes off if backup fails.
Expand Down