CloudWatch and Monitoring stuff Flashcards
____ is a monitoring service to monitor your AWS resources, as well aas the apps that you run on AWS.
cloudwatch
T o F
RAM Utilization is a custom metric
True
Be default, EC2 monitoring is ___ minute intervals
Detailed monitoring is ___ minute intervals
5, 1
What are the 2 ways to retrieve data from CloudWatch
GetmetricStatistics API or
3rd paarty tools offered by AWS partners
T or F
You can store your log data in CW logs for as long as you want
T
T or F
CW logs will store your log data indefinitely
T
T or F
you can change the retention for each Log Group at any time
T
T or F
you can not retrieve data from any terminated EC2 or ELB instnace after its termination
F
you can retrieve data from any terminated EC2 or ELB instnace after its termination
For custom mertics, the minimum granularity that you can have it ___ minute(s)
1
T or F
You can create an alarm to monitor any CW metric in your account
T
CW alarms can be created on billing
t
t or f
CW can be used on prem
t
you just need to download and install the SSM agent and CW agent
When your volume requires more than the baseline performance I/O level, it simply uses I/O ____ in teh credit balance to burst to teh required performance level, up to a maximum of 3,000 IOPS
credits
Each volume receives an initial I/O credit balance of _____ I/O credits
5,400,000
By default, you get enough IO credits to sustain max burst performance of 3,000 IOPS for ___ minutes
30
When you are not going over your provisioned IO level(ie: bursting) you will be earning credits
T or F
T
The total number of IO operations in a specified period of time
VolumeReadOps
VolumeWriteOps
The number of read and write operation requests waiting to be completed in a specified period of time
VolumeQueueLength
Waht are the 4 EBS volume status?
ok
warning
impaired
insufficient data
T or f
if your EBS volume is attached to a current generation Ec2 instance type, you can increase its size, change its volume type, or (for an io1 volume) adjust its IOPS performance, all without detaching it. you can apply these changes to detached volumes as well.
T
- you can issue the modification command (console or command line)
- monitor the progress of the modification
- If the size of teh volume was modified, extend the volume’s file system to take advantage of the increased storage capacity
4 types of EBS Storage:
General Purpose (SSD) - gp2
Provisinoed IOPS (SSD) - io1
Throughput Optimized (HDD) - st1
Cold - (HDD) - sc1
yes
Volume __ length = number of read operations adn write operation rquest waiting to be completed in a specific period of time.
queue
what are the 4 ways to monitor your load balancers?
CW metrics
Access logs
Request tarcin
CloudTrail logs
you can use ___ ____ to track HTTP requests from clients to targets or other services. When the load balancer receives a request from a client, it adds or updates the X-Amzn-Trace_Id header before sending the request to the target. Any services or applications between the load balancer and the target can also add or update this header. This is available for app load balancers only.
request tracing