Deploy Arm Instances on Oracle Cloud Infrastructure (OCI) using Terraform

What you've learned

You should now know how to:

  • Automate Arm virtual machine creation on OCI using Terraform

Knowledge Check

Terraform is an infrastructure as Code (IaC) solution created by OCI?

If you accidentally delete your instance, can you retrieve it?

Is the Ampere (always Free) compute instance in OCI a static instance with only 2 OCPUs and 8GB of RAM?

If I forgot to print the some output such as the IP address of my compute instance, do I need to destroy it and deploy (apply) it again?

If I want to be able to connect from my laptop to my compute instance in OCI, in which subnet should I create it:


Back
Next