Sign inSign up

cloudsurgeon/rds_demo

By cloudsurgeon

Updated about 8 years ago

This container is used to build the Delphix + RDS demo

Image
0

432

cloudsurgeon/rds_demo repository overview

Delphix RDS Demo setup container

This container builds the Delphix + RDS demonstration defined in the set of Terraform blueprints found here.

About

The container sequences the automation necessary to build out the complete environment in AWS.

The sequence of automation is as follows:

  1. Phase 1 - Build the networking, security rules, servers and RDS instance.
  2. Phase 2 - Configure DMS & Delphix, Start the DMS replication task
  3. Phase 3 - Create the Virtual Database copy of the RDS data source

Usage

This container is designed specifically for use with these blueprint. To begin, clone the repo to your machine and navigate into that directory. Make a copy of the .example.docker file, modify the values for your environment, and use that in the command below.

You can use this container, as follows: docker run --env-file -i -t -v $(pwd):// -w // cloudsurgeon/rds_demo

For example: docker run --env-file .terraform.env -i -t -v $(pwd):/app/ -w /app/ cloudsurgeon/rds_demo apply

Tag summary

Content type

Image

Digest

Size

172.6 MB

Last updated

about 8 years ago

docker pull cloudsurgeon/rds_demo