Free Tier Usage¶
Provider: AWS
Service ID: freetier_usage
Rendering: Standard table with expandable detail rows
Additional IAM Permission Required
This service requires the freetier:GetFreeTierUsage permission, which is not
included in the SecurityAudit managed policy. Add the AWSFreeTierAccess managed
policy (arn:aws:iam::aws:policy/AWSFreeTierAccess) to your cross-account role,
or add an inline policy with the freetier:GetFreeTierUsage action.
Free tier data is only available on accounts with free tier entitlements. AWS Organization member accounts may not have free tier data — it is typically managed at the management account level.
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'freetier_usage',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['service', 'description', 'actual_usage', 'forecasted_usage', 'limit', 'unit']
});
</script>
<div data-sd-service="freetier_usage" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
attributes: ['service', 'description', 'actual_usage', 'forecasted_usage', 'limit', 'unit', 'free_tier_type']
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
service |
Service | text |
From API field: service |
operation |
Operation | text |
From API field: operation |
usage_type |
Usage Type | text |
From API field: usageType |
description |
Description | text |
From API field: description |
actual_usage |
Actual Usage | text |
From API field: actualUsageAmount |
forecasted_usage |
Forecasted Usage | text |
From API field: forecastedUsageAmount |
limit |
Limit | text |
From API field: limit |
unit |
Unit | text |
From API field: unit |
free_tier_type |
Free Tier Type | text |
From API field: freeTierType |
period |
Period | text |
From API field: period |
= included in default view
Sort Order¶
Results are sorted by: service, usage_type