Section 14 - Cloud Monitoring Flashcards
Which of these is NOT an available metric for EC2 instances:
CPU utilization
Status checks
Network
Ram
Ram
What are example of important metrics (choose three)
EC2 instances
Communication
Billing
Runtime
Service Limits
EC2 instances
Billing
Service Limits
What are example of important metrics (choose three)
EC2 instances
Communication
EBS volumes
Runtime
S3 buckets
EC2 instances
EBS volumes
S3 buckets
CloudWatch Billing alarm can be created
- for all regions
- in one region only (which)
in one region only / us-east-1
In CloudWatch, what can you collect that’s related to all of the following services:
Elastic Beanstalk
ECS
AWS
CloudTrail
CloudWatch
Route53
logs
By default, logs (are/are not) sent from EC2 to CloudWatch
are not
How you do you sent log files from an EC2 instance to CloudWatch?
They are sent automatically, by default
By running a CloudWatch agent
By running a CloudWatch agent
What was the old name for Amazon EventBridge?
CloudWatch Events
What is a use case for EventBridge?
cron jobs
What two types of cron jobs could you create for EventBridge?
event based or timed based
What are the three types of EventBridge event busses (choose three)?
Partner Event Bus
Divorced Event Bus
Existential Event Bus
Default Event Bus
Custom Event Bus
Partner, Default, and Custom
What type of EventBridge event bus happens from within AWS or per your schedule?
default event bus
What type of EventBridge event bus are from outside of your account, via partners with AWS?
partner event bus
What type of EventBridge event bus are from your own custom applications?
custom event bus
A service that provides governance, compliance and audit for your AWS account
AWS CloudTrail
True or False. CloudTrail is enabled by default whenever you use an account.
True
This service provides a history of events / API calls made with your AWS account, such as Console, SDK, CLI, or AWS Services
AWS CloudTrail
What two locations can CloudTrail logs be sent?
AWS CloudWatch and S3
A trail in CloudTrail can be applied to All Regions or limited to a specific region. Which option is the default?
All regions.
If an exam question refers to an “api that needs to be looked up”, which service would be the right answer?
AWS CloudTrail
If an exam question refers to an “a user has deleted something, where can we know what has been deleted and when?”, which service would be the right answer?
AWS CloudTrail
AWS ____ makes it easy for developers to analyze the behavior of their production, distributed applications with end-to-end tracing capabilities. You can use ____ to identify performance bottlenecks, edge case errors, and other hard to detect issues. ____ supports applications, either in development or in production, of any type or size, from simple asynchronous event calls and three-tier web applications to complex distributed applications built using a microservices architecture. This enables developers to quickly find and address problems in their applications and improve the experience for end users of their applications.
X-Ray
A machine learning powered service for automated code reviews and application performance recommendations
CodeGuru
1 - CodeGuru Reviewer
2 - CodeGuru Profiler
A - automated code reviews for static code analysis (development)
B - visibility/recommendations about application performance during runtime (production)
1 - A
2 - B