• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » How is Oracle Cloud Free Tier’s VM?

By Abhishek Ghosh September 14, 2021 8:23 pm Updated on September 14, 2021

How is Oracle Cloud Free Tier’s VM?

Advertisement

Free stuff is always great if you accept the limitation. A lot of PaaS providers we talked about provide a free usage tier including Heroku, IBM Bluemix. But free VM is not that much we often hear. You can not operate a website like this one on Oracle Cloud free tier, but you’ll get AMD or ARM processor-based instances, which are sufficient for various developmental and hobby works. It can save you $10/month. And you can purchase more resources from Oracle Cloud from the saved money.

Oracle’s cloud storage pricing is lower than that of AWS, but the cost of object storage services is higher. Oracle is not that popular for the same reasons IBM, HP can not become popular to the mass. Always-free access to essential services includes Autonomous databases, Virtual machines and Object storage. After the creation of the Oracle Cloud account, we landed on the dashboard with “Quickstarts”. The first option was “Deploy a WordPress site”. How cute! But it does not come as “always free”.

So, we clicked to create a virtual server instance. After clicking the option, we used Ubuntu 20.04 as an image, on VM.Standard.E2.1.Micro (Always Free-eligible) instance. The spec was written as :

Advertisement

---

Processor: 2.0 GHz AMD EPYC™ 7551
Virtual machine, 1 core OCPU, 1 GB memory, 0.48 Gbps network bandwidth

Then we downloaded the private key and clicked to create an instance to test. The UI has a resemblance with that one of HP – simple and informative, no eye candies. There were links to their guides (exactly like IBM provides), for example, how to SSH :

Vim
1
https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/accessinginstance.htm

Then we launched the Ubuntu instance on MS Windows laptop. We opened the downloaded private key with Sublime text, copied the content and pasted the content after creating a text file in Ubuntu :

Vim
1
2
3
nano oracle2021.key
# paste
chmod 400 oracle2021.key

Then ran the command to SSH :

Vim
1
2
3
ssh -i oracle2021.key ubuntu@152.70.121.21
# after ssh
sudo su

Then ran :

Vim
1
2
3
4
apt update && apt upgrade
sudo add-apt-repository ppa:ondrej/apache2
apt update && apt upgrade
apt-get install apache2

I had to set ingress and egress policies exactly like HP Cloud (from the option named VCI).

How is Oracle Cloud Free Tiers VM

Even after the good fight, I could not open 152.70.121.21 on the browser. What is the fuck? I ran :

Vim
1
sudo iptables -L

And understood that Oracle has tweaked the Ubuntu image. Then ran:

Vim
1
2
curl localhost
iptables --flush

Now the default Debian Apache2 page opened. I found that a lot of warriors fought before me:

Vim
1
2
https://stackoverflow.com/questions/62326988/cant-access-oracle-cloud-always-free-compute-http-port
https://stackoverflow.com/questions/54794217/opening-port-80-on-oracle-cloud-infrastructure-compute-node

I ran WebPage test :

Vim
1
https://webpagetest.org/result/210914_AiDcMY_dcf0ce86d8fdffca2aa0d32f645f516c/1/details/#waterfall_view_step1

Enough great. It is an enterprise cloud setup and good for any work which will not require CPU intense work. A WordPress site for your profile will lazily run. You can use the server to use for IoT of your home (and for that usage, you can set strict rules).

Tagged With cloud free tier , install windows on oracle free tier , oracle free tier server review

This Article Has Been Shared 954 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to How is Oracle Cloud Free Tier’s VM?

  • Create Data Science Environment on Cloud Server With Docker

    Here Are the Steps, Commands to Create Data Science Environment on Cloud Server For Data Analysis Starting With a Blank Server With SSH.

  • How to Install and Set Up LXD on Ubuntu 16.04

    Here is How to Install and Set Up LXD on Ubuntu 16.04. LXD Works With a Directory Based Storage Backend. LXD is lxc with strong security.

  • How To Run Docker, Containers On IBM Bluemix

    On How To Run Docker, Containers On IBM Bluemix Guide We Have Provided Clear Instructions, Commands to Setup the Command Line Tools on Mac.

  • How to Install Mosquitto MQTT Broker/Server on Ubuntu Cloud Server

    Here is How To How to Install Mosquitto MQTT Broker/Server on Ubuntu Cloud Server So That You Need Not to Depend on Third Party MQTT Broker.

  • How to Install CouchDB on Ubuntu Cloud Server

    Here Are the Steps to How to Install CouchDB on Ubuntu Cloud Server With root Access as Single Node. Data can be ported from Cloudant to CouchDB.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • How to Make the Most of Your S Pen (S22 Ultra) June 29, 2022
  • Safe Chargers for Samsung Galaxy S22 Ultra June 27, 2022
  • How Telecoms Can Use The Cloud To Power Their 5G Network June 24, 2022
  • A Beginner Guide to Cloud Computing for Development June 22, 2022
  • 5 Benefits of Using a Virtual Data Room Today June 19, 2022

About This Article

Cite this article as: Abhishek Ghosh, "How is Oracle Cloud Free Tier’s VM?," in The Customize Windows, September 14, 2021, June 30, 2022, https://thecustomizewindows.com/2021/09/how-is-oracle-cloud-free-tiers-vm/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy