The Oracle Analytics platform comprises OAC (Oracle Analytics Cloud) and OAS (Oracle Analytics Server). It supports the efforts of every analytics user role. AI and ML are embedded throughout the platform to accelerate productivity and power better business decisions. Features include:
Data visualization and storytelling
Machine learning
Mobile analytics
Open data source connectivity
Data preparation and enrichment
Enterprise data modeling
About
This post is part of the Oracle Analytics Terraform series and follows up on previous posts. It includes architectural diagrams, a deployment module, links to references, and guidance for deploying a PAC (Private Access Channel) for two OAC instances using the Oracle OCI Terraform Provider and the Oracle OCI Cloud Shell.
This diagram depicts the components required for an OAC instance with a public endpoint.
Private Endpoint
This diagram depicts the components required for an OAC instance with a private endpoint.
Prepared States
Public Endpoint
This diagram depicts the additional components after provisioning a public OAC instance.
Private Endpoint
This diagram depicts the additional components after provisioning a private OAC instance.
Components
The deployment package deploys the following components.
A Private Access Channel for an OAC instance with a Public Endpoint
The deployment package creates a PAC for the example-public-oac instance using the example_private_subnet within the example_VCN.
A Private Access Channel for an OAC instance with a Private Endpoint
The deployment package creates a PAC for the example-private-oac instance using the example_private_subnet within the example_VCN.
Deployment
Follow these steps to deploy the example components:
Download the deployment module (DEPLOY_OAC_PAC.zip) from here.
Sign in to the OCI Tenancy example domain (Example_Identity_Domain) as the Example user (Example.ServiceAdmin) using https://cloud.oracle.com/identity/domains/?tenant=<tenancy name>&domain=Example_Identity_Domain as the URL.
Change to the designated OCI Region for Oracle Analytics services.
Click on Developer Tools and select Cloud Shell.
Ensure the Cloud Shell network is set to Public.
Click on the Gear Icon and select Upload.
Drop or Select the DEPLOY_OAC_PAC.zip file.
Click Upload.
Decompress the DEPLOY_OAC_PAC.zip file. Copy, paste, and run the following commands.