Monitoring and reporting Flashcards
What does cloudwatch monitor by default for EC2?
Host level metrics CPU Network Disk Status check
What are not default EC2 metrics
Ram utilization
Disk utilization
How long will cloudwatch metrics be retained?
Indefinitely by default
This also includes terminated instances
What is the minimum granularity you can have for a metric?
1 min
Is Ram utilization a custom metric?
Yes
You are using AWS and also have on-prem infrastructure. You would like a new solution to monitor on-perm systems. Can you use cloudwatch?
Yes. Just install the SSM agent
Best use of PIOPS disk
Large databases
+10,000 IOPS
160 MB/s throughput
Best use case for throughout optimized disk?
Big data
Streaming workloads
Data warehouses
Best use for HDD cold
Low cost
Infrequently access
You have a 1 GB volume. What IOPS burst is available?
3 IOPS per GB = 3 IOPS
Burst max is 3000
Burst = 3000-3=2997
How can you achieved desired IOPS if below 10,000
Select the correct volume size
1 GB = 3 IOPS
Describe 2 characteristics of how IOPS credits work?
When not bursting you are earning credits
Initial balance is 5.4 million,
What are the key cloudwatch metrics for EBS disk
Volumereadbytes
Volumewritebytes
Volumequeuelength
What are the EBS volume states?
Normal - ok
Degraded - warning
Stalled - impaired, not available
Insufficient data - insufficient data
Do you need to detach a EBS volume to modify?
No
What are the 4 EBS volume types?
General purpose
provisioned IOPS
Throughout optimized hdd
Cold hdd
What EBS disk types cannot be used as root volumes?
HDD
Cold and throughout optimized
What are the 3 ELB types
Application
Network
Classic
What options are available to monitor ELBs?
Cloudwatch
Access logs
Request tracing
Cloudtrail logs
What ELB monitoring option would you use if you need detailed information on requests, clients IP, latencies, request paths
Access logs
You have an EC2 instance that is deleted. You find out after there was a performance issue and want to investigate further. What option will you have needed to review?
Access logs
Where are ELB access logs stored?
S3
You need to track http requests from clients to ELB
Request tracing
Application LB only
You need to track detailed information about calls made to ELB API and stored them. What monotony option will you use?
Cloudtrail