Amazon AWS Certified SysOps Administrator - Associate SOA-C02
Prev

There are 349 results

Next
#61 (Accuracy: 100% / 6 votes)
A company must ensure that any objects uploaded to an S3 bucket are encrypted.
Which of the following actions will meet this requirement? (Choose two.)
  • A. Implement AWS Shield to protect against unencrypted objects stored in S3 buckets.
  • B. Implement Object access control list (ACL) to deny unencrypted objects from being uploaded to the S3 bucket.
  • C. Implement Amazon S3 default encryption to make sure that any object being uploaded is encrypted before it is stored.
  • D. Implement Amazon Inspector to inspect objects uploaded to the S3 bucket to make sure that they are encrypted.
  • E. Implement S3 bucket policies to deny unencrypted objects from being uploaded to the buckets.
#62 (Accuracy: 100% / 7 votes)
A company hosts a website on multiple Amazon EC2 instances that run in an Auto Scaling group. Users are reporting slow responses during peak times between
6 PM and 11 PM every weekend.
A SysOps administrator must implement a solution to improve performance during these peak times.
What is the MOST operationally efficient solution that meets these requirements?
  • A. Create a scheduled Amazon EventBridge (Amazon CloudWatch Events) rule to invoke an AWS Lambda function to increase the desired capacity before peak times.
  • B. Configure a scheduled scaling action with a recurrence option to change the desired capacity before and after peak times.
  • C. Create a target tracking scaling policy to add more instances when memory utilization is above 70%.
  • D. Configure the cooldown period for the Auto Scaling group to modify desired capacity before and after peak times.
#63 (Accuracy: 100% / 9 votes)
A company has an infernal web application that runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto
Scaling group in a single Availability Zone.
A SysOps administrator must make the application highly available.
Which action should the SysOps administrator take to meet this requirement?
  • A. Increase the maximum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage.
  • B. Increase the minimum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage.
  • C. Update the Auto Scaling group to launch new instances in a second Availability Zone in the same AWS Region.
  • D. Update the Auto Scaling group to launch new instances in an Availability Zone in a second AWS Region.
#64 (Accuracy: 100% / 3 votes)
A company needs to implement a solution to install specific software on Amazon EC2 instances when the instances launch.

Which solution will meet this requirement?
  • A. Configure AWS Systems Manager State Manager associations to bootstrap the EC2 instances with the required software at launch.
  • B. Use the Amazon CloudWatch agent to detect EC2 InstanceStart events and to inject the required software. Modify the InstanceRole IAM role to add permissions for the StartTask API operation.
  • C. Use Amazon Inspector to detect EC2 launch events. Configure Amazon Inspector to install the required software as part of lifecycle hooks for theEC2launch events.
  • D. Use AWS Security Hub remediation actions to install the required software at launch.
#65 (Accuracy: 94% / 4 votes)
A SysOps administrator has created an AWS Service Catalog portfolio and has shared the portfolio with a second AWS account in the company. The second account is controlled by a different administrator.
Which action will the administrator of the second account be able to perform?
  • A. Add a product from the imported portfolio to a local portfolio.
  • B. Add new products to the imported portfolio.
  • C. Change the launch role for the products contained in the imported portfolio.
  • D. Customize the products in the imported portfolio.
#66 (Accuracy: 100% / 8 votes)
A SysOps administrator is investigating issues on an Amazon RDS for MariaDB DB instance. The SysOps administrator wants to display the database load categorized by detailed wait events.
How can the SysOps administrator accomplish this goal?
  • A. Create an Amazon CloudWatch dashboard.
  • B. Enable Amazon RDS Performance Insights.
  • C. Enable and configure Enhanced Monitoring.
  • D. Review the database logs in Amazon CloudWatch Logs.
#67 (Accuracy: 100% / 9 votes)
A team is managing an AWS account that is a member of an organization in AWS Organizations. The organization has consolidated billing features enabled. The account hosts several applications.
A SysOps administrator has applied tags to resources within the account to reflect the environment.
The team needs a report of the breakdown of charges by environment.
What should the SysOps administrator do to meet this requirement?
  • A. Filter, map, and categorize resource groups in Tag Editor.
  • B. Ensure that the organization's service control policies (SCPs) allow access to cost allocation tags.
  • C. Ensure that the IAM credentials that are used to access Cost Explorer have permissions to group cost by tags.
  • D. Activate the tag keys for cost allocation on the organization's management account.
#68 (Accuracy: 100% / 6 votes)
A company has a web application that is experiencing performance problems many times each night. A root cause analysis reveals sudden increases in CPU utilization that last 5 minutes on an Amazon EC2 Linux instance. A SysOps administrator must find the process ID (PID) of the service or process that is consuming more CPU.
What should the SysOps administrator do to collect the process utilization information with the LEAST amount of effort?
  • A. Configure the Amazon CloudWatch agent procstat plugin to capture CPU process metrics.
  • B. Configure an AWS Lambda function to run every minute to capture the PID and send a notification.
  • C. Log in to the EC2 instance by using a .pem key each night. Then run the top command.
  • D. Use the default Amazon CloudWatch CPU utilization metric to capture the PID in CloudWatch.
#69 (Accuracy: 91% / 5 votes)
A company runs a web application that users access using the name www example com. The company manages the domain name example.com using Amazon Route 53. The company created an Amazon CloudFront distribution in front of the application and would like www.example.com to access the application through CloudFront.

What is the MOST cost-effective way to achieve this?
  • A. Create a CNAME record in Amazon Route 53 that points to the CloudFront distribution URL.
  • B. Create an ALIAS record in Amazon Route 53 that points to the CioudFront distribution URL.
  • C. Create an A record in Amazon Route 53 that points to the public IP address of the web application,
  • D. Create a PTR record in Amazon Route 53 that points to the public IP address of the web application.
#70 (Accuracy: 100% / 2 votes)
A company needs to monitor its website’s availability to end users. The company needs a solution to provide an Amazon Simple Notification Service (Amazon SNS) notification if the website's uptime decreases to less than 99%. The monitoring must provide an accurate view of the user experience on the website.

Which solution will meet these requirements?
  • A. Create an Amazon CloudWatch alarm that is based on the website's logs that are published to a CloudWatch Logs log group. Configure the alarm to publish an SNS notification if the number of HTTP 4xx errors and 5xx errors exceeds a specified threshold.
  • B. Create an Amazon CloudWatch alarm that is based on the website's published metrics in CloudWatch. Configure the alarm to publish an SNS notification that is based on anomaly detection.
  • C. Create an Amazon CloudWatch Synthetics heartbeat monitoring canary. Associate the canary with the website's URL for end users. Create a CloudWatch alarm for the canary. Configure the alarm to publish an SNS notification if the value of the SuccessPercent metric is less than 99%.
  • D. Create an Amazon CloudWatch Synthetics broken link checker monitoring canary. Associate the canary with the website's URL for end users. Create a CloudWatch alarm for the canary. Configure the alarm to publish an SNS notification if the value of the SuccessPercent metric is less than 99%.