An open API service indexing awesome lists of open source software.

https://github.com/oracle-devrel/terraform-oci-arch-db-migration

terraform-oci-arch-db-migration
https://github.com/oracle-devrel/terraform-oci-arch-db-migration

Last synced: about 5 hours ago
JSON representation

terraform-oci-arch-db-migration

Awesome Lists containing this project

README

          

# terraform-oci-arch-db-migration

This repository stores a variety of examples demonstrating how to provision the infrastructure needed for 4 Database Migration use cases.

## How this project is organized

The terraform code for each Database Migration use case is stored in a separate folder.

The folders are organized as follows:

- [oci-arch-ee-atp-db-mig](oci-arch-ee-atp-db-mig): launch the VCN, a compute instance and an Autonomous Transaction Processing database.
- [oci-arch-ee-bm-db-mig](oci-arch-ee-bm-db-mig): launch the VCN, a compute instance and a Bare Metal Database System.
- [oci-arch-ee-exa-db-mig](oci-arch-ee-exa-db-mig): launch the VCN, a compute instance and a Exadata Cloud Service Database System.
- [oci-arch-se-vm-db-mig](oci-arch-se-vm-db-mig): launch the VCN, a compute instance and a Virtual Machine Database System.

## Prerequisites

First off we'll need to do some pre deploy setup. That's all detailed [here](https://github.com/oracle/oci-quickstart-prerequisites).