<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ruhminations]]></title><description><![CDATA[Ruhminations]]></description><link>https://blog.davidruhmann.com</link><generator>RSS for Node</generator><lastBuildDate>Wed, 13 May 2026 14:49:28 GMT</lastBuildDate><atom:link href="https://blog.davidruhmann.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Exploring Oracle Cloud Free Tier]]></title><description><![CDATA[Oracle Cloud is trying to break into the cloud infrastructure market.  One such way is by betting developers familiar with the products through free tier offerings.

Want to follow along?  Start by setting up a free Oracle Cloud account  at https://w...]]></description><link>https://blog.davidruhmann.com/exploring-oracle-cloud-free-tier</link><guid isPermaLink="true">https://blog.davidruhmann.com/exploring-oracle-cloud-free-tier</guid><dc:creator><![CDATA[David Ruhmann]]></dc:creator><pubDate>Thu, 02 Dec 2021 23:14:17 GMT</pubDate><content:encoded><![CDATA[<p>Oracle Cloud is trying to break into the cloud infrastructure market.  One such way is by betting developers familiar with the products through free tier offerings.</p>
<blockquote>
<p>Want to follow along?  Start by setting up a free Oracle Cloud account  at https://www.oracle.com/cloud/free/</p>
<p>NOTE: The Oracle Cloud setup process has quite a few steps and requires a valid CC (Discover did not work in my case, but my Visa was accepted).</p>
</blockquote>
<p>For this example, I am creating a free tier ARM <em>4</em> core, <em>24GB</em> ram, <em>100GB</em> boot VM (the free tier limit on compute and half the free tier limit on storage).</p>
<p><strong>Step by step:</strong></p>
<ol>
<li>On the <em>Get Started</em> homepage, in the <em>Launch Resources</em> section, select the <em>Create a VM instance</em> box.</li>
<li>Input a custom, memorable name for your VM.</li>
<li>In the <em>Image and Shape</em> box click the <em>Edit</em> hyperlink.</li>
<li>In the expanded image and shape options box, click <em>Change image</em>.</li>
<li>Recommend selecting the latest <em>Canonical Ubuntu</em> image or at least updating the <em>Oracle Linux</em> image to the latest version.  Then click <em>select image</em> to save the changes.</li>
<li>Back in the expanded image and shape options box, click <em>Change shape</em>.</li>
<li>For this example, select the <em>Ampere</em> box, and check the <em>VM.Standard.A1.Flex</em> option.  Then in the expanded shape options drag the <em>Number of OCPUs</em> slider to <em>4</em> and the memory should also slide in kind to <em>24</em> on the <em>Amount of memory (GB)</em> slider.  Remember to click <em>Select shape</em> to save the changes.</li>
<li>Optional: In the expanded section after clicking <em>Show advanced options</em>  in the Networking box, you may want to enter a <em>hostname</em> for easier domain name connectivity.</li>
<li>The rest of the Networking options are left as is to create a Publicly accessible VM in a new VCN and subnet.</li>
<li><strong>Important</strong>: Save the <em>Private</em> and <em>Public</em> SSH keys now from the <em>Add SSH Keys</em> section.</li>
<li>Optional: In the <em>Boot Volume</em> section, you may want to disable the <em>Use in-transit encryption</em> option to improve performance if your use case does not involve sensitive data.</li>
<li>Recommend: Leave the rest of the options at default values for now.  NOTE: The boot size can be expanded later if needed, but not shrunk.</li>
<li>Finally, click the <em>Create</em> button at the bottom and wait a couple minutes for your VM to be ready.</li>
</ol>
<p>Once ready, we can perform our first SSH connection.</p>
<pre><code class="lang-bash">chmod 600 my-secret-key.key
ssh -i my-secret-key.key ubuntu@10.0.0.0
</code></pre>
<blockquote>
<p>Remember to updated your <code>iptables</code> for your services and open the ports needed in the subnet's security list!</p>
</blockquote>
<p>Check out many guides for setting up services on Oracle Cloud at
https://docs.oracle.com/en-us/iaas/developer-tutorials/tutorials/apache-on-ubuntu/01oci-ubuntu-apache-summary.htm</p>
]]></content:encoded></item></channel></rss>