mohankumarpaluru / oracle-freetier-instance-creation

A script to create free instance
MIT License
164 stars 33 forks source link

Error: 2024-05-21 21:11:10,391 - INFO - Command: launch_instance Output: {'status': 400, 'code': 'LimitExceeded', 'message': 'The following service limits were exceeded: standard-a1-memory-regional-count, standard-a1-core-regional-count. Request a service limit increase from the service limits page in the console. '} #15

Closed jb901 closed 5 months ago

jb901 commented 5 months ago

After nearly a month of trying (and restarting when needed, using latest version), it errored out with:

2024-05-21 21:11:10,391 - INFO - Command: launch_instance Output: {'status': 400, 'code': 'LimitExceeded', 'message': 'The following service limits were exceeded: standard-a1-memory-regional-count, standard-a1-core-regional-count. Request a service limit increase from the service limits page in the console. '}

All i have in my account is the instance created via the instructions. Did i just miss my window due to something else?

EDIT:

It now immediately errors out when issuing a rerun:

2024-05-21 21:25:07,543 - INFO - LimitExceeded , exiting the program

jb901 commented 5 months ago

I'm going to call this an OCI glitch. I couldn't run the script for over an hour, and it turns out Limit's, Quotas, & Usage was showing I was consuming 4 standard-a1-core and 24 standard-a1-memory and was at capacity. An instance was never created, however, in any AD. After a little over an hour, the consumption for those two resources went back to zero and the script began running again when executed. Oh well, back to the waiting game.