• 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 , https://thecustomizewindows com/2021/09/how-is-oracle-cloud-free-tiers-vm/ , install windows on oracle free tier , oracle free tier server review

This Article Has Been Shared 239 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 (24.3K 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

  • Four Foolproof Tips To Never Run Out Of Blog Ideas For Your Website March 28, 2023
  • The Interactive Entertainment Serving as a Tech Proving Ground March 28, 2023
  • Is it Good to Run Apache Web server and MySQL Database on Separate Cloud Servers? March 27, 2023
  • Advantages of Cloud Server Over Dedicated Server for Hosting WordPress March 26, 2023
  • Get Audiophile-Grade Music on Your Smartphone March 25, 2023

About This Article

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

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

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

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

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT