mohankumarpaluru / oracle-freetier-instance-creation

A script to create free instance
MIT License
150 stars 28 forks source link

Run this on a local machine? #3

Closed kaiser62 closed 4 months ago

kaiser62 commented 6 months ago

you need an existing subnet ID for ARM instance creation.

Problem is in my region, it says, Out of capacity for shape VM.Standard.E2.1.Micro

Is there way to run this script on my local ubuntu machine and configure the subnet id in environment?

mohankumarpaluru commented 6 months ago

yes that's very simple to do , you should comment out lines 299 to 301 and configure your subnet in oci_subnet_id. Here is the link to the specific section of the script: GitHub - main.py.

let me know if you encounter any issues. I also should make a to-do list soon with list of features.