SAA-C03 Exam Details

  • Exam Code
    :SAA-C03
  • Exam Name
    :AWS Certified Solutions Architect - Associate (SAA-C03)
  • Certification
    :Amazon Certifications
  • Vendor
    :Amazon
  • Total Questions
    :1524 Q&As
  • Last Updated
    :Jun 01, 2026

Amazon SAA-C03 Online Questions & Answers

  • Question 921:

    A company hosts multiple production applications. One of the applications consists of resources from Amazon EC2, AWS Lambda, Amazon RDS, Amazon Simple Notification Service (Amazon SNS), and Amazon Simple Queue Service (Amazon SQS) across multiple AWS Regions. All company resources are tagged with a tag name of "application" and a value that corresponds to each application. A solutions architect must provide the quickest solution for identifying all of the tagged components.

    Which solution meets these requirements?

    A. Use AWS CloudTrail to generate a list of resources with the application tag.
    B. Use the AWS CLI to query each service across all Regions to report the tagged components.
    C. Run a query in Amazon CloudWatch Logs Insights to report on the components with the application tag.
    D. Run a query with the AWS Resource Groups Tag Editor to report on the resources globally with the application tag.

  • Question 922:

    A company needs to run its external website on Amazon EC2 instances and on-premises virtualized servers. The AWS environment has a 1 GB AWS Direct Connect connection to the data center. The application has IP addresses that will not change. The on-premises and AWS servers are able to restart themselves while maintaining the same IP address if a failure occurs. Some website users have to add their vendors to an allow list, so the solution must have a fixed IP address. The company needs a solution with the lowest operational overhead to handle this split traffic.

    What should a solutions architect do to meet these requirements?

    A. Deploy an Amazon Route 53 Resolver with rules pointing to the on-premises and AWS IP addresses.
    B. Deploy a Network Load Balancer on AWS. Create target groups for the on-premises and AWS IP addresses.
    C. Deploy an Application Load Balancer on AWS. Register the on-premises and AWS IP addresses with the target group.
    D. Deploy Amazon API Gateway to direct traffic to the on-premises and AWS IP addresses based on the header of the request.

  • Question 923:

    A company wants to visualize its AWS spend and resource usage. The company wants to use an AWS managed service to provide visual dashboards.

    Which solution will meet these requirements?

    A. Configure an export in AWS Data Exports. Use Amazon QuickSight to create a cost and usage dashboard. View the data in QuickSight.
    B. Configure one custom budget in AWS Budgets for costs. Configure a second custom budget for usage. Schedule daily AWS Budgets reports by using the two budgets as sources.
    C. Configure AWS Cost Explorer to use user-defined cost allocation tags with hourly granularity to generate detailed data.
    D. Configure an export in AWS Data Exports. Use the standard export option. View the data in Amazon Athena.

  • Question 924:

    A gaming company is building an application that uses a database to store user data. The company wants the database to have an active-active configuration that allows data writes to a secondary AWS Region.

    The database must achieve a sub-second recovery point objective (RPO).

    Which solution will meet these requirements?

    A. Deploy an Amazon ElastiCache (Redis OSS) cluster. Configure a global data store for disaster recovery. Configure the ElastiCache cluster to cache data from an Amazon RDS database that is deployed in the primary Region.
    B. Deploy an Amazon DynamoDB table in the primary Region and the secondary Region. Configure Amazon DynamoDB Streams to invoke an AWS Lambda function to write changes from the table in the primary Region to the table in the secondary Region.
    C. Deploy an Amazon Aurora MySQL database in the primary Region. Configure a global database for the secondary Region.
    D. Deploy an Amazon DynamoDB table in the primary Region. Configure global tables for the secondary Region.

  • Question 925:

    An image-processing company has a web application that users use to upload images. The application uploads the images into an Amazon S3 bucket. The company has set up S3 event notifications to publish the object creation events to an Amazon Simple Queue Service (Amazon SQS) standard queue. The SQS queue serves as the event source for an AWS Lambda function that processes the images and sends the

    results to users through email. Users report that they are receiving multiple email messages for every uploaded image. A solutions architect determines that SQS messages are invoking the Lambda function more than once, resulting in multiple email messages.

    What should the solutions architect do to resolve this issue with the LEAST operational overhead?

    A. Set up long polling in the SQS queue by increasing the ReceiveMessage wait time to 30 seconds.
    B. Change the SQS standard queue to an SQS FIFO queue. Use the message deduplication ID to discard duplicate messages.
    C. Increase the visibility timeout in the SQS queue to a value that is greater than the total of the function timeout and the batch window timeout.
    D. Modify the Lambda function to delete each message from the SQS queue immediately after the message is read before processing.

  • Question 926:

    A company is planning to run an AI/ML workload on AWS. The company needs to train a model on a dataset that is in Amazon S3 Standard. A model training application requires multiple compute nodes and single-digit millisecond access to the data.

    Which solution will meet these requirements in the MOST cost-effective way?

    A. Move the data to S3 Intelligent-Tiering. Point the model training application to S3 Intelligent-Tiering as the data source.
    B. Add partitions to the S3 bucket by adding random prefixes. Reconfigure the model training application to point to the new prefixes as the data source.
    C. Move the data to S3 Express One Zone. Point the model training application to S3 Express One Zone as the data source.
    D. Move the data to a General Purpose SSD (gp3) Amazon Elastic Block Store (Amazon EBS)volume attached to an Amazon EC2 instance. Point the model training application to the gp3 volume as the data source.

  • Question 927:

    A company runs its customer-facing web application on containers. The workload uses Amazon Elastic Container Service (Amazon ECS) on AWS Fargate. The web application is resource intensive. The web application needs to be available 24 hours a day, 7 days a week for customers. The company expects the application to experience short bursts of high traffic.

    The workload must be highly available.

    Which solution will meet these requirements MOST cost-effectively?

    A. Configure an ECS capacity provider with Fargate. Conduct load testing by using a third-party tool. Rightsize the Fargate tasks in Amazon CloudWatch.
    B. Configure an ECS capacity provider with Fargate for steady state and Fargate Spot for burst traffic.
    C. Configure an ECS capacity provider with Fargate Spot for steady state and Fargate for burst traffic.
    D. Configure an ECS capacity provider with Fargate. Use AWS Compute Optimizer to rightsize the Fargate task.

  • Question 928:

    A company recently launched Linux-based application instances on Amazon EC2 in a private subnet and launched a Linux-based bastion host on an Amazon EC2 instance in a public subnet of a VPC. A solutions architect needs to connect from the on-premises network, through the company's internet connection, to the bastion host, and to the application servers. The solutions architect must make sure that the security groups of all the EC2 instances will allow that access.

    Which combination of steps should the solutions architect take to meet these requirements? (Choose two.)

    A. Replace the current security group of the bastion host with one that only allows inbound access from the application instances.
    B. Replace the current security group of the bastion host with one that only allows inbound access from the internal IP range for the company.
    C. Replace the current security group of the bastion host with one that only allows inbound access from the external IP range for the company.
    D. Replace the current security group of the application instances with one that allows inbound SSH access from only the private IP address of the bastion host.
    E. Replace the current security group of the application instances with one that allows inbound SSH access from only the public IP address of the bastion host.

  • Question 929:

    A company runs a stateful production application on Amazon EC2 instances. The application requires at least two EC2 instances to always be running.

    A solutions architect needs to design a highly available and fault-tolerant architecture for the application.

    The solutions architect creates an Auto Scaling group of EC2 instances.

    Which set of additional steps should the solutions architect take to meet these requirements?

    A. Set the Auto Scaling group's minimum capacity to two. Deploy one On-Demand Instance in one Availability Zone and one On-Demand Instance in a second Availability Zone.
    B. Set the Auto Scaling group's minimum capacity to four. Deploy two On-Demand Instances in one Availability Zone and two On-Demand Instances in a second Availability Zone.
    C. Set the Auto Scaling group's minimum capacity to two. Deploy four Spot Instances in one Availability Zone.
    D. Set the Auto Scaling group's minimum capacity to four. Deploy two On-Demand Instances in one Availability Zone and two Spot Instances in a second Availability Zone.

  • Question 930:

    A company has an ecommerce application that users access through multiple mobile apps and web applications. The company needs a solution that will receive requests from the mobile apps and web applications through an API. Request traffic volume varies significantly throughout each day. Traffic spikes during sales events. The solution must be loosely coupled and ensure that no requests are lost.

    Which solution will meet these requirements?

    A. Create an Application Load Balancer (ALB). Create an AWS Elastic Beanstalk endpoint to process the requests. Add the Elastic Beanstalk endpoint to the target group of the ALB.
    B. Set up an Amazon API Gateway REST API with an integration to an Amazon Simple Queue Service (Amazon SQS) queue. Configure a dead-letter queue. Create an AWS Lambda function to poll the queue to process the requests.
    C. Create an Application Load Balancer (ALB). Create an AWS Lambda function to process the requests. Add the Lambda function as a target of the ALB.
    D. Set up an Amazon API Gateway HTTP API with an integration to an Amazon Simple Notification Service (Amazon SNS) topic. Create an AWS Lambda function to process the requests. Subscribe the function to the SNS topic to process the requests.

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 SAA-C03 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.