Search code examples
amazon-web-servicesaws-cloudformationoracle-cloud-infrastructure

Oracle cloud Infrastructure - what is equivalent component of AWS CloudFormation template


What is the equivalent component of AWS CloudFormation Template in Oracle Cloud?

I see Oracle Cloud Stack Manager and corresponding templates. However, I don't find them very useful for the scenarios where to launch infrastructure component stack (e.g., with few instances behind a load balancer and with some specific security groups created and attached to them. load balancer listening to specific ports). Oracle cloud stack elements are based on Platform services like Database, Java etc.,

However I tried to edit existing template and didn't find all the resource types for my specific scenario.

https://docs.oracle.com/en/cloud/paas/cloud-stack-manager/csmug/list-resource-types.html

Thank you in advance!


Solution

  • The Best option would be to use Terraform. Terraform is an infrastructure as a code tool with similar or I'd say even better capabilities than Cloud Formation.

    Try this link to get an idea about working with Terraform and Oracle Cloud.