Skip to content

Commit

Permalink
docs aws: Update list of supported resources and attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
talset committed Mar 15, 2022
1 parent b987ba6 commit 61dbac0
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ use for AWS has [this](https://docs.aws.amazon.com/cur/latest/userguide/product-
## List of supported resources and attributes

* [`aws_instance`](#aws_instance)
* [`aws_db_instance`](#aws_db_instance)
* [`aws_ebs_volume`](#aws_ebs_volume)
* [`aws_elasticache_cluster`](#aws_elasticache_cluster)
* [`aws_elasticache_replication_group`](#aws_elasticache_replication_group)
* [`aws_eip`](#aws_eip)
* [`aws_db_instance`](#aws_db_instance)
* [`aws_lb/aws_alb`](#aws_lb--aws_alb)
* [`aws_elb`](#aws_elb)

Expand Down Expand Up @@ -67,6 +70,36 @@ use for AWS has [this](https://docs.aws.amazon.com/cur/latest/userguide/product-
* Volume size - 8GB by default
* Provisioned IOPS - only for "io1" and "io2" volume types; 100 by default

### `aws_elasticache_cluster`

#### Cost factors

* Location
* InstanceType
* CacheEngine - "Memcached" or "Redis"

#### Additional notes

* HourlyQuantity is incresed regarding the number of cache nodes

### `aws_elasticache_replication_group`

#### Cost factors

* Location
* InstanceType
* CacheEngine - "Memcached" or "Redis"

#### Additional notes

* HourlyQuantity is incresed regarding the number of cache nodes

### `aws_eip`

#### Cost factors

* Group - IdleAddress by default
* StartingRange - 1 by default

### `aws_lb` / `aws_alb`

Expand Down

0 comments on commit 61dbac0

Please sign in to comment.