Skip to content

Files

Latest commit

ea6ee33 · Nov 27, 2023

History

History
25 lines (13 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.01 KB

Automate the deployment of Oracle Analytics on-prem into EC2

This repository is designed to stand up a test Oracle Analytics Instance on an EC2 VM instance in AWS.

IT IS NOT PRODUCTION-READY AND SHOULD BE TREATED AS POTENTIALLY VULNERABLE.

Deployment

  • Install Terraform and Ansible.

  • Download the following files into vendor/. These will probably need an Oracle SSO ID:

    • Oracle JDK 8 for Linux x64, .tar.gz version

    • Oracle Analytics 7.0.0 Server, comprised of two zip files. These can be downloaded by searching through here:

      • Oracle Analytics Server Linux 7.0.0, 4.6 GB

      • Oracle Fusion Middleware 12c (12.2.1.4.0) Infrastructure, 1.5 GB

  • Copy .envrc.template to .envrc, populate with an AWS access key capable of deploying EC2 and S3. Source using direnv.

  • Run make terraform.

  • Run make ansible.