Skip to content

A JS script that continuously attempts to create an Oracle free tier compute instance.

Notifications You must be signed in to change notification settings

gardinbe/oracle-compute-instance-creation-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Oracle compute instance creation script

A JS script that continuously attempts to create an Oracle free tier compute instance.

How to use

  1. Follow the steps at https://blogs.oracle.com/developers/post/how-to-set-up-and-run-a-really-powerful-free-minecraft-server-in-the-cloud
  2. Ensure all fields are entered correctly as per the blog post above at https://cloud.oracle.com/compute/instances/create
  3. Open dev tools (press F12), and select the 'console' tab
  4. Paste in the contents of script.js into the console and press enter
  5. Close dev tools, make sure your computer doesn't go to sleep, and pray for the next few hours

Notes

DO NOT CLOSE THE POPUP WINDOW!

Filter logs with '***' to only show outputs from this script.

It's advised to close dev tools while the script is running, as over long periods of time it may crash (Oracle's fault).

You can change the interval duration between clicks on the fly by changing the value of the variable INTERVAL_DURATION - default is 30 (seconds).

About

A JS script that continuously attempts to create an Oracle free tier compute instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published