-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#WMS ID: 11116 - [Quarterly REVIEW + Additional lab] - "Kick Your Ora…
…cle Cloud Part I" (#50) Quarterly REVIEW + additional lab Updated all the existing labs (replaced some of the videos and images) and added a new optional lab.
- Loading branch information
Showing
47 changed files
with
247 additions
and
71 deletions.
There are no files selected for viewing
129 changes: 129 additions & 0 deletions
129
oci-ignite-workshop/budget-cost-analyse/budget-cost-analyse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
# Cost Management | ||
|
||
<if type="livelabs"> | ||
## Introduction | ||
|
||
Oracle Cloud Infrastructure provides various billing and cost management tools that make it easy to manage your service costs. You can estimate costs, create budgets to set spending thresholds, view usage, and visualize your spending with charts and reports. View your subscription details, invoices, payment history, manage your payment method, and earn rewards. | ||
|
||
There are multiple ways to visualize and manage costs such as: | ||
|
||
|
||
- **Cost Analysis** | ||
|
||
Cost Analysis provides easy-to-use visualization tools to help you track and optimize your Oracle Cloud Infrastructure spending. | ||
|
||
- **Budgets** | ||
|
||
Use Budgets to set thresholds for your Oracle Cloud Infrastructure spending. You can set alerts on your budget to let you know when you might exceed your budget, and you can view all of your budgets and spending from one single place in the Oracle Cloud Infrastructure Console. | ||
|
||
- **Cost and Usage Reports** | ||
|
||
A cost report is a comma-separated value (CSV) file that is similar to a usage report, but also includes cost columns. The report can be used to obtain a breakdown of your invoice line items at resource-level granularity. As a result, you can optimize your Oracle Cloud Infrastructure spending, and make more informed cloud spending decisions. | ||
|
||
A usage report is a comma-separated value (CSV) file that can be used to get a detailed breakdown of resources in Oracle Cloud Infrastructure for audit or invoice reconciliation. | ||
|
||
- **Cost Estimator** | ||
|
||
The Cloud Cost Estimator helps you figure out your estimated monthly usage and costs for Oracle's Infrastructure and Platform Cloud services, before you commit to an amount. See [Estimate your monthly costs](https://www.oracle.com/cloud/costestimator.html) for more information. | ||
|
||
You are running this workshop in a LiveLabs environment. Our LiveLabs environments do not allow to read/manage the **Billing & Cost Management** section, so you will not follow this workshop. However, you can see how to manage your costs by watching these short videos: | ||
|
||
[Cost analysis in Oracle Cloud](youtube:n-pDlNorogQ) | ||
|
||
[Estimate Your Monthly Costs Now](youtube:bZHKGFA7Hs0) | ||
|
||
[Cost Management & Budgets](youtube:oyzSjskTsVY) | ||
</if> | ||
|
||
<if type="tenancy"> | ||
## Introduction | ||
|
||
Oracle Cloud Infrastructure provides various billing and cost management tools that make it easy to manage your service costs. You can estimate costs, create budgets to set spending thresholds, view usage, and visualize your spending with charts and reports. View your subscription details, invoices, payment history, manage your payment method, and earn rewards. | ||
|
||
There are multiple ways to visualize and manage costs such as: | ||
|
||
|
||
- **Cost Analysis** | ||
|
||
Cost Analysis provides easy-to-use visualization tools to help you track and optimize your Oracle Cloud Infrastructure spending. | ||
|
||
[Cost analysis in Oracle Cloud](youtube:n-pDlNorogQ) | ||
|
||
- **Budgets** | ||
|
||
Use Budgets to set thresholds for your Oracle Cloud Infrastructure spending. You can set alerts on your budget to let you know when you might exceed your budget, and you can view all of your budgets and spending from one single place in the Oracle Cloud Infrastructure Console. | ||
|
||
[Cost Management & Budgets](youtube:oyzSjskTsVY) | ||
|
||
- **Cost and Usage Reports** | ||
|
||
A cost report is a comma-separated value (CSV) file that is similar to a usage report, but also includes cost columns. The report can be used to obtain a breakdown of your invoice line items at resource-level granularity. As a result, you can optimize your Oracle Cloud Infrastructure spending, and make more informed cloud spending decisions. | ||
|
||
A usage report is a comma-separated value (CSV) file that can be used to get a detailed breakdown of resources in Oracle Cloud Infrastructure for audit or invoice reconciliation. | ||
|
||
- **Cost Estimator** | ||
|
||
The Cloud Cost Estimator helps you figure out your estimated monthly usage and costs for Oracle's Infrastructure and Platform Cloud services, before you commit to an amount. See [Estimate your monthly costs](https://www.oracle.com/cloud/costestimator.html) for more information. | ||
|
||
[Estimate Your Monthly Costs Now](youtube:bZHKGFA7Hs0) | ||
|
||
## Task 1: Cost Analysis | ||
|
||
1. On the Oracle Cloud Infrastructure Console Home page, under the **Billing & Cost Management** header, click **Cost Analysis**. | ||
|
||
![Navigate to Cost Analysis](images/cost_analyse_navigation.png " ") | ||
|
||
2. By default, you will see the costs generated from the beginning of the curent month up until the present day. | ||
|
||
![Cost Analysis Filters](images/cost_analyse_1.png " ") | ||
|
||
3. You will be presented with an easy to read graphic diagram that contains all the services that generate consumption. | ||
|
||
![Cost Analysis Costs](images/cost_analyse_2.png " ") | ||
|
||
|
||
|
||
## Task 2: Budgets & Budget Alert Rule | ||
|
||
|
||
1. On the Oracle Cloud Infrastructure Console Home page, under the **Billing & Cost Management** header, click **Budgets**. | ||
|
||
![Navigate to Budgets](images/budgets_navigation.png " ") | ||
|
||
|
||
2. While in the **Budgets** menu, click **Create Budget**. | ||
|
||
![Create a Budget](images/budgets_create.png " ") | ||
|
||
|
||
3. After clicking **Create Budget** provide the following details: | ||
|
||
- **Budget Scope:** Compartment | ||
- **Name:** Sandbox_budget | ||
- **Description:** A budget created for the Sandbox compartment | ||
- **Target Compartment:** Sandbox | ||
- **Schedule:** Monthly | ||
- **Budget Amount (in USD):** 100 | ||
- **Day of the month to begin budget processing:** 1 | ||
|
||
![Create a Budget](images/budgets_creation.png " ") | ||
|
||
|
||
4. **Do not click on create yet.** Scroll lower and set up an **Budget Alert Rule**. | ||
|
||
- **Threshold Metric:** Actual Spend | ||
- **Threshold Type:** Percentage of Budget | ||
- **Threshold:** 90 | ||
- **Email Recepients:** The admins that you want to alert | ||
- **Email Message:** An informative message about the threshold that has been reached | ||
- After you configured your **Budget Alert Rule**, click on **Create** | ||
|
||
![Create a Budget](images/alert_creation.png " ") | ||
|
||
</if> | ||
|
||
## Acknowledgements | ||
|
||
- **Author** - Radu Birsan, Alexandra Iancu | ||
- **Contributors** - Cristian Manea, Radu Chiru | ||
- **Last Updated By/Date** - Radu Birsan, Alexandra Iancu, April 2024 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+38.6 KB
oci-ignite-workshop/budget-cost-analyse/images/budgets_navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+39.1 KB
oci-ignite-workshop/budget-cost-analyse/images/cost_analyse_navigation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-79.4 KB
(82%)
oci-ignite-workshop/create-compute/images/create-compute1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+3.16 KB
(110%)
oci-ignite-workshop/create-compute/images/create-compute2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+19.6 KB
(160%)
oci-ignite-workshop/create-compute/images/create-compute4b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-80.8 KB
(80%)
oci-ignite-workshop/create-object-storage/object-storage/images/bucket-details.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-339 KB
(48%)
oci-ignite-workshop/create-object-storage/object-storage/images/buckets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-382 KB
(45%)
oci-ignite-workshop/create-object-storage/object-storage/images/create-bucket.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-20.8 KB
(91%)
...ite-workshop/create-object-storage/object-storage/images/upload-sample-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-185 KB
(62%)
oci-ignite-workshop/create-object-storage/object-storage/images/upload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-384 KB
(12%)
oci-ignite-workshop/create-vcn/images/create-vcn-click-wizard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11.7 KB
(120%)
oci-ignite-workshop/create-vcn/images/vcn-configuration.png
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.