diff --git a/README.md b/README.md index fecc531..f6580c6 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,13 @@ It can estimate Carbon Emissions of: - [x] EC2 (including inline root, elastic, and ephemeral block storages) - [x] EBS Volumes - [x] RDS + - [x] AutoScaling Group The following will also be supported soon: - Amazon Web Services - - [ ] AutoScaling Group + - [ ] Elastic Kubernetes Service (EKS) + - [ ] Elastic Container Service (ECS) - Azure - [ ] Virtual Machines - [ ] Virtual Machine Scale Set diff --git a/doc/scope.md b/doc/scope.md index a1d0046..ce90517 100644 --- a/doc/scope.md +++ b/doc/scope.md @@ -45,6 +45,7 @@ Data resources: | `aws_instance`| No GPU | | | `aws_ebs_volume`| if size set, or if snapshot declared as data resource | | | `aws_db_instance` | | | +| `aws_autoscaling_group` | No `mixed_instances_policy` | Takes an average size, uses `aws_launch_configuration` and `aws_launch_template`| Data resources: