-
Notifications
You must be signed in to change notification settings - Fork 0
/
infracost-usage.yml
68 lines (68 loc) · 5.42 KB
/
infracost-usage.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# You can use this file to define resource usage estimates for Infracost to use when calculating
# the cost of usage-based resource, such as AWS S3 or Lambda.
# `infracost breakdown --usage-file infracost-usage.yml [other flags]`
# See https://infracost.io/usage-file/ for docs
version: 0.1
resource_usage:
aws_s3_bucket.hugs:
# object_tags: 0 # Total object tags. Only for AWS provider V3.
standard:
storage_gb: 700.0 # Total storage in GB.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB.
# monthly_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB.
# intelligent_tiering:
# frequent_access_storage_gb: 0.0 # Total storage for Frequent Access Tier in GB.
# infrequent_access_storage_gb: 0.0 # Total storage for Infrequent Access Tier in GB.
# monitored_objects: 0 # Total objects monitored by the Intelligent Tiering.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_lifecycle_transition_requests: 0 # Monthly Lifecycle Transition requests.
# monthly_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB.
# monthly_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB.
# early_delete_gb: 0.0 # If an archive is deleted within 1 months of being uploaded, you will be charged an early deletion fee per GB.
# archive_access_storage_gb: 0.0
# deep_archive_access_storage_gb: 0.0
# standard_infrequent_access:
# storage_gb: 0.0 # Total storage in GB.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_lifecycle_transition_requests: 0 # Monthly Lifecycle Transition requests.
# monthly_data_retrieval_gb: 0.0 # Monthly data retrievals in GB
# monthly_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB.
# monthly_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB.
# one_zone_infrequent_access:
# storage_gb: 0.0 # Total storage in GB.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_lifecycle_transition_requests: 0 # Monthly Lifecycle Transition requests.
# monthly_data_retrieval_gb: 0.0 # Monthly data retrievals in GB
# monthly_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB.
# monthly_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB.
# glacier_flexible_retrieval:
# storage_gb: 0 # Total storage in GB.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_lifecycle_transition_requests: 0 # Monthly Lifecycle Transition requests.
# monthly_standard_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB (for standard level of S3 Glacier).
# monthly_standard_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB (for standard level of S3 Glacier).
# monthly_bulk_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB (for bulk level of S3 Glacier)
# monthly_bulk_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB (for bulk level of S3 Glacier)
# monthly_expedited_select_data_scanned_gb: 0.0 # Monthly data scanned by S3 Select in GB (for expedited level of S3 Glacier)
# monthly_expedited_select_data_returned_gb: 0.0 # Monthly data returned by S3 Select in GB (for expedited level of S3 Glacier)
# monthly_standard_data_retrieval_requests: 0 # Monthly data Retrieval requests (for standard level of S3 Glacier).
# monthly_expedited_data_retrieval_requests: 0 # Monthly data Retrieval requests (for expedited level of S3 Glacier).
# monthly_standard_data_retrieval_gb: 0.0 # Monthly data retrievals in GB (for standard level of S3 Glacier).
# monthly_expedited_data_retrieval_gb: 0.0 # Monthly data retrievals in GB (for expedited level of S3 Glacier).
# early_delete_gb: 0.0 # If an archive is deleted within 3 months of being uploaded, you will be charged an early deletion fee per GB.
# glacier_deep_archive:
# storage_gb: 0.0 # Total storage in GB.
# monthly_tier_1_requests: 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
# monthly_tier_2_requests: 0 # Monthly GET, SELECT, and all other requests (Tier 2).
# monthly_lifecycle_transition_requests: 0 # Monthly Lifecycle Transition requests.
# monthly_standard_data_retrieval_requests: 0 # Monthly data Retrieval requests (for standard level of S3 Glacier).
# monthly_bulk_data_retrieval_requests: 0 # Monthly data Retrieval requests (for bulk level of S3 Glacier).
# monthly_standard_data_retrieval_gb: 0.0 # Monthly data retrievals in GB (for standard level of S3 Glacier).
# monthly_bulk_data_retrieval_gb: 0.0 # Monthly data retrievals in GB (for bulk level of S3 Glacier).
# early_delete_gb: 0.0 # If an archive is deleted within 6 months of being uploaded, you will be charged an early deletion fee per GB.