https://github.com/hotnoob/oracle-free-arm-vps-ps
Simple Powershell Script that automatically tries to create a arm vps in oracle cloud using OCI. Resulting in a work-around for "out of capacity"
https://github.com/hotnoob/oracle-free-arm-vps-ps
free-arm-vps free-vps oci oracle oracle-cloud oracle-free-arm oracle-free-arm-script out-of-host-capacity powershell script
Last synced: 12 months ago
JSON representation
Simple Powershell Script that automatically tries to create a arm vps in oracle cloud using OCI. Resulting in a work-around for "out of capacity"
- Host: GitHub
- URL: https://github.com/hotnoob/oracle-free-arm-vps-ps
- Owner: HotNoob
- Created: 2023-05-13T16:03:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T15:04:58.000Z (about 2 years ago)
- Last Synced: 2025-04-07T17:53:35.776Z (over 1 year ago)
- Topics: free-arm-vps, free-vps, oci, oracle, oracle-cloud, oracle-free-arm, oracle-free-arm-script, out-of-host-capacity, powershell, script
- Language: PowerShell
- Homepage:
- Size: 14.6 KB
- Stars: 60
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Oracle-Free-Arm-VPS-PS
Simple Powershell Script that automatically tries to create a arm vps in oracle cloud using OCI. Resulting in a work-around for "out of capacity"
# Resolving Oracle Cloud "Out of Capacity" issue and getting free VPS with 4 ARM cores / 24GB of memory
# Requirements. OCI CLI.
follow instructions to install oracle cloud cli
Install: https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__windows
# usage
in powershell prompt login to oracle cloud using this cli command:
oci session authenticate
then open/edit script, add tenancy id. follow instructions in script.
run script to easily get other parameters. read script for instructions.
disable setup mode.
then run script.
enjoy!
# linux usage
to install powershell and run script on linux:
```
apt install powershell
chmod +x create_oracle_arm_instance.ps1
./create_oracle_arm_instance.ps1
```
# session expiry!
oci sessions expire every 24 hours, you must re-run:
oci session authenticate