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

    A company is migrating mobile banking applications to run on Amazon EC2 instances in a VPC. Backend service applications run in an on-premises data center. The data center has an AWS Direct Connect connection into AWS. The applications that run in the VPC need to resolve DNS requests to an on-premises Active Directory domain that runs in the data center.

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

    A. Provision a set of EC2 instances across two Availability Zones in the VPC as caching DNS servers to resolve DNS queries from the application servers within the VPC.
    B. Provision an Amazon Route 53 private hosted zone. Configure NS records that point to on-premises DNS servers.
    C. Create DNS endpoints by using Amazon Route 53 Resolver. Add conditional forwarding rules to resolve DNS namespaces between the on-premises data center and the VPC.
    D. Provision a new Active Directory domain controller in the VPC with a bidirectional trust between this new domain and the on-premises Active Directory domain.

  • Question 602:

    A company has an application that runs on Amazon EC2 instances within a private subnet in a VPC. The instances access data in an Amazon S3 bucket in the same AWS Region. The VPC contains a NAT gateway in a public subnet to access the S3 bucket. The company wants to reduce costs by replacing the NAT gateway without compromising security or redundancy.

    Which solution meets these requirements?

    A. Replace the NAT gateway with a NAT instance.
    B. Replace the NAT gateway with an internet gateway.
    C. Replace the NAT gateway with a gateway VPC endpoint.
    D. Replace the NAT gateway with an AWS Direct Connect connection.

  • Question 603:

    A company performs tests on an application that uses an Amazon DynamoDB table. The tests run for 4 hours once a week. The company knows how many read and write operations the application performs to the table each second during the tests. The company does not currently use DynamoDB for any other use case. A solutions architect needs to optimize the costs for the table.

    Which solution will meet these requirements?

    A. Choose on-demand mode. Update the read and write capacity units appropriately.
    B. Choose provisioned mode. Update the read and write capacity units appropriately.
    C. Purchase DynamoDB reserved capacity for a 1-year term.
    D. Purchase DynamoDB reserved capacity for a 3-year term.

  • Question 604:

    A company stores data for multiple business units in a single Amazon S3 bucket that is in the company's payer AWS account. To maintain data isolation, the business units store data in separate prefixes in the S3 bucket by using an S3 bucket policy. The company plans to add a large number of dynamic prefixes. The company does not want to rely on a single S3 bucket policy to manage data access at scale. The company wants to develop a secure access management solution in addition to the bucket policy to enforce prefix-level data isolation.

    Which solution will meet these requirements?

    A. Configure the S3 bucket policy to deny s3:GetObject permissions for all users. Configure the bucket policy to allow s3:* access to individual business units.
    B. Enable default encryption on the S3 bucket by using server-side encryption with Amazon S3 managed keys (SSE-S3).
    C. Configure resource-based permissions on the S3 bucket by creating an S3 access point for each business unit.
    D. Use pre-signed URLs to provide access to the S3 bucket.

  • Question 605:

    A solutions architect must create a disaster recovery (DR) plan for a high-volume software as a service (SaaS) platform. All data for the platform is stored in an Amazon Aurora MySQL DB cluster. The DR plan must replicate data to a secondary AWS Region.

    Which solution will meet these requirements MOST cost-effectively?

    A. Use MySQL binary log replication to an Aurora cluster in the secondary Region. Provision one DB instance for the Aurora cluster in the secondary Region.
    B. Set up an Aurora global database for the DB cluster. When setup is complete, remove the DB instance from the secondary Region.
    C. Use AWS Database Migration Service (AWS DMS) to continuously replicate data to an Aurora cluster in the secondary Region. Remove the DB instance from the secondary Region.
    D. Set up an Aurora global database for the DB cluster. Specify a minimum of one DB instance in the secondary Region.

  • Question 606:

    A company's website uses an Amazon EC2 instance store for its catalog of items. The company wants to make sure that the catalog is highly available and that the catalog is stored in a durable location.

    What should a solutions architect do to meet these requirements?

    A. Move the catalog to Amazon ElastiCache for Redis.
    B. Deploy a larger EC2 instance with a larger instance store.
    C. Move the catalog from the instance store to Amazon S3 Glacier Deep Archive.
    D. Move the catalog to an Amazon Elastic File System (Amazon EFS) file system.

  • Question 607:

    A company hosts an application on Amazon EC2 instances that are part of a target group behind an Application Load Balancer (ALB). The company has attached a security group to the ALB.

    During a recent review of application logs, the company found many unauthorized login attempts from IP addresses that belong to countries outside the company's normal user base. The company wants to allow traffic only from the United States and Australia.

    Which solution will meet these requirements?

    A. Edit the default network ACL to block IP addresses from outside of the allowed countries.
    B. Create a geographic match rule in AWS WAF. Attach the rule to the ALB.
    C. Configure the ALB security group to allow the IP addresses of company employees. Edit the default network ACL to block IP addresses from outside of the allowed countries.
    D. Use a host-based firewall on the EC2 instances to block IP addresses from outside of the allowed countries. Configure the ALB security group to allow the IP addresses of company employees.

  • Question 608:

    A company is concerned that two NAT instances in use will no longer be able to support the traffic needed for the company's application. A solutions architect wants to implement a solution that is highly available, fault tolerant, and automatically scalable.

    What should the solutions architect recommend?

    A. Remove the two NAT instances and replace them with two NAT gateways in the same Availability Zone.
    B. Use Auto Scaling groups with Network Load Balancers for the NAT instances in different Availability Zones.
    C. Remove the two NAT instances and replace them with two NAT gateways in different Availability Zones.
    D. Replace the two NAT instances with Spot Instances in different Availability Zones and deploy a Network Load Balancer.

  • Question 609:

    A media company hosts its website on AWS. The website application's architecture includes a fleet of Amazon EC2 instances behind an Application Load Balancer (ALB) and a database that is hosted on Amazon Aurora. The company's cybersecurity team reports that the application is vulnerable to SQL injection.

    How should the company resolve this issue?

    A. Use AWS WAF in front of the ALB. Associate the appropriate web ACLs with AWS WAF.
    B. Create an ALB listener rule to reply to SQL injections with a fixed response.
    C. Subscribe to AWS Shield Advanced to block all SQL injection attempts automatically.
    D. Set up Amazon Inspector to block all SQL injection attempts automatically.

  • Question 610:

    A company has developed an API using an Amazon API Gateway REST API and AWS Lambda functions.

    The API serves static and dynamic content to users worldwide. The company wants to decrease the latency of transferring content for API requests.

    Which solution will meet these requirements?

    A. Deploy the REST API as an edge-optimized API endpoint. Enable caching. Enable content encoding in the API definition to compress the application data in transit.
    B. Deploy the REST API as a Regional API endpoint. Enable caching. Enable content encoding in the API definition to compress the application data in transit.
    C. Deploy the REST API as an edge-optimized API endpoint. Enable caching. Configure reserved concurrency for the Lambda functions.
    D. Deploy the REST API as a Regional API endpoint. Enable caching. Configure reserved concurrency for the Lambda functions.

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.