OpenWaterFoundation / owf-tstool-aws-plugin

Open Water Foundation AWS plugin for TSTool
GNU General Public License v3.0
0 stars 0 forks source link

AwsBilling - handle additional services when identifying untagged services #50

Open smalers opened 2 weeks ago

smalers commented 2 weeks ago

The 1.5.2 version includes a way to list properties for services across an entire organization, focusing on high-cost services such as EC2 and VPC. ChatGPT provided the following list of EC2-related services that could be checked for tags:

I added a separate table for snapshots because they are stored independent of instances and there can be 0 to many snapshots per EC2 instance. The remaining items may not have high costs so need to evaluate which ones are worth adding.

smalers commented 6 days ago

I added VPN and Elastic IP in version 1.5.3 and updated the original comment. Keep open for now.