CW Flashcards
When should you use Cloud Watch?
real time monitoring and logging
When should you use CloudTrail?
auditing and tracking activity
When should you use AWS Config?
tracking resource configuration changes
What is the difference between Standard vs High Resolution metrics in Cloud Watch?
The frequency and granularity of data collection
Standard collects data every 1 min
High Resolution collects data more frequently than every min ie., 1 or 10 sec
Can Cloud Watch metrics be used for scheduling lambda functions?
Yes
For Cloud Watch, when would you use Standard metrics vs when would use use Customer Metrics?
Instance Memory Utilization needs custom metrics
What is difference in time between basic, detailed and high resolution monitoring?
Basic - 5 mins
Detailed - 1 min
High resolution - 1s
When would you use standard cloudwatch metrics (5 mins)
Web servers
Database servers
Batch processing
Autoscaling for web apps
EC2 instances
When would you use high resolution cloudwatch metrics (more frequent than every minute ie., 10 secs or 1 sec)
Real time analytics
Microservice architectures
Serverless apps
IoTs devices
Auto Scaling for Elastic Workloads
Latency critical apps ie., online gaming / real time video streaming
Security and Anomaly detection