From 14937731128b04ac33fe6af1d53e07cbe12b65fc Mon Sep 17 00:00:00 2001 From: Viren070 Date: Fri, 4 Apr 2025 23:27:30 +0100 Subject: [PATCH] feat(selfhosting): add note about estimated costs in Free Tier setup --- docs/selfhosting/oracle.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/selfhosting/oracle.mdx b/docs/selfhosting/oracle.mdx index ce5fcd8..ea247e0 100644 --- a/docs/selfhosting/oracle.mdx +++ b/docs/selfhosting/oracle.mdx @@ -104,6 +104,12 @@ To use the Oracle Cloud Free Tier, you need a valid credit/debit card. Virtual/P 2. Set the boot volume size to 200. 3. Set the `Boot volume performance to `120`. +:::note +At this point, you may see that you have an estimated cost which is not free. +This is because the cost estimator does not take into account the 200GB Free Tier discount. +You can confirm this at Oracle's [Cost Estimator](https://www.oracle.com/uk/cloud/costestimator.html) page. +::: + 8. Finally, click on `Create` to create your VM instance. :::tip