Monitoring and Audit: CloudWatch, CloudTrail and Config Flashcards
What is a namespace in relation to CloudWatch?
The group of metrics associated with a service
What is a dimension as it relates to CloudWatch metrics?
An attribute of a metric such as a specific instance ID
What is one option if the metrics provided by AWS don’t suit your needs?
You can create custom metrics
How would you delete CloudWatch Logs after a period of time?
Set an expiration policy
Are CloudWatch Logs encrypted by default?
Yes
What is CloudWatch Logs Live Tail?
A service that allows you to see the logs in real time as they are processed
What is the service used to query logs within CloudWatch Logs?
CloudWatch Logs Insights
What is the CloudWatch Agent?
A piece of software to run on-premises or on your cloud deployments that collects metrics and logs to push to CloudWatch Logs
What service would be used to trigger notifications from a metric in the AWS Cloud?
CloudWatch Alarms
What are composite alarms in CloudWatch Alarms?
Alarms that can monitor the states of multiple other alarms, e.g. CPU utilisation AND RAM utilisation are both high
What are the two main trigger types for EventBridge?
Scheduled and event pattern
What is a default event bus? What is a partner event bus?
The default event bus is EventBridge, simply the route through which events travel.
The partner event bus is an alternative to EventBridge within AWS that can process events originating outside of AWS.
Why would one archive an event from EventBridge?
To replay it and test for debugging
What is the schema registry in EventBridge and why is it useful?
The schema registry is the ability of EventBridge to be able to comprehend the schema of an event bus which then enables you to create code in your application expecting that schema
What are contributor insights in CloudWatch insights? Why is this useful?
Insights as they relate to the heaviest network users.
Check if they are good or bad actors, find out what or who is impacting system performance, cater to these people more effectively