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
991 stars 500 forks source link

shape VM.Standard.A1.Flex not found #96

Closed SahajJain01 closed 1 year ago

SahajJain01 commented 1 year ago

{ "code": "NotAuthorizedOrNotFound", "message": "shape VM.Standard.A1.Flex not found" }

Getting this in my logs recently.

hitrov commented 1 year ago

please make sure you're able to create it using browser UI and send me JSON request payload, maybe they did change name to something different than VM.Standard.A1.Flex

SahajJain01 commented 1 year ago

I'm not able to create it via browser UI as well now. Earlier have been able to and the logs were also giving Out of capacity error. image

hitrov commented 1 year ago

I added script to check shapes, but cannot tell when I gonna merge it to main just yet https://github.com/hitrov/oci-arm-host-capacity/compare/check-shapes?expand=1