feat(selfhosting): add note about estimated costs in Free Tier setup

This commit is contained in:
Viren070
2025-04-04 23:27:30 +01:00
parent 3540edc65e
commit 1493773112
+6
View File
@@ -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