Reputation: 1
Could anyone tell me what are the best practices to perform a health check on AWS services and monitor the resources.
Upvotes: 0
Views: 123
Reputation: 109
depends on what service really. ec2? then find a provider of your choice and install agent.
Not that I'm promoting any, but Datadog, Dynatrace, New Relic, Appdynamics all does infrastructure monitoring as well as APM.
For any other service? Some service offer Cloudwatch logs, you might have to parse these, or create SNS/SES so that you get alerted.
Upvotes: 1