Oracle Cloud Free Tier

Build, test, and deploy applications on Oracle Cloud—for free.

Here is how Oracle Cloud Free Tier works

  • 1

    Start with a US$300 cloud credit.*
    You’ll have 30 days to use it to test your applications on all OCI services, in addition to Always Free Services in your Free Tier account.

  • 2

    At any time during or after the 30-day period,* switch to a Pay As You Go account. Pay only for services that exceed the monthly free amounts from Always Free Services.

  • 3

    If you do nothing after 30 days, you’ll continue to get Always Free Services in your Free Tier account.

Oracle Cloud Free Tier

Get cloud credits and start using Oracle Cloud services.

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 && allowedUrlFilters.includes(filterType)){ if(filterType==='search'){ $("#searchFilter").val(filterVal); searchCards(); return; } if(filterVal.toLowerCase()==='free'&&filterType==='tier_type') { filterVal='alwaysfree'; } $("#"+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" ); // } // } const scrollContainer=document.getElementById('free-cloud-trial'); const header = document.getElementById('u30')||document.getElementById('su01'); const scrollTo = (scrollContainer?.offsetTop||0) - (header?.offsetHeight||0); window.scroll({ behavior: 'smooth', top: scrollTo }); } } } } } $(".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; }); clearParams(allowedUrlFilters); 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); } } if($("#featured_product").find("input:checkbox:checked").length===0){ clearParams(['featured_product']); } } 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{ clearParams(['tier_type']); 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," search function 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(); clearParams(['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); } $("#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; clearParams(['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); } 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(); } } } function clearParams(params){ let urlParams = new URLSearchParams(location.search) params.forEach((param)=>{ urlParams.delete(param); }) history.replaceState(null, '', location.pathname +(urlParams.size>0?'?' + urlParams:'') + location.hash); } }, 10);

    Here are some resources to enhance your Oracle Cloud Free Tier experience

    Frequently asked questions

    Open all Close all

    View all Oracle Cloud Free Tier FAQ

    *Free Tier is generally available in regions where commercial Oracle Cloud Infrastructure service is available See the data regions page for detailed service availability (Exact regions available for Free Tier may differ during signup process). The US$300 cloud credit is available in select countries and valid for up to 30 days. Cloud credits consumption can be subject to discounted rates during the 30-day promotional period.

    ** Availability to Free Tier is subject to capacity limits. 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.