Boavizta / cloud-scanner

📡 Get Boavizta impact data for your aws cloud account usage.
GNU Affero General Public License v3.0
34 stars 8 forks source link

Provide estimation of memory of EC2 instance #350

Open damienfernandes opened 1 year ago

damienfernandes commented 1 year ago

Problem

Cloud scanner does nor provide estimation of impacts of memory usage instance.

Solution

Perform impacts estimation of memory usage of instance at same time than CPU.

Alternatives

Additional context or elements

That metric is based on mem_used (MemoryUtilization) metric for EC2 instances in CloudWatch. That metric is not in basis CloudWatch data but it could be available with configuration of CloudWatch agent. Please see for detail https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/metrics-collected-by-CloudWatch-agent.html

demeringo commented 1 year ago

Hi @damienfernandes I believe there is a typo in the title (accoring to our exchange, the need is not linked to S3 but to EC2 instance right ?).

Let me know if I should rename it.

demeringo commented 1 year ago

I also link it to #353

damienfernandes commented 1 year ago

Hi @damienfernandes I believe there is a typo in the title (accoring to our exchange, the need is not linked to S3 but to EC2 instance right ?).

Let me know if I should rename it.

You right 👍