Review the Oracle-provided templates available for Resource Manager. A template is a prebuilt Terraform configuration for deploying cloud resources in a common scenario.
You can access templates from the Console when you create a stack. To browse templates of a given type, select the tab for that type. For example, to browse service templates, select the Service tab. After creating the stack with a template, run an apply job on the stack to provision those resources.
Note
Create your own private templates to share with others in the tenancy.
Common uses of templates:
Test-drive the idea of infrastructure as code.
Apply proven best practices to your production workflow configuration.
Quickstarts Templates
Use Quickstarts to quickly launch and try real solutions for deployment scenarios while learning about OCI services and capabilities. Create a stack with this template for consistent and repeatable deployments.
To automatically provision resources, access Quickstarts templates from the Console home page. For more information, see Widgets.
Template
Description
Apache Tomcat on Arm
Deploy a simple to-do application with Apache Tomcat
APEX with ADB
Deploy a fully managed APEX instance
ASP.NET quickstart
Deploy a sample ASP .NET application in a highly available configuration, with two Windows instances and a load balancer.
Deploy a highly available three-tier web application with autoscaling in Oracle Cloud Infrastructure.
Jenkins quickstart
Deploy a containerized Jenkins instance on OCI
MuShop Basic quickstart
Three-tier web application using Always Free resources
OCI Kubernetes Monitoring Solution
Monitor, manage, and generate insights into your Kubernetes deployed in OCI, third party public clouds, private clouds, or on-premises including managed Kubernetes deployments. The solution utilizes the following OCI services: Logging Analytics, Monitoring, and Management Agent.
ORACLE RED BULL RACING – Predict the result of the next race
Predict the result of the next race with our Oracle Red Bull Racing machine learning hands-on-lab
RStudio
Deploy the RStudio integrated development environment (IDE) for R on OCI
Strava data on Autonomous Database
Visualize and analyze Strava data on Autonomous Database
Architecture Templates 🔗
Use an Architecture template to create a stack that uses multiple cloud services.
Provision a private endpoint from Resource Manager and use Terraform's remote-exec functionality with a private compute instance. This template prompts you for the compute instance's VCN and private subnet.
Retrieve an existing private endpoint from Resource Manager and use Terraform's remote-exec functionality with a private compute instance. This template prompts you for the compute instance's availability domain, VCN, and subnet.