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

    A company wants to back up its on-premises virtual machines (VMs) to AWS. The company's backup solution exports on-premises backups to an Amazon S3 bucket as objects. The S3 backups must be retained for 30 days and must be automatically deleted after 30 days.

    Which combination of steps will meet these requirements? (Choose three.)

    A. Create an S3 bucket that has S3 Object Lock enabled.
    B. Create an S3 bucket that has object versioning enabled.
    C. Configure a default retention period of 30 days for the objects.
    D. Configure an S3 Lifecycle policy to protect the objects for 30 days.
    E. Configure an S3 Lifecycle policy to expire the objects after 30 days.
    F. Configure the backup solution to tag the objects with a 30-day retention period

  • Question 1082:

    A solutions architect is provisioning an Amazon Elastic File System (Amazon EFS) file system to provide shared storage across multiple Amazon EC2 instances. The instances all exist in the same VPC across multiple Availability Zones. There are two instances in each Availability Zone. The solutions architect must make the file system accessible to each instance with the lowest possible latency.

    Which solution will meet these requirements?

    A. Create a mount target for the EFS file system in the VPC. Use the mount target to mount the file system on each of the instances.
    B. Create a mount target for the EFS file system in one Availability Zone of the VPC. Use the mount target to mount the file system on the instances in that Availability Zone. Share the directory with the other instances.
    C. Create a mount target for each instance. Use each mount target to mount the EFS file system on each respective instance.
    D. Create a mount target in each Availability Zone of the VPC. Use the mount target to mount the EFS file system on the instances in the respective Availability Zone.

  • Question 1083:

    A company wants to implement a backup strategy for Amazon EC2 data and multiple Amazon S3 buckets.

    Because of regulatory requirements, the company must retain backup files for a specific time period. The company must not alter the files for the duration of the retention period.

    Which solution will meet these requirements?

    A. Use AWS Backup to create a backup vault that has a vault lock in governance mode. Create the required backup plan.
    B. Use Amazon Data Lifecycle Manager to create the required automated snapshot policy.
    C. Use Amazon S3 File Gateway to create the backup. Configure the appropriate S3 Lifecycle management.
    D. Use AWS Backup to create a backup vault that has a vault lock in compliance mode. Create the required backup plan.

  • Question 1084:

    A company hosts an industrial control application that receives sensor input through Amazon Kinesis Data Streams. The application needs to support new sensors for real-time anomaly detection in monitored equipment. The company wants to integrate new sensors in a loosely coupled, fully managed, and serverless way. The company cannot modify the application code.

    Which solution will meet these requirements?

    A. Forward the existing stream in Kinesis Data Streams to Amazon Managed Service for Apache Flink for anomaly detection. Use a second stream in Kinesis Data Streams to send the Flink output to the application.
    B. Use Amazon Data Firehose to stream data to Amazon S3. Use Amazon Redshift Spectrum to perform anomaly detection on the S3 data. Use S3 Event Notifications to invoke an AWS Lambda function that sends analyzed data to the application through a second stream in Kinesis Data Streams.
    C. Configure Amazon EC2 instances in an Auto Scaling group to consume data from the data stream and to perform anomaly detection. Create a second stream in Kinesis Data Streams to send data from the EC2 instances to the application.
    D. Configure an Amazon Elastic Container Service (Amazon ECS) task that uses Amazon EC2 instances to consume data from the data stream and to perform anomaly detection. Create a second stream in Kinesis Data Streams to send data from the containers to the application.

  • Question 1085:

    A company has a workload in an AWS Region. Customers connect to and access the workload by using an Amazon API Gateway REST API. The company uses Amazon Route 53 as its DNS provider. The company wants to provide individual and secure URLs for all customers.

    Which combination of steps will meet these requirements with the MOST operational efficiency? (Choose three.)

    A. Register the required domain in a registrar. Create a wildcard custom domain name in a Route 53 hosted zone and record in the zone that points to the API Gateway endpoint.
    B. Request a wildcard certificate that matches the domains in AWS Certificate Manager (ACM) in a different Region.
    C. Create hosted zones for each customer as required in Route 53. Create zone records that point to the API Gateway endpoint.
    D. Request a wildcard certificate that matches the custom domain name in AWS Certificate Manager (ACM) in the same Region.
    E. Create multiple API endpoints for each customer in API Gateway.
    F. Create a custom domain name in API Gateway for the REST API. Import the certificate from AWS Certificate Manager (ACM).

  • Question 1086:

    A company is designing the network for an online multi-player game. The game uses the UDP networking protocol and will be deployed in eight AWS Regions. The network architecture needs to minimize latency and packet loss to give end users a high-quality gaming experience.

    Which solution will meet these requirements?

    A. Setup a transit gateway in each Region. Create inter-Region peering attachments between each transit gateway.
    B. Set up AWS Global Accelerator with UDP listeners and endpoint groups in each Region.
    C. Set up Amazon CloudFront with UDP turned on. Configure an origin in each Region.
    D. Set up a VPC peering mesh between each Region. Turn on UDP for each VPC.

  • Question 1087:

    A company uses an Amazon EC2 Auto Scaling group to host an API. The EC2 instances are in a target group that is associated with an Application Load Balancer (ALB). The company stores data in an Amazon Aurora PostgreSQL database.

    The API has a weekly maintenance window. The company must ensure that the API returns a static maintenance response during the weekly maintenance window.

    Which solution will meet this requirement with the LEAST operational overhead?

    A. Create a table in Aurora PostgreSQL that has fields to contain keys and values. Create a key for a maintenance flag. Set the flag when the maintenance window starts. Configure the API to query the table for the maintenance flag and to return a maintenance response if the flag is set. Reset the flag when the maintenance window is finished.
    B. Create an Amazon Simple Queue Service (Amazon SQS) queue. Subscribe the EC2 instances to the queue. Publish a message to the queue when the maintenance window starts. Configure the API to return a maintenance message if the instances receive a maintenance start message from the queue. Publish another message to the queue when the maintenance window is finished to restore normal operation.
    C. Create a listener rule on the ALB to return a maintenance response when the path on a request matches a wildcard. Set the rule priority to one. Perform the maintenance. When the maintenance window is finished, delete the listener rule.
    D. Create an Amazon Simple Notification Service (Amazon SNS) topic Subscribe the EC2 instances to the topic Publish a message to the topic when the maintenance window starts. Configure the API to return a maintenance response if the instances receive the maintenance start message from the topic. Publish another message to the topic when the maintenance window finshes to restore normal operation.

  • Question 1088:

    A company runs its critical database on an Amazon RDS for PostgreSQL DB instance. The company wants to migrate to Amazon Aurora PostgreSQL with minimal downtime and data loss.

    Which solution will meet these requirements with the LEAST operational overhead?

    A. Create a DB snapshot of the RDS for PostgreSQL DB instance to populate a new Aurora PostgreSQL DB cluster.
    B. Create an Aurora read replica of the RDS for PostgreSQL DB instance. Promote the Aurora read replicate to a new Aurora PostgreSQL DB cluster.
    C. Use data import from Amazon S3 to migrate the database to an Aurora PostgreSQL DB cluster.
    D. Use the pg_dump utility to back up the RDS for PostgreSQL database. Restore the backup to a new Aurora PostgreSQL DB cluster.

  • Question 1089:

    A company hosts an application used to upload files to an Amazon S3 bucket. Once uploaded, the files are processed to extract metadata, which takes less than 5 seconds. The volume and frequency of the uploads varies from a few files each hour to hundreds of concurrent uploads. The company has asked a solutions architect to design a cost-effective architecture that will meet these requirements.

    What should the solutions architect recommend?

    A. Configure AWS CloudTrail trails to log S3 API calls. Use AWS AppSync to process the files.
    B. Configure an object-created event notification within the S3 bucket to invoke an AWS Lambda function to process the files.
    C. Configure Amazon Kinesis Data Streams to process and send data to Amazon S3. Invoke an AWS Lambda function to process the files.
    D. Configure an Amazon Simple Notification Service (Amazon SNS) topic to process the files uploaded to Amazon S3. Invoke an AWS Lambda function to process the files.

  • Question 1090:

    A company generates SSL certificates from a third-party provider. The company imports the certificates into AWS Certificate Manager (ACM) to use with public web applications.

    A solutions architect must implement a solution to notify the company's security team 30 days before an imported certificate expires. The company already has an Amazon Simple Queue Service (Amazon SQS) queue. The company also has an Amazon Simple Notification Service (Amazon SNS) topic that has the security team's email address as a subscriber.

    Which solution will provide the security team with the required notification about certificates?

    A. Create an AWS Lambda function to scan for expiring certificates. Program the Lambda function to list the certificates in a JSON message and to deliver the message to the SQS queue.
    B. Create an AWS Lambda function to scan for expiring certificates. Program the Lambda function to list the certificates in a JSON message and to deliver the message to the SNS topic.
    C. Create an Amazon EventBridge rule that specifies the ACM Certificate Approaching Expiration event type. Set the SQS queue as the rule's target.
    D. Create an Amazon EventBridge rule that specifies the ACM Certificate Approaching Expiration event type. Set the SNS topic as the rule's target.

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.