@@ -21,6 +21,25 @@ resource_usage:
2121 monthly_select_data_scanned_gb : 0 # Monthly data scanned by S3 Select in GB.
2222 monthly_select_data_returned_gb : 0 # Monthly data returned by S3 Select in GB.
2323 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+ module.ttl_archiver.aws_s3_bucket.this :
25+ aws_s3_bucket :
26+ object_tags : 50000 # Total object tags. Only for AWS provider V3.
27+ standard : # Usages of S3 Standard:
28+ storage_gb : 30 # Total storage in GB.
29+ monthly_tier_1_requests : 10000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
30+ monthly_tier_2_requests : 125000 # Monthly GET, SELECT, and all other requests (Tier 2).
31+ monthly_select_data_scanned_gb : 20 # Monthly data scanned by S3 Select in GB.
32+ monthly_select_data_returned_gb : 2 # Monthly data returned by S3 Select in GB.
33+ intelligent_tiering : # Usages of S3 Intelligent - Tiering:
34+ frequent_access_storage_gb : 30 # Total storage for Frequent Access Tier in GB.
35+ infrequent_access_storage_gb : 0 # Total storage for Infrequent Access Tier in GB.
36+ monitored_objects : 0 # Total objects monitored by the Intelligent Tiering.
37+ monthly_tier_1_requests : 0 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
38+ monthly_tier_2_requests : 0 # Monthly GET, SELECT, and all other requests (Tier 2).
39+ monthly_lifecycle_transition_requests : 0 # Monthly Lifecycle Transition requests.
40+ monthly_select_data_scanned_gb : 0 # Monthly data scanned by S3 Select in GB.
41+ monthly_select_data_returned_gb : 0 # Monthly data returned by S3 Select in GB.
42+ 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.
2443
2544resource_type_default_usage :
2645 aws_acmpca_certificate_authority :
@@ -204,7 +223,7 @@ resource_type_default_usage:
204223 aws_kinesisanalyticsv2_application_snapshot :
205224 durable_application_backup_gb : 208 # Total amount of durable application backups in GB.
206225 aws_kinesis_firehose_delivery_stream :
207- monthly_data_ingested_gb : 142 # Monthly data ingested by the Delivery Stream in GB.
226+ monthly_data_ingested_gb : 20 # Monthly data ingested by the Delivery Stream in GB.
208227 aws_kinesis_stream :
209228 monthly_on_demand_data_in_gb : 62 # Monthly data ingested by the stream in GB.
210229 monthly_on_demand_data_out_gb : 125 # Monthly data egressed by the stream in GB total, (not per consumer application).
@@ -282,8 +301,8 @@ resource_type_default_usage:
282301 storage_gb : 10 # Total storage in GB.
283302 monthly_tier_1_requests : 10000 # Monthly PUT, COPY, POST, LIST requests (Tier 1).
284303 monthly_tier_2_requests : 125000 # Monthly GET, SELECT, and all other requests (Tier 2).
285- monthly_select_data_scanned_gb : 2500 # Monthly data scanned by S3 Select in GB.
286- monthly_select_data_returned_gb : 7250 # Monthly data returned by S3 Select in GB.
304+ monthly_select_data_scanned_gb : 0 # Monthly data scanned by S3 Select in GB.
305+ monthly_select_data_returned_gb : 0 # Monthly data returned by S3 Select in GB.
287306 intelligent_tiering : # Usages of S3 Intelligent - Tiering:
288307 frequent_access_storage_gb : 30 # Total storage for Frequent Access Tier in GB.
289308 infrequent_access_storage_gb : 0 # Total storage for Infrequent Access Tier in GB.
0 commit comments