3
3
# these resources are not free.
4
4
# See docs: https://infracost.io/usage-file/
5
5
version : 0.1
6
+ resource_usage :
7
+ module.frontend.aws_s3_bucket.frontend :
8
+ standard : # Usages of S3 Standard:
9
+ storage_gb : 1 # Total storage in GB.
10
+ monthly_tier_1_requests : 10000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
11
+ monthly_tier_2_requests : 125000 # Monthly GET, SELECT, and all other requests (Tier 2).
12
+ monthly_select_data_scanned_gb : 0
13
+ monthly_select_data_returned_gb : 0
14
+ intelligent_tiering : # Usages of S3 Intelligent - Tiering:
15
+ frequent_access_storage_gb : 0 # Total storage for Frequent Access Tier in GB.
16
+ infrequent_access_storage_gb : 0 # Total storage for Infrequent Access Tier in GB.
17
+ monitored_objects : 0 # Total objects monitored by the Intelligent Tiering.
18
+ monthly_tier_1_requests : 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
19
+ monthly_tier_2_requests : 0 # Monthly GET, SELECT, and all other requests (Tier 2).
20
+ monthly_lifecycle_transition_requests : 0 # Monthly Lifecycle Transition requests.
21
+ monthly_select_data_scanned_gb : 0 # Monthly data scanned by S3 Select in GB.
22
+ monthly_select_data_returned_gb : 0 # Monthly data returned by S3 Select in GB.
23
+ early_delete_gb : 0 # If an archive is deleted within 1 months of being uploaded, you will be charged an early deletion fee per GB.
24
+
6
25
resource_type_default_usage :
7
26
aws_acmpca_certificate_authority :
8
27
monthly_requests : 6 # Monthly private certificate requests.
@@ -40,53 +59,53 @@ resource_type_default_usage:
40
59
monthly_duration_secs : 62500 # Monthly duration of non-free handler operations that go above 30 seconds, in seconds.
41
60
aws_cloudfront_distribution :
42
61
monthly_data_transfer_to_internet_gb : # Monthly regional data transfer out to internet from the following, in GB:
43
- us : 60 # United States, Mexico, Canada
44
- europe : 60 # Europe, Israel
62
+ us : 20 # United States, Mexico, Canada
63
+ europe : 10 # Europe, Israel
45
64
south_africa : 0 # South Africa, Kenya, Middle East
46
65
south_america : 0 # South America
47
66
japan : 0 # Japan
48
67
australia : 0 # Australia, New Zealand
49
68
asia_pacific : 0 # Hong Kong, Philippines, Singapore, South Korea, Taiwan, Thailand
50
69
india : 0 # India
51
70
monthly_data_transfer_to_origin_gb : # Monthly regional data transfer out to origin from the following, in GB:
52
- us : 250 # United States, Mexico, Canada
53
- europe : 250 # Europe, Israel
71
+ us : 20 # United States, Mexico, Canada
72
+ europe : 10 # Europe, Israel
54
73
south_africa : 0 # South Africa, Kenya, Middle East
55
74
south_america : 0 # South America
56
75
japan : 0 # Japan
57
76
australia : 0 # Australia, New Zealand
58
77
asia_pacific : 0 # Hong Kong, Philippines, Singapore, South Korea, Taiwan, Thailand
59
78
india : 0 # India
60
79
monthly_http_requests : # Monthly number of HTTP requests to:
61
- us : 6750000 # United States, Mexico, Canada
62
- europe : 5750000 # Europe, Israel
80
+ us : 100000 # United States, Mexico, Canada
81
+ europe : 20000 # Europe, Israel
63
82
south_africa : 0 # South Africa, Kenya, Middle East
64
83
south_america : 0 # South America
65
84
japan : 0 # Japan
66
85
australia : 0 # Australia, New Zealand
67
86
asia_pacific : 0 # Hong Kong, Philippines, Singapore, South Korea, Taiwan, Thailand
68
87
india : 0 # India
69
88
monthly_https_requests : # Monthly number of HTTPS requests to:
70
- us : 5000000 # United States, Mexico, Canada
71
- europe : 4250000 # Europe, Israel
89
+ us : 200000 # United States, Mexico, Canada
90
+ europe : 20000 # Europe, Israel
72
91
south_africa : 0 # South Africa, Kenya, Middle East
73
92
south_america : 0 # South America
74
93
japan : 0 # Japan
75
94
australia : 0 # Australia, New Zealand
76
95
asia_pacific : 0 # Hong Kong, Philippines, Singapore, South Korea, Taiwan, Thailand
77
96
india : 0 # India
78
97
monthly_shield_requests : # Monthly number of shield requests to:
79
- us : 3125000 # United States
80
- europe : 3125000 # Europe
98
+ us : 0 # United States
99
+ europe : 0 # Europe
81
100
south_america : 0 # South America
82
101
japan : 0 # Japan
83
102
australia : 0 # Australia
84
103
singapore : 0 # Singapore
85
104
south_korea : 0 # South Korea
86
105
india : 0 # India
87
106
monthly_invalidation_requests : 1250 # Monthly number of invalidation requests.
88
- monthly_encryption_requests : 2500000 # Monthly number of field level encryption requests.
89
- monthly_log_lines : 500000000 # Monthly number of real-time log lines.
107
+ monthly_encryption_requests : 0 # Monthly number of field level encryption requests.
108
+ monthly_log_lines : 0 # Monthly number of real-time log lines.
90
109
custom_ssl_certificates : 0 # Number of dedicated IP custom SSL certificates.
91
110
aws_cloudhsm_v2_hsm :
92
111
monthly_hrs : 3.125 # Monthly number of hours the HSM ran for.
@@ -101,9 +120,9 @@ resource_type_default_usage:
101
120
archive_storage_gb : 217 # Archive storage used for event replay in GB.
102
121
monthly_schema_discovery_events : 50000000 # Monthly events ingested for schema discovery. Each 8 KB chunk of payload is billed as 1 event.
103
122
aws_cloudwatch_log_group :
104
- storage_gb : 166 # Total data stored by CloudWatch logs in GB.
105
- monthly_data_ingested_gb : 10 # Monthly data ingested by CloudWatch logs in GB.
106
- monthly_data_scanned_gb : 1000 # Monthly data scanned by CloudWatch logs insights in GB.
123
+ storage_gb : 2 # Total data stored by CloudWatch logs in GB.
124
+ monthly_data_ingested_gb : 0.5 # Monthly data ingested by CloudWatch logs in GB.
125
+ monthly_data_scanned_gb : 1 # Monthly data scanned by CloudWatch logs insights in GB.
107
126
aws_codebuild_project :
108
127
monthly_build_mins : 500 # Monthly total duration of builds in minutes. Each build is rounded up to the nearest minute.
109
128
aws_config_config_rule :
@@ -117,7 +136,7 @@ resource_type_default_usage:
117
136
monthly_rule_evaluations : 5000 # Monthly config rule evaluations.
118
137
aws_db_instance :
119
138
additional_backup_storage_gb : 238 # Amount of backup storage used that is in excess of 100% of the storage size for all databases in GB.
120
- monthly_standard_io_requests : 50000000 # Monthly number of input /output requests for database.
139
+ monthly_standard_io_requests : 50000000 # Monthly number of ∂tinput /output requests for database.
121
140
monthly_additional_performance_insights_requests : 500000 # Monthly Performance Insights API requests above the 1000000 requests included in the free tier.
122
141
aws_directory_service_directory :
123
142
additional_domain_controllers : 0.135 # The number of domain controllers in the directory service provisioned in addition to the minimum 2 controllers
@@ -133,13 +152,13 @@ resource_type_default_usage:
133
152
aws_dx_gateway_association :
134
153
monthly_data_processed_gb : 250 # Monthly data processed by the DX gateway association per month in GB.
135
154
aws_dynamodb_table :
136
- monthly_write_request_units : 4000000 # Monthly write request units in (used for on-demand DynamoDB).
137
- monthly_read_request_units : 20000000 # Monthly read request units in (used for on-demand DynamoDB).
138
- storage_gb : 20 # Total storage for tables in GB.
139
- pitr_backup_storage_gb : 25 # Total storage for Point-In-Time Recovery (PITR) backups in GB.
140
- on_demand_backup_storage_gb : 50 # Total storage for on-demand backups in GB.
141
- monthly_data_restored_gb : 33 # Monthly size of restored data in GB.
142
- monthly_streams_read_request_units : 25000000 # Monthly streams read request units.
155
+ monthly_write_request_units : 150 # Monthly write request units in (used for on-demand DynamoDB).
156
+ monthly_read_request_units : 300 # Monthly read request units in (used for on-demand DynamoDB).
157
+ storage_gb : 3 # Total storage for tables in GB.
158
+ pitr_backup_storage_gb : 6 # Total storage for Point-In-Time Recovery (PITR) backups in GB.
159
+ on_demand_backup_storage_gb : 6 # Total storage for on-demand backups in GB.
160
+ monthly_data_restored_gb : 3 # Monthly size of restored data in GB.
161
+ monthly_streams_read_request_units : 700 # Monthly streams read request units.
143
162
aws_ebs_snapshot :
144
163
monthly_list_block_requests : 8333333 # Monthly number of ListChangedBlocks and ListSnapshotBlocks requests.
145
164
monthly_get_block_requests : 1666666 # Monthly number of GetSnapshotBlock requests (block size is 512KiB).
@@ -193,7 +212,7 @@ resource_type_default_usage:
193
212
monthly_on_demand_extended_retention_gb : 50 # Monthly data stored by the stream in GB that exceeds the 24 hour retention period but is less than 7 days.
194
213
monthly_on_demand_long_term_retention_gb : 217 # Monthly data stored by the stream in GB that exceeds the 7 day retention period.
195
214
monthly_provisioned_put_units : 357142857 # Monthly provisioned put units for the stream.
196
- monthly_provisioned_extended_retention_gb : 250 # Monthly data stored by the stream in GB that exceeds the 24 hour retention period but is less than 7 days.
215
+ monthly_provisioned_extended_retention_gb : 250 # Monthly data stored by the stream in GB that exceeds the 24 hour retention period but is less than 7 days.
197
216
monthly_provisioned_long_term_retention_gb : 217 # Monthly data stored by the stream in GB that exceeds the 7 day retention period.
198
217
monthly_provisioned_long_term_retrieval_gb : 238 # Monthly data retrieved by the stream in GB that exceeds the 7 day retention period.
199
218
monthly_provisioned_efo_data_out_gb : 384 # Monthly data egressed by the stream in GB to EFO consumers.
@@ -258,15 +277,15 @@ resource_type_default_usage:
258
277
aws_s3_bucket_inventory :
259
278
monthly_listed_objects : 2000000000 # Monthly number of listed objects.
260
279
aws_s3_bucket :
261
- object_tags : 5000000 # Total object tags. Only for AWS provider V3.
280
+ object_tags : 50000 # Total object tags. Only for AWS provider V3.
262
281
standard : # Usages of S3 Standard:
263
- storage_gb : 225 # Total storage in GB.
264
- monthly_tier_1_requests : 1000000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
265
- monthly_tier_2_requests : 12500000 # Monthly GET, SELECT, and all other requests (Tier 2).
282
+ storage_gb : 10 # Total storage in GB.
283
+ monthly_tier_1_requests : 10000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
284
+ monthly_tier_2_requests : 125000 # Monthly GET, SELECT, and all other requests (Tier 2).
266
285
monthly_select_data_scanned_gb : 2500 # Monthly data scanned by S3 Select in GB.
267
286
monthly_select_data_returned_gb : 7250 # Monthly data returned by S3 Select in GB.
268
287
intelligent_tiering : # Usages of S3 Intelligent - Tiering:
269
- frequent_access_storage_gb : 0 # Total storage for Frequent Access Tier in GB.
288
+ frequent_access_storage_gb : 30 # Total storage for Frequent Access Tier in GB.
270
289
infrequent_access_storage_gb : 0 # Total storage for Infrequent Access Tier in GB.
271
290
monitored_objects : 0 # Total objects monitored by the Intelligent Tiering.
272
291
monthly_tier_1_requests : 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
@@ -335,8 +354,8 @@ resource_type_default_usage:
335
354
sms_subscriptions : 0 # Number of SMS subscriptions
336
355
sms_notification_price : 0.002 # Average price for each SMS notification
337
356
aws_sqs_queue :
338
- monthly_requests : 12500000 # Monthly requests to SQS.
339
- request_size_kb : 16 # Size of requests to SQS, billed in 64KB chunks. So 1M requests at 128KB uses 2M requests.
357
+ monthly_requests : 50000 # Monthly requests to SQS.
358
+ request_size_kb : 64 # Size of requests to SQS, billed in 64KB chunks. So 1M requests at 128KB uses 2M requests.
340
359
aws_ssm_activation :
341
360
instances : 1 # Number of instances being managed.
342
361
aws_ssm_parameter :
0 commit comments