Skip to content

Commit 9955a42

Browse files
authored
adding estimated-usage.yml (#90)
1 parent b69fffb commit 9955a42

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

estimated-usage.yml

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
# You can use this file to define resource usage estimates for Infracost to use when calculating
2+
# the cost of usage-based resource, such as AWS S3 or Lambda.
3+
# `infracost breakdown --usage-file infracost-usage.yml [other flags]`
4+
# See https://infracost.io/usage-file/ for docs
5+
version: 0.1
6+
resource_type_default_usage:
7+
##
8+
## The following usage values apply to each resource of the given type, which is useful when you want to define defaults.
9+
## All values are commented-out, you can uncomment resource types and customize as needed.
10+
##
11+
ibm_resource_instance:
12+
appconnect_gigabyte_transmitted_outbounds: 1
13+
appconnect_thousand_runs: 1
14+
appconnect_vcpu_hours: 730
15+
appid_advanced_authentications: 20000
16+
appid_authentications: 15000
17+
appid_users: 1000
18+
kms_key_versions: 6
19+
secretsmanager_active_secrets: 1
20+
secretsmanager_instance: 1
21+
logdna_gigabyte_months: 1
22+
activitytracker_gigabyte_months: 1
23+
monitoring_node_hour: 700.0
24+
monitoring_container_hour: 700.0
25+
monitoring_api_call: 1000
26+
monitoring_timeseries_hour: 101000
27+
continuousdelivery_authorized_users: 1
28+
wml_capacity_unit_hour: 20
29+
wml_instance: 1
30+
wml_class1_ru: 20
31+
wml_class2_ru: 20
32+
wml_class3_ru: 20
33+
wa_instance: 1
34+
wa_monthly_active_users: 1001
35+
wa_monthly_voice_users: 1
36+
wd_instance: 1
37+
wd_documents: 11000
38+
wd_queries: 11000
39+
wd_custom_models: 4
40+
wd_collections: 301
41+
scc_evaluations: 1
42+
data-science-experience_CAPACITY_UNIT_HOURS: 1.0
43+
sysdig-secure_MULTI_CLOUD_CSPM_COMPUTE_INSTANCES: 0.0
44+
sysdig-secure_NODE_HOURS: 0.0
45+
sysdig-secure_VM_NODE_HOUR: 501
46+
aiopenscale_RESOURCE_UNITS: 1.0
47+
aiopenscale_MODELS_PER_MONTH: 1.0
48+
49+
resource_usage:
50+
##
51+
## The following usage values apply to individual resources and override any value defined in the resource_type_default_usage section.
52+
## All values are commented-out, you can uncomment resources and customize as needed.
53+
##
54+
module.cos_bucket[0].module.buckets["core-security-log-archive-cos-bucket"].ibm_cos_bucket.cos_bucket[0]:
55+
archive_capacity: 10.0 # Amount of your estimated archive storage in GB
56+
archive_restore: 10.0 # Amount of data restored from its archived state in GB
57+
accelerated_archive_capacity: 10.0 # Amount of your estimated archive storage in GB
58+
accelerated_archive_restore: 10.0 # Amount of data restored from its archived state in GB
59+
aspera_ingress: 0.0 # Amount of data uploaded with Aspera in GB
60+
aspera_egress: 0.0 # Amount of data downloaded with Aspera in GB
61+
class_a_request_count: 30 # Monthly number of Class A requests, 1k
62+
class_b_request_count: 0 # Monthly number of Class B requests 10k
63+
monthly_average_capacity: 10 # Average amount of data stored in GB
64+
monthly_data_retrieval: 10 # Amount of data retrieved in GB
65+
public_standard_egress: 0.0 # Amount of data downloaded in GB
66+
module.cos_bucket[0].module.buckets["core-security-at-events-cos-bucket"].ibm_cos_bucket.cos_bucket[0]:
67+
archive_capacity: 10.0 # Amount of your estimated archive storage in GB
68+
archive_restore: 10.0 # Amount of data restored from its archived state in GB
69+
accelerated_archive_capacity: 10.0 # Amount of your estimated archive storage in GB
70+
accelerated_archive_restore: 10.0 # Amount of data restored from its archived state in GB
71+
aspera_ingress: 0.0 # Amount of data uploaded with Aspera in GB
72+
aspera_egress: 0.0 # Amount of data downloaded with Aspera in GB
73+
class_a_request_count: 30 # Monthly number of Class A requests, 1k
74+
class_b_request_count: 0 # Monthly number of Class B requests 10k
75+
monthly_average_capacity: 10 # Average amount of data stored in GB
76+
monthly_data_retrieval: 10 # Amount of data retrieved in GB
77+
public_standard_egress: 0.0 # Amount of data downloaded in GB

0 commit comments

Comments
 (0)