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 61:

    A company hosts a web application on an Amazon EC2 instance. The web server logs are published to Amazon CloudWatch Logs. The log events have the same structure and include the HTTP response codes associated with user requests. The company needs to monitor the number of times the web server returns an HTTP 404 response.

    What is the MOST operationally efficient solution that meets these requirements?

    A. Create a CloudWatch Logs metric filter that counts the number of times the web server returns an HTTP 404 response.
    B. Create a CloudWatch Logs subscription filter that counts the number of HTTP 404 responses.
    C. Create an AWS Lambda function that runs a CloudWatch Logs Insights query every hour.
    D. Create a script that runs a CloudWatch Logs Insights query every hour.

  • Question 62:

    A CloudOps engineer is troubleshooting an implementation of Amazon CloudWatch Synthetics. The CloudWatch Synthetics results must be sent to an Amazon S3 bucket. The CloudOps engineer has copied the configuration of an existing canary that runs on a VPC that has an internet gateway attached. However, the CloudOps engineer cannot get the canary to successfully start on a private VPC that has no internet access.

    What should the CloudOps engineer do to successfully run the canary on the private VPC?

    A. Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VPC. Add the synthetics:GetCanaryRuns permission to the VPC. On the S3 bucket, add the IgnorePublicAcls permission to the CloudWatch Synthetics role.
    B. Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VPC. Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use the S3 endpoint.
    C. Ensure that the DNS resolution option and the DNS hostnames option are turned off in the VPC. Add a security group to the canary to allow outbound traffic on the DNS port. Add the permissions to allow CloudWatch Synthetics to write to the S3 bucket.
    D. Ensure that the DNS resolution option and the DNS hostnames option are turned on in the VPC. Create an interface VPC endpoint for CloudWatch. Create a gateway VPC endpoint for Amazon S3. Add the permissions to allow CloudWatch Synthetics to use both endpoints.

  • Question 63:

    A CloudOps engineer has created a VPC that contains a public subnet and a private subnet. Amazon EC2 instances that were launched in the private subnet cannot access the internet. The default network ACL is active on all subnets in the VPC, and all security groups allow outbound traffic.

    Which solution will provide the EC2 instances in the private subnet with access to the internet?

    A. Create a NAT gateway in the public subnet. Create a route from the private subnet to the NAT gateway.
    B. Create a NAT gateway in the public subnet. Create a route from the public subnet to the NAT gateway.
    C. Create a NAT gateway in the private subnet. Create a route from the public subnet to the NAT gateway.
    D. Create a NAT gateway in the private subnet. Create a route from the private subnet to the NAT gateway.

  • Question 64:

    A company uses AWS CloudFormation to deploy application stacks. A CloudOps engineer needs to roll out a standard baseline stack to all existing and future accounts in an AWS Organization, with minimal manual effort.

    Which solution will meet these requirements?

    A. Use CloudFormation StackSets with service-managed permissions integrated with AWS Organizations.
    B. Copy and paste the template into each account and deploy it manually.
    C. Use AWS Config to deploy CloudFormation templates automatically.
    D. Use Amazon SNS to trigger stack creation in each account.

  • Question 65:

    A CloudOps engineer creates an AWS CloudFormation template to define an application stack that can be deployed in multiple AWS Regions. The CloudOps engineer also creates an Amazon CloudWatch dashboard by using the AWS Management Console. Each deployment of the application requires its own CloudWatch dashboard.

    How can the CloudOps engineer automate the creation of the CloudWatch dashboard each time the application is deployed?

    A. Create a script by using the AWS CLI to run the aws cloudformation put-dashboard command with the name of the dashboard. Run the command each time a new CloudFormation stack is created.
    B. Export the existing CloudWatch dashboard as JSON. Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Include the exported JSON in the resource's DashboardBody property.
    C. Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Use the intrinsic Ref function to reference the ID of the existing CloudWatch dashboard.
    D. Update the CloudFormation template to define an AWS::CloudWatch::Dashboard resource. Specify the name of the existing dashboard in the DashboardName property.

  • Question 66:

    A CloudOps engineer wants to standardize and harden AMIs used across environments with automated testing.

    Which AWS service is purpose-built for this task?

    A. AWS Systems Manager
    B. EC2 Image Builder
    C. Amazon Inspector
    D. AWS CloudFormation

  • Question 67:

    A global gaming company is preparing to launch a new game on AWS. The game runs in multiple AWS Regions on a fleet of Amazon EC2 instances. The instances are in an Auto Scaling group behind an Application Load Balancer (ALB) in each Region.

    The company plans to use Amazon Route 53 for DNS services. The DNS configuration must direct users to the Region that is closest to them and must provide automated failover.

    Which combination of steps should a CloudOps engineer take to configure Route 53 to meet these requirements? (Select TWO.)

    A. Create Amazon CloudWatch alarms that monitor the health of the ALB in each Region. Configure Route 53 DNS failover by using a health check that monitors the alarms.
    B. Create Amazon CloudWatch alarms that monitor the health of the EC2 instances in each Region. Configure Route 53 DNS failover by using a health check that monitors the alarms.
    C. Configure Route 53 DNS failover by using a health check that monitors the private IP address of an EC2 instance in each Region.
    D. Configure Route 53 geoproximity routing. Specify the Regions that are used for the infrastructure.
    E. Configure Route 53 simple routing. Specify the continent, country, and state or province that are used for the infrastructure.

  • Question 68:

    A company runs thousands of Amazon EC2 instances that are based on the Amazon Linux 2 Amazon Machine Image (AMI). A SysOps administrator must implement a solution to record commands and output from any user that needs an interactive session on one of the EC2 instances. The solution must log the data to a durable storage location. The solution also must provide automated notifications and alarms that are based on the log data.

    Which solution will meet these requirements with the MOST operational efficiency?

    A. Configure command session logging on each EC2 instance. Configure the unified Amazon CloudWatch agent to send session logs to Amazon CloudWatch Logs. Set up query filters and alerts by using Amazon Athena.
    B. Require all users to use a central bastion host when they need command line access to an EC2 instance. Configure the unified Amazon CloudWatch agent on the bastion host to send session logs to Amazon CloudWatch Logs. Set up a metric filter and a metric alarm for relevant security findings in CloudWatch Logs.
    C. Require all users to use AWS Systems Manager Session Manager when they need command line access to an EC2 instance. Configure Session Manager to stream session logs to Amazon CloudWatch Logs. Set up a metric filter and a metric alarm for relevant security findings in CloudWatch Logs.
    D. Configure command session logging on each EC2 instance. Require all users to use AWS Systems Manager Run Command documents when they need command line access to an EC2 instance. Configure the unified Amazon CloudWatch agent to send session logs to Amazon CloudWatch Logs. Set up CloudWatch alarms that are based on Amazon Athena query results.

  • Question 69:

    A company has a stateful web application that is hosted on Amazon EC2 instances in an Auto Scaling group. The instances run behind an Application Load Balancer (ALB) that has a single target group. The ALB is configured as the origin in an Amazon CloudFront distribution. Users are reporting random logouts from the web application.

    Which combination of actions should a CloudOps engineer take to resolve this problem? (Select TWO.)

    A. Change to the least outstanding requests algorithm on the ALB target group.
    B. Configure cookie forwarding in the CloudFront distribution cache behavior.
    C. Configure header forwarding in the CloudFront distribution cache behavior.
    D. Enable group-level stickiness on the ALB listener rule.
    E. Enable sticky sessions on the ALB target group.

  • Question 70:

    A CloudOps engineer must ensure that all Amazon EBS snapshots are retained even if the originating CloudFormation stack is deleted. The snapshots must be created automatically during stack deletion.

    Which CloudFormation feature should be used?

    A. Stack termination protection
    B. DeletionPolicy: Retain
    C. DeletionPolicy: Snapshot
    D. UpdateReplacePolicy: Retain

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.