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

    A company is developing an application in the AWS Cloud. The application's HTTP API contains critical information that is published in Amazon API Gateway. The critical information must be accessible from only a limited set of trusted IP addresses that belong to the company's internal network.

    Which solution will meet these requirements?

    A. Set up an API Gateway private integration to restrict access to a predefined set of IP addresses.
    B. Create a resource policy for the API that denies access to any IP address that is not specifically allowed.
    C. Directly deploy the API in a private subnet. Create a network ACL. Set up rules to allow the traffic from specific IP addresses.
    D. Modify the security group that is attached to API Gateway to allow inbound traffic from only the trusted IP addresses.

  • Question 862:

    A company has an organization in AWS Organizations that has all features enabled. The company requires that all API calls and logins in any existing or new AWS account must be audited. The company needs a managed solution to prevent additional work and to minimize costs. The company also needs to know when any AWS account is not compliant with the AWS Foundational Security Best Practices (FSBP) standard.

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

    A. Deploy an AWS Control Tower environment in the Organizations management account. Enable AWS Security Hub and AWS Control Tower Account Factory in the environment.
    B. Deploy an AWS Control Tower environment in a dedicated Organizations member account. Enable AWS Security Hub and AWS Control Tower Account Factory in the environment.
    C. Use AWS Managed Services (AMS) Accelerate to build a multi-account landing zone (MALZ). Submit an RFC to self-service provision Amazon GuardDuty in the MALZ.
    D. Use AWS Managed Services (AMS) Accelerate to build a multi-account landing zone (MALZ). Submit an RFC to self-service provision AWS Security Hub in the MALZ.

  • Question 863:

    A company has an API that receives real-time data from a fleet of monitoring devices. The API stores this data in an Amazon RDS DB instance for later analysis. The amount of data that the monitoring devices send to the API fluctuates. During periods of heavy traffic, the API often returns timeout errors. After an inspection of the logs, the company determines that the database is not capable of processing the volume of write traffic that comes from the API. A solutions architect must minimize the number of connections to the database and must ensure that data is not lost during periods of heavy traffic.

    Which solution will meet these requirements?

    A. Increase the size of the DB instance to an instance type that has more available memory.
    B. Modify the DB instance to be a Multi-AZ DB instance. Configure the application to write to all active RDS DB instances.
    C. Modify the API to write incoming data to an Amazon Simple Queue Service (Amazon SQS) queue. Use an AWS Lambda function that Amazon SQS invokes to write data from the queue to the database.
    D. Modify the API to write incoming data to an Amazon Simple Notification Service (Amazon SNS) topic. Use an AWS Lambda function that Amazon SNS invokes to write data from the topic to the database.

  • Question 864:

    A company uses a Microsoft SQL Server database. The company's applications are connected to the database. The company wants to migrate to an Amazon Aurora PostgreSQL database with minimal changes to the application code.

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

    A. Use the AWS Schema Conversion Tool (AWS SCT) to rewrite the SQL queries in the applications.
    B. Enable Babelfish on Aurora PostgreSQL to run the SQL queries from the applications.
    C. Migrate the database schema and data by using the AWS Schema Conversion Tool (AWS SCT) and AWS Database Migration Service (AWS DMS).
    D. Use Amazon RDS Proxy to connect the applications to Aurora PostgreSQL.
    E. Use AWS Database Migration Service (AWS DMS) to rewrite the SQL queries in the applications.

  • Question 865:

    A company has a web application that uses several web servers that run on Amazon EC2 instances. The instances use a shared Amazon RDS for MySQL database.

    The company requires a secure method to store database credentials. The credentials must be automatically rotated every 30 days without affecting application availability.

    Which solution will meet these requirements?

    A. Store database credentials in AWS Secrets Manager. Create an AWS Lambda function to automatically rotate the credentials. Use Amazon EventBridge to run the Lambda function on a schedule. Grant the necessary IAM permissions to allow the web servers to access Secrets Manager.
    B. Store database credentials in AWS Systems Manager OpsCenter. Grant the necessary IAM permissions to allow the web servers to access OpsCenter.
    C. Store database credentials in an Amazon S3 bucket. Create an AWS Lambda function to automatically rotate the credentials. Use Amazon EventBridge to run the Lambda function on a schedule. Grant the necessary IAM permissions to allow the web servers to retrieve credentials from the S3 bucket.
    D. Store the credentials in a local file on each of the web servers. Use an AWS KMS key to encrypt the credentials. Create a cron job on each server to rotate the credentials every 30 days.

  • Question 866:

    A company is using Amazon DocumentDB global clusters to support an ecommerce application. The application serves customers across multiple AWS Regions. To ensure business continuity, the company needs a solution to minimize downtime during maintenance windows or other disruptions.

    Which solution will meet these requirements?

    A. Regularly create manual snapshots of the DocumentDB instance in the primary Region.
    B. Perform a managed failover to a secondary Region when needed.
    C. Perform a failover to a replica DocumentDB instance within the primary Region.
    D. Configure increased replication lag to manage cross-Region replication.

  • Question 867:

    A company wants to build a web application on AWS. Client access requests to the website are not predictable and can be idle for a long time. Only customers who have paid a subscription fee can have the ability to sign in and use the web application.

    Which combination of steps will meet these requirements MOST cost-effectively? (Choose three.)

    A. Create an AWS Lambda function to retrieve user information from Amazon DynamoDB. Create an Amazon API Gateway endpoint to accept RESTful APIs. Send the API calls to the Lambda function.
    B. Create an Amazon Elastic Container Service (Amazon ECS) service behind an Application Load Balancer to retrieve user information from Amazon RDS. Create an Amazon API Gateway endpoint to accept RESTful APIs. Send the API calls to the Lambda function.
    C. Create an Amazon Cognito user pool to authenticate users.
    D. Create an Amazon Cognito identity pool to authenticate users.
    E. Use AWS Amplify to serve the frontend web content with HTML, CSS, and JS. Use an integrated Amazon CloudFront configuration.
    F. Use Amazon S3 static web hosting with PHP, CSS, and JS. Use Amazon CloudFront to serve the frontend web content.

  • Question 868:

    A solutions architect needs to save a particular automated database snapshot from an Amazon RDS for Microsoft SQL Server DB instance for longer than the maximum number of days.

    Which solution will meet these requirements in the MOST operationally efficient way?

    A. Create a manual copy of the snapshot.
    B. Export the contents of the snapshot to an Amazon S3 bucket.
    C. Change the retention period of the snapshot to 45 days.
    D. Create a native SQL Server backup. Save the backup to an Amazon S3 bucket.

  • Question 869:

    A media company is migrating a Microsoft Windows-based application to the AWS Cloud. The company uses the application to analyze media files.

    The company requires a resilient shared storage solution that the company can access by using the SMB protocol.

    Which storage solution will meet these requirements?

    A. Use an Amazon S3 bucket to store the media files. Connect the application servers to the bucket.
    B. Use Amazon FSx for Windows File Server in a Multi-AZ deployment as shared storage for the application servers.
    C. Use an Amazon EBS volume as shared storage for the application servers.
    D. Use an Amazon FSx File Gateway as shared storage for the application servers.

  • Question 870:

    An application is experiencing performance issues based on increased demand. This increased demand is on read-only historical records that are pulled from an Amazon RDS-hosted database with custom views and queries. A solutions architect must improve performance without changing the database structure.

    Which approach will improve performance and MINIMIZE management overhead?

    A. Deploy Amazon DynamoDB, move all the data, and point to DynamoDB.
    B. Deploy Amazon ElastiCache (Redis OSS) and cache the data for the application.
    C. Deploy Memcached on Amazon EC2 and cache the data for the application.
    D. Deploy Amazon DynamoDB Accelerator (DAX) on Amazon RDS to improve cache performance.

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.