1. Home
  2. Amazon
  3. Amazon Associate
  4. SOA-C02 Exam Info

Amazon SOA-C02 Exam Questions - Navigate Your Path to Success

The Amazon AWS Certified SysOps Administrator - Associate (SOA-C02) exam is a good choice for AWS system administrators and if the candidate manages to pass Amazon AWS Certified SysOps Administrator - Associate exam, he/she will earn Amazon Associate, Amazon SysOps Associate Certifications. Below are some essential facts for Amazon SOA-C02 exam candidates:

  • In actual Amazon AWS Certified SysOps Administrator - Associate (SOA-C02) exam, a candidate can expect 65 Questions and the officially allowed time is expected to be around 130 Minutes.
  • TrendyCerts offers 484 Questions that are based on actual Amazon SOA-C02 syllabus.
  • Our Amazon SOA-C02 Exam Practice Questions were last updated on: Mar 08, 2025

Sample Questions for Amazon SOA-C02 Exam Preparation

Question 1

A company is using AWS to deploy a critical application on a fleet of Amazon EC2 instances The company is rewriting the application because the application failed a security review The application will take 12 months to rewrite While this rewrite happens, the company needs to rotate IAM access keys that the application uses.

A SysOps administrator must implement an automated solution that finds and rotates IAM access Keys that are at least 30 days old. The solution must then continue to rotate the IAM access Keys every 30 days.

Which solution will meet this requirement with the MOST operational efficiency?

Correct : D

Lambda Function to Rotate IAM Access Keys:

A Lambda function can be used to automate the rotation of IAM access keys based on their age.

Steps:

Write a Lambda function that checks the age of IAM access keys.

The function should rotate keys that are at least 30 days old.

Deploy the Lambda function.

Amazon EventBridge Rule:

EventBridge can trigger the Lambda function periodically and when a new key is created.

Steps:

Create an EventBridge rule that triggers the Lambda function on a schedule (e.g., daily) and on IAM key creation events.


Options Selected by Other Users:
Question 2

A company receives an alert from an Amazon CloudWatch alarm The alarm indicates that a web application that Is running on Amazon EC2 instances is not responding to requests The EC2 instances have a Red Hat Enterprise Linux operating system and are in an Auto Scaling group. The Auto Scaling group has a minimum capacity of 2 and a maximum capacity of 5.

An Investigation reveals that the web application is experiencing oul-of-memory errors. The company adds memory lo the web application and wants to track operating system memory utilization. A CloudWatch memory metric does not currently exist tor the EC2 Instances in the Auto Scaling group

What should a SysOps administrator do to provide a CloudWatch memory metric for the EC2 instances?

Correct : A

Using an AMI with CloudWatch Agent:

The CloudWatch agent can collect memory utilization metrics and send them to CloudWatch.

Steps:

Create or use an existing AMI that includes the CloudWatch agent installed and configured.

Ensure the CloudWatch agent is configured to collect memory metrics.

Use this AMI for instances in the Auto Scaling group.


Options Selected by Other Users:
Amazon SOA-C02