SOA-C03 Exam Details

  • Exam Code
    :SOA-C03
  • Exam Name
    :AWS Certified CloudOps Engineer - Associate (SOA-C03)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :263 Q&As
  • Last Updated
    :Jul 14, 2026

Amazon SOA-C03 Online Questions & Answers

  • Question 241:

    A company uses multiple Amazon RDS databases to support an application. The application receives all its traffic during weekdays and is idle during weekends. The company wants a solution to automatically manage the RDS DB instances during idle periods to optimize costs.

    Which solution will meet these requirements?

    A. Use a cron job to automatically scale down the RDS DB instance type during weekends.
    B. Configure Instance Scheduler on AWS to stop the RDS DB instances at the beginning of each weekend and to start the instances at the end of each weekend.
    C. Purchase Reserved Instances for the RDS DB instances.
    D. Use the auto scaling feature of Amazon RDS to automatically adjust the DB instance type based on CPU utilization.

  • Question 242:

    A company must ensure that any new IAM policy granting public access to resources is detected quickly and investigated. The CloudOps engineer needs near real-time visibility into policy changes and the identity that made the change.

    Which solution will meet these requirements?

    A. Enable AWS CloudTrail and monitor IAM policy-related API calls; send notifications when specific events occur.
    B. Use VPC Flow Logs to detect policy changes.
    C. Enable Amazon Inspector to scan IAM policies continuously.
    D. Use EC2 instance recovery to restore prior IAM state.

  • Question 243:

    An AWS CloudFormation template creates an Amazon RDS instance. This template is used to build up development environments as needed and then delete the stack when the environment is no longer required. The RDS-persisted data must be retained for further use, even after the CloudFormation stack is deleted.

    How can this be achieved in a reliable and efficient way?

    A. Write a script to continue backing up the RDS instance every five minutes.
    B. Create an AWS Lambda function to take a snapshot of the RDS instance, and manually invoke the function before deleting the stack.
    C. Use the Snapshot Deletion Policy in the CloudFormation template definition of the RDS instance.
    D. Create a new CloudFormation template to perform backups of the RDS instance, and run this template before deleting the stack.

  • Question 244:

    A company uses memory-optimized Amazon EC2 instances behind a Network Load Balancer (NLB) to run an application. The company launched the EC2 instances from an AWS-provided Red Hat Enterprise Linux (RHEL) AMI.

    A CloudOps engineer must monitor RAM utilization in 5-minute intervals. The CloudOps engineer must ensure that the EC2 instances scale in and out appropriately based on incoming load.

    Which solution will meet these requirements?

    A. Configure detailed monitoring for the EC2 instances. Configure the Amazon CloudWatch agent on the EC2 instances. Create an EC2 Auto Scaling group and Auto Scaling policy that is based on the mem_active metric.
    B. Configure detailed monitoring for the EC2 instances. Use the mem_used_percent metric that the detailed monitoring feature provides. Create an IAM role that allows the CloudWatch agent to upload data. Create an EC2 Auto Scaling group and Auto Scaling policy that is based on the mem_used_percent metric.
    C. Configure basic monitoring for the EC2 instances. Configure the Amazon CloudWatch agent on the EC2 instances. Create an IAM role that allows the CloudWatch agent to upload data. Create an EC2 Auto Scaling group and Auto Scaling policy that is based on the mem_used_percent metric.
    D. Configure basic monitoring for the EC2 instances. Use the standard mem_used_percent metric for monitoring. Create an EC2 Auto Scaling group and Auto Scaling policy that is based on the mem_used_percent metric.

  • Question 245:

    A CloudOps engineer wants to provide access to AWS services by attaching an IAM policy to multiple IAM users. The CloudOps engineer also wants to be able to change the policy and create new versions.

    Which combination of actions will meet these requirements? (Select TWO.)

    A. Add the users to an IAM service-linked role. Attach the policy to the role.
    B. Add the users to an IAM user group. Attach the policy to the group.
    C. Create an AWS managed policy.
    D. Create a customer managed policy.
    E. Create an inline policy.

  • Question 246:

    A company uses an Amazon Simple Queue Service (Amazon SQS) queue and Amazon EC2 instances in an Auto Scaling group with target tracking for a web application.

    The company collects the ASGAverageNetworkIn metric but notices that instances do not scale fast enough during peak traffic. There are a large number of SQS messages accumulating in the queue.

    A CloudOps engineer must reduce the number of SQS messages during peak periods.

    Which solution will meet this requirement?

    A. Define and use a new custom Amazon CloudWatch metric based on the SQS ApproximateNumberOfMessagesDelayed metric in the target tracking policy.
    B. Define and use Amazon CloudWatch metric math to calculate the SQS queue backlog for each instance in the target tracking policy.
    C. Define and use step scaling by specifying a ChangeInCapacity value for the EC2 instances.
    D. Define and use simple scaling by specifying a ChangeInCapacity value for the EC2 instances.

  • Question 247:

    A company runs an Amazon RDS for PostgreSQL DB instance. The company requires automatic failover to maintain write availability during infrastructure failures, with minimal application changes.

    Which solution will meet these requirements?

    A. Create a read replica and promote it manually when needed.
    B. Enable Multi-AZ deployment for the DB instance.
    C. Export the database to Amazon S3 every hour.
    D. Use an Auto Scaling group to run two RDS instances in parallel.

  • Question 248:

    A web application runs on Amazon EC2 instances in the us-east-1 Region and the us-west-2 Region. The instances run behind an Application Load Balancer (ALB) in each Region. An Amazon Route 53 hosted zone controls DNS records.

    The instances in us-east-1 are production resources. The instances in us-west-2 are for disaster recovery. EC2 Auto Scaling groups are configured based on the ALBRequestCountPerTarget metric in both Regions.

    A SysOps administrator must implement a solution that provides failover from us-east-1 to us-west-2. The instances in us-west-2 must be used only for failover.

    Which solution will meet these requirements?

    A. Implement a Route 53 health check and a failover routing policy for the hosted zone. Configure the failover routing policy to automatically redirect traffic to the resources in us-west-2.
    B. Implement a Route 53 health check and a latency routing policy for the hosted zone. Configure the latency routing policy to automatically redirect traffic to the resources in us-west-2.
    C. In us-east-1, create an Amazon CloudWatch alarm that enters ALARM state when an EC2 instance is terminated. In us-west-2, create an AWS Lambda function that modifies the Route 53 hosted zone records to send traffic to us-west-2. Configure the CloudWatch alarm to invoke the Lambda function.
    D. In us-west-2, create an Amazon CloudWatch alarm that enters ALARM state when resources in us- east- 1 cannot be resolved. In us-west-2, create an AWS Lambda function that modifies the Route 53 hosted zone records to send traffic to us-west-2. Configure the CloudWatch alarm to invoke the Lambda function.

  • Question 249:

    A CloudOps engineer wants to ensure EC2 instances can be accessed securely without SSH keys or inbound ports, while maintaining full auditability.

    Which solution is MOST appropriate?

    A. Bastion hosts
    B. EC2 Instance Connect
    C. Systems Manager Session Manager
    D. Client VPN

  • Question 250:

    A company plans to migrate several of its high-performance computing (HPC) virtual machines to Amazon EC2. The deployment must minimize network latency and maximize network throughput between the instances.

    Which placement group strategy should the CloudOps engineer choose?

    A. Deploy the instances in a cluster placement group in one Availability Zone.
    B. Deploy the instances in a partition placement group in two Availability Zones.
    C. Deploy the instances in a partition placement group in one Availability Zone.
    D. Deploy the instances in a spread placement group in two Availability Zones.

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Amazon exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your SOA-C03 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.