dirtboll / oci-vm-provisioner

This script will help you to provision Oracle Cloud Infrastructure VM, especially for the free tier A1 Flex and E2 micro which is often out of capacity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oracle Cloud Free Tier Provisioner

This script will help you to provision Oracle Cloud Infrastructure VM, especially for the free tier A1 Flex and E2 micro which is often out of capacity.

Requirements

Python 3

Setup

  1. Create an API Signing Key. Follow this tutorial for more info.

  2. Setup Python virtual environment and install dependencies.

virtualenv env
source env/bin/activate
pip install -r requirements.txt
  1. Edit some settings in .env.

  2. Run the script and follow the prompts if required.

python main.py

Good luck!

About

This script will help you to provision Oracle Cloud Infrastructure VM, especially for the free tier A1 Flex and E2 micro which is often out of capacity.

License:MIT License


Languages

Language:Python 99.0%Language:Dockerfile 1.0%