Watchful Services
Which service can be used to track the CPU usage of an EC2 instance?
Amazon CloudFront
Amazon CloudTrail
Amazon CloudFormation
Amazon CloudWatch
4. Amazon CloudWatch
Which of the following are primary benefits of CloudWatch? (Choose 3)
Taking action based on alarms and triggers that can be created
Access your data from a single platform
CloudWatch provides serverless computing. Meaning that CloudWatch runs your custom code without need for an EC2 instance.
It provides monitoring insights into your AWS resources.
1. Taking action based on alarms and triggers that can be created
2. Access your data from a single platform
4. It provides monitoring insights into your AWS resources.
Which of the following is a key benefit of using AWS CloudTrail?
A) Automated software patching
B) Enhanced security through detailed auditing
C) Automatic scaling of resources
D) Reduced data transfer costs
B) Enhanced security through detailed auditing
Which of the following is NOT one of the five AWS Trusted Advisor categories?
Cost Optimization
Performance
Security
Application transformation
4. Application transformation
Which AWS service can assist with providing recommended actions on cost optimization?
Amazon CloudWatch Events
AWS Artifact
AWS Inspector
AWS Trusted Advisor
AWS Trusted Advisor
Which service records API activity on your account and delivers log files to an Amazon S3 bucket?
Amazon CloudTrail
Amazon CloudWatch Logs
Amazon CloudWatch
Amazon S3 Event Notifications
Amazon CloudTrail
Which of these options are ways you can use CloudWatch? (Choose 3)
DNS connection with user
Automated alarm actions
SNS notifications
Event driven corrective actions
2. Automated alarm actions
3. SNS notifications
4. Event driven corrective actions
Where are CloudTrail logs stored?
RDS
S3
Route Table
DynamoDB
2. S3
Which categories are included in AWS Trusted Advisor dashboard? (Select TWO)
Reliability
Performance
Scalability
Elasticity
Fault tolerance
2. Performance
5. Fault Tolerance
What are three uses of CloudWatch? (Select THREE)
Performance monitoring
Recoding API calls.
Gain system-wide visibility into resource utilization.
Real time application and system monitoring.
Used for compliance auditing.
1. Performance monitoring
3. Gain system-wide visibility into resource utilization.
4. Real time application and system monitoring.
You want to get a notification when CPU Utilization on an EC2 instance goes above 80%. Which of the following is the best method to accomplish that?
Create a CloudWatch Alarm that will trigger when CPU Utilization goes above 80% and have that alarm trigger a CloudWatch topic to send you a message.
Create a CloudWatch Alarm that will trigger when CPU Utilization goes above 80% and have that alarm trigger an SNS topic to send you a message.
Create a billing alarm to trigger when CPU Utilization goes above 80%.
None of these is a correct method.
2. Create a CloudWatch Alarm that will trigger when CPU Utilization goes above 80% and have that alarm trigger an SNS topic to send you a message.
What are two of the benefits of using AWS CloudWatch? (Select TWO)
You may use AWS CloudWatch to monitor your Amazon DynamoDB tables, Amazon EC2 instances, and Amazon RDS DB instances, among other AWS resources, to gain valuable insights into their efficiency and effectiveness.
CloudWatch provides real-time recommendations in accordance with AWS best practices.
CloudWatch allows you to configure alarms with instantaneous responses to changes in your AWS infrastructure.
CloudWatch allows you to investigate how resources were changed in your AWS account.
CloudWatch reduces latency when delivering content to users.
1. You may use AWS CloudWatch to monitor your Amazon DynamoDB tables, Amazon EC2 instances, and Amazon RDS DB instances, among other AWS resources, to gain valuable insights into their efficiency and effectiveness.
3. CloudWatch allows you to configure alarms with instantaneous responses to changes in your AWS infrastructure.
Which tasks can you perform using AWS CloudTrail? (Select TWO)
Monitor your AWS infrastructure and resources in real time
Track user activities and API request throughout your AWS infrastructure
View metrics and graphs to monitor the performance of resources
Filter logs to assist with operational analysis and troubleshooting
Configure automatic actions and alerts in response to metrics
2. Track user activities and API request throughout your AWS infrastructure
4. Filter logs to assist with operational analysis and troubleshooting
Which two are AWS Trusted Advisor categories? (Select TWO)
Fault tolerance
Analytics
Security
Reliability
Logging
1. Fault tolerance
3. Security
Which service enables you to review the security of your Amazon S3 buckets by checking for open access permissions?
1. Amazon CloudWatch
2. AWS CloudTrail
3. AWS Trusted Advisor
4. Amazon GuardDuty
3. AWS Trusted Advisor
A manager needs to keep a check on their AWS spend. How can the manager setup alarms that notify them when their bill reaches a certain amount?
By notifying AWS support
Using AWS Trusted Advisor
Using CloudTrail
Using CloudWatch
Using CloudWatch
What is a CloudWatch metric?
A record of an API call made for an account.
A data point in a time series representing a particular measurement that occurs within your AWS environment.
A way to measure cost efficiency
It is used to filter events
2. A data point in a time series representing a particular measurement that occurs within your AWS environment.
What is a CloudTrail “trail”?
It is one of the metrics displayed in the monitoring dashboard.
A configuration which allows for delivery of CloudTrail events to an S3 bucket
A configuration which allows for delivery of CloudTrail events with SNS
There is no such thing as a CloudTrail “trail”
2. A configuration which allows for delivery of CloudTrail events to an S3 bucket
“Create a trail
A trail enables CloudTrail to deliver log files to your Amazon S3 bucket. By default, when you create a trail in the console, the trail applies to all Regions. The trail logs events from all Regions in the AWS partition and delivers the log files to the S3 bucket that you specify.”
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-workflow.html
What type of recommendation would AWS Trusted Advisor provide under the "Cost Optimization" category?
A) Enabling multi-factor authentication (MFA) for AWS accounts
B) Deleting unused Elastic IP addresses to reduce costs
C) Setting up CloudWatch Alarms for EC2 instances
D) Implementing VPC peering connections for better network performance
B) Deleting unused Elastic IP addresses to reduce costs
S3 can publish events to what items? (Choose 3)
SQS
SNS Topic
CloudWatch
Lambda Functions
1. SQS
2. SNS Topic
4. Lambda Functions
A company needs to monitor the read and write IOPS metrics for their AWS MySQL RDS instance and send real-time alerts to their Operations team. Which AWS services can accomplish this? (Select TWO)
Trusted Advisor
Amazon CloudWatch
Amazon SQS
Amazon SNS
2. Amazon CloudWatch
4. Amazon SNS
How long do CloudWatch Logs store our metadata?
One week
One month
Three months
Indefinitely by default, retention settings cannot be changed
Indefinitely by default, retention settings can be changed
5. Indefinitely by default, retention settings can be changed
Which two are not recorded by CloudTrail? (Select TWO)
Request parameters
Time of API call
Performance metrics
Identity of API caller
Resource utilization
3. Performance metrics
5. Resource utilization
In the context of the Trusted Advisor service limits check, what specific steps can be taken if a service limit is found to be close to its maximum threshold?
A) Reduce usage of the service and delete unnecessary resources
B) Submit a support ticket to increase the service limit
C) Switch to a different AWS region to avoid the limit
D) Enable auto-scaling to handle higher loads
B) Submit a support ticket to increase the service limit
In Amazon CloudWatch, what is the primary purpose of a custom metric, and how can you implement it to monitor application-specific data?
A) To track predefined AWS service metrics; By enabling detailed monitoring
B) To log application errors; By integrating with AWS Lambda
C) To collect and monitor specific data points not covered by default metrics; By using the PutMetricData API to publish custom data points
D) To aggregate log data from multiple sources; By setting up CloudWatch Logs Insights
C) To collect and monitor specific data points not covered by default metrics; By using the PutMetricData API to publish custom data points