Access Cloud Services for Free (2024)

Country

MenuMenuContact SalesSign in to Oracle Cloud

Build, test, and deploy applications on Oracle Cloud—for free. Explore the services available with Free Tier.

Start for free

Sign in to Oracle Cloud

Access Cloud Services for Free (2)

What's included with Oracle Cloud Free Tier? *

Always Free services

Services you can use for an unlimited time.

  • Two Oracle Autonomous Databases with powerful tools like Oracle APEX and Oracle SQL Developer
  • Two AMD Compute VMs
  • Up to 4 instances of ARM Ampere A1 Compute with 3,000 OCPU hours and 18,000 GB hours per month
  • Block, Object, and Archive Storage; Load Balancer and data egress; Monitoring and Notifications

See below for a list of eligible services

+

Start with a US$300 cloud credit

You’ll have 30 days to use it—in addition to Always Free services.

  • Access to a wide range of Oracle Cloud services for 30 days, including Databases, Analytics, Compute, and Container Engine for Kubernetes
  • Up to eight instances across all available services
  • Up to 5 TB of storage

See below for a list of eligible services

How it works

Use your Always Free services as long as you want with no time constraints—subject only to the capacity limits noted. When your 30-day trial period for the expanded set of services ends, you can continue using Always Free services with no interruption.

Always Free and 30-day trial instances can be seamlessly upgraded to paid at any time. Existing Oracle Cloud customers have access to Always Free services automatically—no new sign-up required.

Start for free

