Skip to content

Supported Resources

Patryk Kalinowski edited this page May 11, 2021 · 6 revisions

AWS

Resource Cost factors Additional notes
aws_instance
  • Location
  • Instance type
  • Tenancy - only "shared" and "dedicated"
  • Operating system - currently only Linux supported, every instance is treated as a Linux instance
  • Pre-installed S/W - currently not supported, the value of "NA" is used instead
  • Storage - see more in the aws_ebs_volume entry
  • Only "On Demand" instances are supported.
  • Only compute and storage costs are estimated. GPU, monitoring, etc. are not taken into account.
  • Uptime of 730 hours in a month (non-stop) is assumed.
aws_db_instance
  • Location
  • Instance class
  • Database engine and edition
  • License model - "License included" or "Bring your own license"
  • Deployment option - "Single-AZ" or "Multi-AZ"
  • Allocated storage
  • Storage type - "Magnetic" (standard), "Provisioned IOPS" (io1), "General Purpose" (gp2)
  • Provisioned IOPS - only for this type of storage; 100 by default
  • Only "On Demand" database instances are supported.
  • Uptime of 730 hours in a month (non-stop) is assumed.
aws_ebs_volume
  • Location
  • Volume type - "gp2" by default
  • Volume size - 8GB by default
  • Provisioned IOPS - only for "io1" and "io2" volume types; 100 by default
aws_lb / aws_alb
  • Location
  • Load balancer type - "application" by default
  • Cost of Load Balancer Capacity Units (LCU's) per hour is not estimated.
aws_elb
  • Location
  • Data transfer usage cost is not estimated.

More coming soon!

Clone this wiki locally