hitrov / oci-arm-host-capacity

This script allows to bypass Oracle Cloud Infrastructure 'Out of host capacity' error immediately when additional OCI capacity will appear in your Home Region / Availability domain.
MIT License
981 stars 491 forks source link

"VM.Standard.E2.1.Micro" before "VM.Standard.A1.Flex" ? #54

Open bt-worm opened 1 year ago

bt-worm commented 1 year ago

A question about "If you don't have existing VNIC/subnet, please create VM.Standard.E2.1.Micro instance before doing everything.":

I haven't created any instances (AMD or ARM), and I'm not sure how to figure out whether I have "existing VNIC/subnet". on the page of "create instance", I see nothing under "Subnet" item in "Networking" section, but if I click "Edit", I can see pre-defined subnet like "subnet-20221012-0039(regional)" , and VCN (virtual cloud network) like "vcn-20221012-0039"

So ,should I create a "VM.Standard.E2.1.Micro" first if I want to create a "VM.Standard.A1.Flex" ?

hitrov commented 1 year ago

So seems you have them already, no need to create unneeded instance beforehand

bt-worm commented 1 year ago

thank you so much!