CloudWatch Flashcards
1
Q
What are CloudWatch standard resolution and high resolution metrics?
A
You can publish your own metrics, known as custom metrics, to CloudWatch using the AWS CLI or an API.
Each metric is one of the following:
Standard resolution, with data having a one-minute granularity
High resolution, with data at a granularity of one second
2
Q
How can you encrypt CloudWatch logs using a AWS KMS customer managed key?
A
AWS CLI and specify the KMS key ARN
aws logs associate-kms-key --log-group-name my-log-group --kms-key-id "key-arn"