#support

Monitoring AWS Resources and Uploading Logs Using Signoz

TLDR Ajay asked how to monitor AWS resources and upload logs via Signoz. Ankit advised using a Cloudwatch exporter and provided relevant resource links.

Powered by Struct AI
3
1mo
Solved
Join the chat
Oct 05, 2023 (1 month ago)
Ajay
Photo of md5-2a438b840cf368cec4a883b3bba5961c
Ajay
02:47 AM
Team,
How do I monitor AWS resources like RDS(Postgres), Redshift, Elastic Load balancers, SQS, Redis, etc using Signoz and also
how can i upload log files from s3 bucket to signoz
Oct 06, 2023 (1 month ago)
Ankit
Photo of md5-dbe7088320fe1d922707613e02f3420d
Ankit
05:15 AM
Run a cloudwatch exporter and scrape by prometheusreceiver at otel-collector-metrics deployment at k8s-infra-chart

https://github.com/prometheus/cloudwatch_exporter/tree/master/examples

It has all the AWS softwares you mentioned

If you need help chart of cloudwatch-exporter here it is https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-cloudwatch-exporter
Ajay
Photo of md5-2a438b840cf368cec4a883b3bba5961c
Ajay
05:24 AM
Thank you Ankit