14 lines
327 B
YAML
14 lines
327 B
YAML
# AWS native pricing via Cost and Usage Reports
|
|
opencost:
|
|
exporter:
|
|
customPricing:
|
|
enabled: true
|
|
provider: aws
|
|
aws:
|
|
service_key_name: "" # <- populate or use IRSA
|
|
service_key_secret: ""
|
|
spot_data_region: ""
|
|
spot_data_bucket: ""
|
|
spot_data_prefix: ""
|
|
account_id: ""
|