Services available on Oracle Cloud Free Tier

      Filtered by: No Filters applied

        Clear all
          '}else{cardsHtml += '

          '+jsonData[e].Free_Period+'

          '}cardsHtml += '

          '+jsonData[e].Product_Category+'

          '+jsonData[e].fields.Service_Name+'

          '+ '

          '+jsonData[e].Description+'

          'if(jsonData[e].Monthly_Free_Amount){cardsHtml += '

          Always Free
          '+jsonData[e].Monthly_Free_Amount+'

          '}cardsHtml +=''if(jsonData[e].cta_link){cardsHtml += '

          View Pricing more about '+jsonData[e].fields.Service_Name+'

          '}cardsHtml +=''};element.innerHTML = cardsHtml;setTimeout(function() {createPagination();$(".loader").hide()}, 500);if(counter === 1){productCount(jsonData);counter++;var urlFilterParam = window.location.search.substr(1);if(urlFilterParam){if(urlFilterParam.indexOf("&")>0){var filters = urlFilterParam.split("&");for(var x in filters){setFilters(filters[x])}}else{setFilters(urlFilterParam)}}function setFilters(urlFilterParam){var filterType = urlFilterParam.substring(0, urlFilterParam.indexOf("="));var filterVal = urlFilterParam.substring(urlFilterParam.indexOf("=")+1, urlFilterParam.length);if(filterVal.indexOf("~")>0){var products = filterVal.split("~");for(var x in products){filterfn(products[x], filterType)}}else{filterfn(filterVal, filterType);}function filterfn (filterVal, filterType){filterVal = filterVal.charAt(0).toUpperCase()+filterVal.slice(1);if(filterType && filterVal){$("#"+filterType).find("input."+filterVal.replace(/[^a-zA-Z]/g, "").toLowerCase()).trigger( "click" );if(filterType!=='featured_product'){//$("#"+filterType).prev("h5").trigger( "click" );//$(".rc40w3 h5:first").trigger( "click" );if(!$("#"+filterType).hasClass("rc40open")){$("#"+filterType).prev("h5").trigger( "click" );}}}}}}}$(".rc40w3 h5").click(function (){if($(this).next(".chk-ul").hasClass("rc40open")){$(this).next(".chk-ul").removeClass("rc40open");$(this).find("button").attr("aria-expanded", "false")}else{$(this).next(".chk-ul").addClass("rc40open");$(this).find("button").attr("aria-expanded", "true")}$(this).find(".icn-chevron-down").toggleClass("icn-chevron-right");})function resetCards (){$("#filterBar ul").html("");$(".noFilters").show();cardsData.sort(function (a, b) {if ((a.Free_Period).toUpperCase() < (b.Free_Period).toUpperCase()) {if(navigator.userAgent.indexOf("Chrome") > -1){return -1;}else{return 1;}}if ((a.Free_Period).toUpperCase() > (b.Free_Period).toUpperCase()) {if(navigator.userAgent.indexOf("Chrome") > -1){return 1;}else{return -1;}}return 0;});populateProducts (cardsData);productCount(cardsData);}$("#clearFilter").click(function(e){e.preventDefault();$(".chk-ul li").show();$(".chk-ul li").find("input:checkbox").prop( "checked", false );$("#tier_type").find("input:radio:checked").prop( "checked", false );$('#searchFilter').val("");resetCards();//$(".checkbxList .chk-ul").removeClass("rc40open");//$(".checkbxList").find(".icn-chevron-down").addClass("icn-chevron-right");//$(".checkbxList").find("button").attr("aria-expanded", "false");$("#searchTag, .rc05filtertotal").remove();$('.rc40w2 .oclear').addClass("hide");})function resetCardsUI (newDatas) {if(newDatas.length>0){if(navigator.userAgent.indexOf("Chrome") > -1){newDatas.sort((a, b) => a.Free_Period.localeCompare(b.Free_Period) ||a.fields.Service_Name.localeCompare(b.fields.Service_Name));}else{newDatas.sort((a, b) => b.Free_Period.localeCompare(a.Free_Period) ||b.fields.Service_Name.localeCompare(a.fields.Service_Name));}populateProducts(newDatas);productCount(cardsData);}else{var element = document.querySelector("#productList");element.innerHTML = "
        • No results found. Please reset filters and try again.
        • ";}createPagination();}function productTierCount () {/* if ($("#featured_product").find("input:checkbox:checked").length>0 || $("#product_category").find("input:checkbox:checked").length>0 ){$("#tier_type li").each( function () {var tag = $(this).find("input:checkbox").val();var taglength = $("#productList").find("li[data-free_period='"+tag+"']").length;$(this).find(".rc40count").html(taglength);})}*/if ($("#featured_product").find("input:checkbox:checked").length>0){var FreeTier = [], TrialTier = [];var tagData = [];var trierValue = $(this).find("input:checkbox").val();$("#featured_product").find("input:checkbox:checked").each( function () {var productTag = $(this).val();for (var e in cardsData) {if(cardsData[e].Free_Period === "Always Free" && cardsData[e].Featured_Product === "Yes"&& cardsData[e].Product_Category===productTag){FreeTier.push(cardsData[e]);}}$("#freeItemCount").html(FreeTier.length);for (var e in cardsData) {if(cardsData[e].Free_Period === "Trial" && cardsData[e].Featured_Product === "Yes"&& cardsData[e].Product_Category===productTag){TrialTier.push(cardsData[e]);}}$("#trialItemCount").html(TrialTier.length);})}if ($("#product_category").find("input:checkbox:checked").length>0){var FreeTier = [], TrialTier = [];var tagData = [];var trierValue = $(this).find("input:checkbox").val();$("#product_category").find("input:checkbox:checked").each( function () {var productTag = $(this).val();for (var e in cardsData) {if(cardsData[e].Free_Period === "Always Free" && cardsData[e].Product_Category===productTag){FreeTier.push(cardsData[e]);}}//$("#freeItemCount").html(FreeTier.length);for (var e in cardsData) {if(cardsData[e].Free_Period === "Trial" && cardsData[e].Product_Category===productTag){TrialTier.push(cardsData[e]);}}// $("#trialItemCount").html(TrialTier.length);})}}function productCount (cardsData){$(".chk-ul li").each(function(){var tag = $(this).find("input:checkbox").val();var tagType = $(this).find("input:checkbox").attr("name");var tagData = [];for (var e in cardsData) {if(cardsData[e][tagType] === tag){tagData.push(cardsData[e]);}}//$(this).find(".rc40count").html(tagData.length);$(this).removeClass("disabled");})$("#featured_product li").each(function(){var tag = $(this).find("input:checkbox").val();var tagType = $(this).find("input:checkbox").attr("name");var tagData = [];for (var e in cardsData) {if(cardsData[e]['Product_Category'] === tag && cardsData[e]['Featured_Product'] === 'Yes'){tagData.push(cardsData[e]);}}//$(this).find(".rc40count").html(tagData.length);})}function addFilterTag (){$("#filterBar ul li").not("#searchTag").remove();if($(".chk-ul").find("input:checkbox:checked").length>0){$(".chk-ul").each(function () {var id = $(this).attr("id");$(this).find("input:checkbox:checked").each(function(){var tagName = $(this).val();if(id=='Featured_Product'){var ltagName = 'Featured- ' + tagName;}else{var ltagName = tagName;}var tagName = $(this).val();var filterTag = '
        • '+ltagName+'
        • '$("#filterBar ul").append(filterTag);})})$(".noFilters").hide();}else{$(".noFilters").show();}}function filterProducts(filterTags, filterVal){var searchKeyword = $("#searchFilter").val().toUpperCase();for (var e in cardsData) {if(cardsData[e][filterTags] == filterVal){newData.push(cardsData[e])}}if(searchKeyword!==""){searchCards ()}else{resetCardsUI (newData);}}function filterFeaturedProducts (filterVal){var searchKeyword = $("#searchFilter").val().toUpperCase();for (var e in cardsData) {if(cardsData[e].Product_Category == filterVal && cardsData[e].Featured_Product == "Yes"){newData.push(cardsData[e])}}if(searchKeyword!==""){searchCards ()}else{resetCardsUI (newData);}}function filterFeaturedTierProducts (filterVal){var searchKeyword = $("#searchFilter").val().toUpperCase();$("#tier_type").find("input:checkbox:checked").each(function(){var freeP = $(this).val();for (var e in cardsData) {if(cardsData[e].Product_Category == filterVal && cardsData[e].Featured_Product=="Yes"&& cardsData[e].Free_Period==freeP){newData.push(cardsData[e])}}})if(searchKeyword!==""){searchCards ()}else{resetCardsUI (newData);}}function ProductFilterTierType (filterVal){var searchKeyword = $("#searchFilter").val().toUpperCase();$("#tier_type").find("input:checkbox:checked").each(function(){var freeP = $(this).val();for (var e in cardsData) {if(cardsData[e].Product_Category == filterVal && cardsData[e].Free_Period==freeP){newData.push(cardsData[e])}}})if(searchKeyword!==""){searchCards ()}else{resetCardsUI (newData);}}function adoveEvents (value, filterName, type) {var prop4, eVar23="";$(".chk-ul").each(function(){$(this).find("input:checkbox:checked").each(function(){var filterCategory = $(this).parents("ul").prev("h5").attr("data-label");eVar23 += filterCategory + ">" +$(this).val() + ":";})})if(window.s){if(type==="Remove"){prop4 = "Remove:" + filterName + ">" + value;}else{prop4 = filterName + ">" + value;}window.s.prop3 = `${window.s.pageName}:${prop4}`;window.s.prop4 = prop4;window.s.eVar22 = prop4;window.s.eVar23 = eVar23;window.s.prop6 = "";window.s.Prop5 = "";window.s_Ping(true);}else{console.log("window.s not available")}}$('.chk-ul').on('click', 'li', function(e) {if(e.target.tagName !=="INPUT"){return;}var checkbox = $(this).find("input:checkbox");var checkboxValue = $(this).find("input:checkbox").val();var filterName = $(this).parents("ul").prev("h5").attr("data-label");if($(checkbox).is(":checked")){adoveEvents(checkboxValue,filterName, "add");}else{adoveEvents(checkboxValue,filterName, "Remove");}newData=[];var searchKeyword = $("#searchFilter").val().toUpperCase();$(".rc05filtertotal").remove();//$('#searchFilter').val("");if($(this).hasClass("feature")){$("#product_category").find("input:checkbox:checked").prop( "checked", false );if ($("#tier_type").find("input:checkbox:checked").length>0){if($("#featured_product").find("input:checkbox:checked").length>0){$("#featured_product").find("input:checkbox:checked").each(function(){filterFeaturedTierProducts ($(this).val());})}else{$("#tier_type").find("input:checkbox:checked").each(function(x){filterProducts('Free_Period', $(this).val());})}}else if($("#featured_product").find("input:checkbox:checked").length>0){$("#featured_product").find("input:checkbox:checked").each(function(){filterFeaturedProducts ($(this).val());})}else{if(searchKeyword!==""){searchCards ()}else{resetCardsUI (cardsData);}}}else if($(this).hasClass("Product_Category")){$("#featured_product").find("input:checkbox:checked").prop( "checked", false );if ($("#tier_type").find("input:checkbox:checked").length>0){if($("#product_category").find("input:checkbox:checked").length>0){$("#product_category").find("input:checkbox:checked").each(function(){ProductFilterTierType ($(this).val())})}else{$("#tier_type").find("input:checkbox:checked").each(function(x){filterProducts('Free_Period', $(this).val());})}}else if($("#product_category").find("input:checkbox:checked").length>0){$("#product_category").find("input:checkbox:checked").each(function(){filterProducts('Product_Category', $(this).val());})}else{if(searchKeyword!==""){searchCards ()}else{resetCardsUI (cardsData);}}}else{if($("#tier_type").find("input:checkbox:checked").length>0){if($("#featured_product").find("input:checkbox:checked").length===0 &&$("#product_category").find("input:checkbox:checked").length===0){$("#tier_type").find("input:checkbox:checked").each(function(x){filterProducts('Free_Period', $(this).val());})}else if($("#featured_product").find("input:checkbox:checked").length>0){$("#featured_product").find("input:checkbox:checked").each(function(){filterFeaturedTierProducts ($(this).val());})}else{if ($("#product_category").find("input:checkbox:checked").length>0){$("#product_category").find("input:checkbox:checked").each(function(){ProductFilterTierType ($(this).val())})}else{if(searchKeyword!==""){searchCards ()}else{resetCardsUI (cardsData);}}}}else{if($("#featured_product").find("input:checkbox:checked").length>0){$("#featured_product").find("input:checkbox:checked").each(function(){filterFeaturedProducts($(this).val())})}else if($("#product_category").find("input:checkbox:checked").length>0){$("#product_category").find("input:checkbox:checked").each(function(){filterProducts('Product_Category', $(this).val());})}else{if(searchKeyword!==""){searchCards ()}else{resetCardsUI (cardsData);}}}}addFilterTag ();// productTierCount ();e.stopImmediatePropagation();e.stopPropagation();})function searchCards () {$(".rc05filtertotal").remove();var searchKeyword = $("#searchFilter").val().toUpperCase();var searchData = [];if(newData.length===0){newData = cardsData;}for (var e in newData) {if(newData[e].Product_Category.toUpperCase().indexOf(searchKeyword) > -1 ||newData[e].fields.Service_Name.toUpperCase().indexOf(searchKeyword) > -1 ||newData[e].Description.toUpperCase().indexOf(searchKeyword) > -1){searchData.push(newData[e])}}resetCardsUI (searchData);var prodcount = searchData.length;$("#filterBar").before("

          "+prodcount+" matching results for "+searchKeyword.toLowerCase()+"

          ");var filterTag = '
        • Search keyword: '+searchKeyword.toLowerCase()+'
        • 'if($("#searchTag").length>0){$("#searchTag").remove();}$("#filterBar ul").append(filterTag);$(".noFilters").hide();var prop4 = "Search:"+ $('#searchFilter').val();var eVar23 = prop4;if(window.s){window.s.prop3 = `${window.s.pageName}:${prop4}`;if(prodcount>0){window.s.prop6 = "1";window.s.prop5 = "";window.s.prop4 = prop4;window.s.eVar22 = prop4;window.s.eVar23 = eVar23;}else{window.s.prop5 = prop4;window.s.prop6 = "";window.s.prop4 = "";window.s.eVar22="";window.s.eVar23 = "";}window.s_Ping(true);}}var typingTimer;var doneTypingInterval = 500;var $input = $('#searchFilter');$input.on('keyup', function () {clearTimeout(typingTimer);typingTimer = setTimeout(doneTyping, doneTypingInterval);});$input.on('keydown', function () {clearTimeout(typingTimer);});var searchKeywordInfo;//user is "finished typing," searchfunction doneTyping () {var searchKeyword = $input.val().toUpperCase();searchKeywordInfo = $input.val();if (searchKeyword.length >= 3) {$(".rc05filtertotal").remove();searchCards ();}else if(searchKeyword.length===0){$(".clearSearchFilter").click();var prop4 = "Remove Search:";var eVar23 = prop4;if(window.s){window.s.prop3 = `${window.s.pageName}:${prop4}`;window.s.prop4 = prop4;window.s.eVar22 = prop4;window.s.eVar23 = eVar23;window.s.prop6="";window.s.Prop5 = "";window.s_Ping(true);}}}$('body').on('click', '.clearSearchFilter', function() {var prop4 = "Remove Search:"+ $('#searchFilter').val();var eVar23 = prop4;if(window.s){window.s.prop3 = `${window.s.pageName}:${prop4}`;window.s.prop4 = prop4;window.s.eVar22 = prop4;window.s.eVar23 = eVar23;window.s.prop6 = "";window.s.prop5 = "";window.s_Ping(true);}$("#searchTag, .rc05filtertotal").remove();$('#searchFilter').val("");if(newData.length===0){newData = cardsData;}populateProducts (newData);$(".noFilters").show();$('.rc40w2 .oclear').addClass("hide");})$('body').on('click', '.rc40w2 .oclear', function(e) {var prop4 = "Remove Search:"+ searchKeywordInfo;var eVar23 = prop4;if(window.s){window.s.prop3 = `${window.s.pageName}:${prop4}`;window.s.prop4 = prop4;window.s.eVar22 = prop4;window.s.eVar23 = eVar23;window.s.prop6 = "";window.s.prop5 = "";window.s_Ping(true);}if(newData.length===0){newData = cardsData;}$("#searchTag, .rc05filtertotal").remove();$('#searchFilter').val("");populateProducts (newData);$(".noFilters").show();});$('body').on('click', '.clearFilter', function() {var filterVal = $(this).attr("data-clearVal");var filterCategory = $(this).attr("data-id");//$("input:checkbox[value='"+filterVal+"']").prop( "checked", false );$("#"+filterCategory).find("input:checkbox[value='"+filterVal+"']").click();});function createPagination () {var itemsPerPage = 9,itemsWrapper = 'productListWraper',productItems = 'productListItem',paginationId = 'pagination-container',paginationArrowsClass = 'paginacaoCursor',paginationCustomClass = 'customPagination';function paginationShow() {if ($("#" + paginationId).children().length > itemsPerPage) {var a = $(".activePagination").attr("data-valor");if (a >= 4) {var i = parseInt(a) - 3,o = parseInt(a) + 2;$(".paginacaoValor").hide(), exibir2 = $(".paginacaoValor").slice(i, o).show();} else $(".paginacaoValor").hide(), exibir2 = $(".paginacaoValor").slice(0, 5).show();}}paginationShow(), $("." + productItems).addClass("hideItem");$("#" + paginationId).html('');$("#beforePagination").addClass("hidearrow")for (var tamanhotabela = $("." + itemsWrapper).children().length, porPagina = itemsPerPage, paginas = Math.ceil(tamanhotabela / porPagina), i = 1; i <= paginas;) {$("#" + paginationId).append(""), i++, $(".paginacaoValor").hide(), exibir2 = $(".paginacaoValor").slice(0, 5).show();}$(".paginacaoValor:eq(0)").addClass("activePagination").attr('aria-current', 'true');$("#paginationAnnounce").html("1 of "+$(".paginacaoValor").length);var exibir = $("." + productItems).slice(0, porPagina).removeClass("hideItem");$(".paginacaoValor").on("click", function() {if($(this).hasClass("activePagination")){return;}if(window.s){if($('#searchFilter').val()){var prop4 = "Search:"+ $('#searchFilter').val();window.s.prop3 = `${window.s.pageName}`+prop4;window.s.prop6 = $(this).attr("data-valor");}else{window.s.prop3="", window.s.prop6=""}window.s.prop4 = "";window.s.eVar22 = "";window.s.eVar23 = "";window.s_Ping(true);}$(".paginacaoValor").removeClass("activePagination").attr('aria-current', 'false'), $(this).addClass("activePagination").attr('aria-current', 'true');var a = $(this).attr("data-valor"),i = a * porPagina,o = i - porPagina;$("." + productItems).addClass("hideItem"), exibir = $("." + productItems).slice(o, i).removeClass("hideItem"), "1" === a ? $("#beforePagination").addClass("hidearrow") : $("#beforePagination").removeClass("hidearrow"), a === "" + $(".paginacaoValor:last").attr("data-valor") ? $("#afterPagination").addClass("hidearrow") : $("#afterPagination").removeClass("hidearrow"), paginationShow();$("#paginationAnnounce").html($(this).attr("data-valor") + " of " +$(".paginacaoValor").length);$('html, body').animate({scrollTop: $("#productList").offset().top - 200}, 500);$("#productList").focus();}), $(".paginacaoValor").last().after($("#afterPagination")), $("#beforePagination").on("click", function() {var a = $(".activePagination").attr("data-valor"),i = parseInt(a) - 1;$("[data-valor=" + i + "]").click(), paginationShow();}), $("#afterPagination").on("click", function() {var a = $(".activePagination").attr("data-valor"),i = parseInt(a) + 1;$("[data-valor=" + i + "]").click(), paginationShow();}), $(".paginacaoValor").css("float", "left"), $("." + paginationArrowsClass).css("float", "left");if($("#productList li").length<=itemsPerPage){$("#pagination-container").hide();}else{$("#pagination-container").show();}}}}, 10);

          Frequently asked questions

          Open all Close all
            • What is Oracle Cloud Free Tier?

              Oracle Cloud Free Tier allows you to sign up for an Oracle Cloud account which provides a number of Always Free services and a Free Trial with US$300 of free credit to use on all eligible Oracle Cloud Infrastructure services for up to 30 days. The Always Free services are available for an unlimited period of time. The Free Trial services may be used until your US$300 of free credits are consumed or the 30 days has expired, whichever comes first.

            • What are Always Free services?

              Always Free services are part of Oracle Cloud Free Tier. Always Free services are available for an unlimited time. Some limitations apply. As new Always Free services become available, you will automatically be able to use those as well.

              The following services are available as Always Free:

              • AMD-based Compute
              • Arm-based Ampere A1 Compute
              • Block Volume
              • Object Storage
              • Archive Storage
              • Flexible Load Balancer
              • Flexible Network Load Balancer
              • Site-to-Site VPN
              • Autonomous Data Warehouse
              • Autonomous Transaction Processing
              • Autonomous JSON Database
              • NoSQL Database (Phoenix Region only)
              • APEX Application Development
              • Resource Manager (Terraform)
              • Monitoring
              • Notifications
              • Logging
              • Application Performance Monitoring
              • Service Connector Hub
              • Vault
              • Bastions
              • Security Advisor
              • Virtual Cloud Networks
              • Site-to-Site VPN
              • Content Management Starter Edition
              • Email Delivery
            • Is Oracle Cloud Free Tier available in all countries?

              Oracle Cloud Free Tier is currently available in all regions where commercial Oracle Cloud Infrastructure service is available. See the data regions page for detailed service availability. *** If your first-choice data region isn’t available, please select an adjacent region. If you are unable to find the country or territory you require, please contact Oracle Sales or Cloud Support using the Chat link in the menu bar. The Oracle Sales team can help you sign up for Oracle Cloud Free Tier.

            • Who is eligible for Oracle Cloud Free Tier?

              One Oracle Cloud Free Trial or Always Free account is permitted per person. Please note:

              • Creating or attempting to create multiple free accounts is prohibited.
              • All contact and billing information provided must be accurate, valid, and used with consent for the duration of the account.
              • Failure to comply with these requirements may result in the suspension or termination of your account.
            • Why do I need to provide credit or debit card information when I sign up for Oracle Cloud Free Tier?

              To provide free Oracle Cloud accounts to our valued customers, we need to ensure that you are who you say you are. We use your contact information and credit/debit card information for account setup and identity verification. Oracle may periodically check the validity of your card, resulting in a temporary “authorization” hold. These holds are removed by your bank, typically within three to five days, and do not result in actual charges to your account.

            • What payment methods does Oracle accept?

              We accept credit cards and debit cards that function like credit cards. We do not accept debit cards with a PIN or virtual, single-use, or prepaid cards.

          View all Oracle Cloud Free Tier frequently asked questions

          * Free Tier is generally available in regions where commercial Oracle Cloud Infrastructure service is available. See the data regions page for detailed service availability (the exact regions available for Free Tier may differ during the sign-up process). The US$300 cloud credit is available in select countries and valid for up to 30 days. Cloud credit consumption can be subject to discounted rates during the 30-day promotional period. The capacity limits listed under each service are only estimates and reflect the maximum capacity you can get if you consume your entire credit on one service during the promotional period. The maximum capacity per service you get can be less if you consume multiple services. The list of services and capacity estimates are subject to change. Your credit balance is available to you in the Oracle Cloud Infrastructure Console.

          ** 1 OCPU on x86 CPU Architecture (AMD and Intel) = 2 vCPUs; 1 OCPU on Arm CPU Architecture (Ampere) = 1 vCPU

          *** Availability to Free Tier is subject to capacity limits.

          Access Cloud Services for Free (2024)

          References

          Top Articles
          Latest Posts
          Article information

          Author: Edmund Hettinger DC

          Last Updated:

          Views: 6075

          Rating: 4.8 / 5 (58 voted)

          Reviews: 89% of readers found this page helpful

          Author information

          Name: Edmund Hettinger DC

          Birthday: 1994-08-17

          Address: 2033 Gerhold Pine, Port Jocelyn, VA 12101-5654

          Phone: +8524399971620

          Job: Central Manufacturing Supervisor

          Hobby: Jogging, Metalworking, Tai chi, Shopping, Puzzles, Rock climbing, Crocheting

          Introduction: My name is Edmund Hettinger DC, I am a adventurous, colorful, gifted, determined, precious, open, colorful person who loves writing and wants to share my knowledge and understanding with you.