Skip to main content

Oracle Cloud Free Tier

·257 words·2 mins
Posts cloud free oracle
zd
Author
zd
cli-geek, strategist
Table of Contents
Just sign up into Oracle Cloud and get my FREE Linux server within 20 min.

Today, I just come across this video from Gary. And by following the instruction (and tips) from the video, I manage to have my Linux server up and running within 20 min.

Oracle Cloud
#

Oracle Cloud Free Tier is an Always Free services. This means we can use it with no time constraints (subject only to the capacity limits).

The free Linux server comes with full root access and public IP address.

Instruction
#

Follow the instruction from Gary’s YouTube video, and get your free Linux server now.

Thanks Gary for the tips on choosing the OS image.

My First Instance
#

In case you are interest, I have choose Canonical-Ubuntu-22.04-Minimal image for my first Linux server instance.

Below are the RAM and HD sizes.

Oracle Cloud Free Tier

I also setup the SSH access by upload my own public key. And I just document it in $HOME/.ssh/config for easier access.

Host opf
    HostName 15x.17x.24x.14x
    User ubuntu

Finally, I can simply ssh opf and login without password.

Final Thought
#

I strongly suggest to enable Secure Verification while signing up at Oracle Cloud. Because to sign up in free tier, I still have to leave my credit card info at Oracle Cloud (even it will never be charged).

Lastly is about my plan on using the free Linux server.

At this time, I’m planning to:

  • Run dockers for vulnerability scanning.
  • Run dockers for OSINT research.
  • Develop scripts in Python.

Links#

Related

Multicloud Cmdline Cheat Sheet
·126 words·1 min
Posts YT cli cloud sans
Multicloud Command Line Cheat Sheet Resource Demo.
Cloud Flight Simulator
·755 words·4 mins
Posts YT cloud iac sans workshop devsecops
Cloud Flight Simulator workshops from SANS.
The Myth of Cloud Agnosticism
·322 words·2 mins
Posts Simplify cloud sans iac webcast
Why securing multiple clouds using Terraform is harder than you think?