Exam Details

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

Amazon Amazon Certifications SAA-C03 Questions & Answers

  • Question 481:

    A social media company runs its application on Amazon EC2 instances behind an Application Load Balancer (ALB). The ALB is the origin for an Amazon CloudFront distribution. The application has more than a billion images stored in an Amazon S3 bucket and processes thousands of images each second. The company wants to resize the images dynamically and serve appropriate formats to clients.

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

    A. Install an external image management library on an EC2 instance. Use the image management library to process the images.

    B. Create a CloudFront origin request policy. Use the policy to automatically resize images and to serve the appropriate format based on the User-Agent HTTP header in the request.

    C. Use a Lambda@Edge function with an external image management library. Associate the Lambda@Edge function with the CloudFront behaviors that serve the images.

    D. Create a CloudFront response headers policy. Use the policy to automatically resize images and to serve the appropriate format based on the User-Agent HTTP header in the request.

  • Question 482:

    An ecommerce company stores terabytes of customer data in the AWS Cloud. The data contains personally identifiable information (Pll). The company wants to use the data in three applications. Only one of the applications needs to process

    the Pll. The Pll must be removed before the other two applications process the data.

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

    A. Store the data in an Amazon DynamoDB table. Create a proxy application layer to intercept and process the data that each application requests.

    B. Store the data in an Amazon S3 bucket. Process and transform the data by using S3 Object Lambda before returning the data to the requesting application.

    C. Process the data and store the transformed data in three separate Amazon S3 buckets so that each application has its own custom dataset. Point each application to its respective S3 bucket.

    D. Process the data and store the transformed data in three separate Amazon DynamoDB tables so that each application has its own custom dataset. Point each application to its respective DynamoDB table.

  • Question 483:

    A company has multiple AWS accounts that use consolidated billing. The company runs several active high performance Amazon RDS for Oracle On-Demand DB instances for 90 days. The company's finance team has access to AWS

    Trusted Advisor in the consolidated billing account and all other AWS accounts.

    The finance team needs to use the appropriate AWS account to access the Trusted Advisor check recommendations for RDS. The finance team must review the appropriate Trusted Advisor check to reduce RDS costs.

    Which combination of steps should the finance team take to meet these requirements? (Select TWO.)

    A. Use the Trusted Advisor recommendations from the account where the RDS instances are running.

    B. Use the Trusted Advisor recommendations from the consolidated billing account to see all RDS instance checks at the same time.

    C. Review the Trusted Advisor check for Amazon RDS Reserved Instance Optimization.

    D. Review the Trusted Advisor check for Amazon RDS Idle DB Instances.

    E. Review the Trusted Advisor check for Amazon Redshift Reserved Node Optimization.

  • Question 484:

    A solutions architect needs to optimize storage costs. The solutions architect must identify any Amazon S3 buckets that are no longer being accessed or are rarely accessed. Which solution will accomplish this goal with the LEAST operational overhead?

    A. Analyze bucket access patterns by using the S3 Storage Lens dashboard for advanced activity metrics.

    B. Analyze bucket access patterns by using the S3 dashboard in the AWS Management Console.

    C. Turn on the Amazon CloudWatch BucketSizeBytes metric for buckets. Analyze bucket access patterns by using the metrics data with Amazon Athena.

    D. Turn on AWS CloudTrail for S3 object monitoring. Analyze bucket access patterns by using CloudTrail logs that are integrated with Amazon CloudWatch Logs.

  • Question 485:

    A group requires permissions to list an Amazon S3 bucket and delete objects from that bucket An administrator has created the following 1AM policy to provide access to the bucket and applied that policy to the group. The group is not able to delete objects in the bucket. The company follows least-privilege access rules.

    Which statement should a solutions architect add to the policy to correct bucket access?

    A. Option A

    B. Option B

    C. Option C

    D. Option D

  • Question 486:

    A business application is hosted on Amazon EC2 and uses Amazon S3 for encrypted object storage. The chief information security officer has directed that no application traffic between the two services should traverse the public internet.

    Which capability should the solutions architect use to meet the compliance requirements?

    A. AWS Key Management Service (AWS KMS)

    B. VPC endpoint

    C. Private subnet

    D. Virtual private gateway

  • Question 487:

    A hospital needs to store patient records in an Amazon S3 bucket. The hospital's compliance team must ensure that all protected health information (PHI) is encrypted in transit and at rest. The compliance team must administer the encryption

    key for data at rest.

    Which solution will meet these requirements?

    A. Create a public SSL/TLS certificate in AWS Certificate Manager (ACM). Associate the certificate with Amazon S3. Configure default encryption for each S3 bucket to use serverside encryption with AWS KMS keys (SSE-KMS). Assign the compliance team to manage the KMS keys.

    B. Use the aws:SecureTransport condition on S3 bucket policies to allow only encrypted connections over HTTPS (TLS). Configure default encryption for each S3 bucket to use server-side encryption with S3 managed encryption keys (SSES3). Assign the compliance team to manage the SSE-S3 keys.

    C. Use the aws:SecureTransport condition on S3 bucket policies to allow only encrypted connections over HTTPS (TLS). Configure default encryption for each S3 bucket to use server-side encryption with AWS KMS keys (SSE-KMS). Assign the compliance team to manage the KMS keys.

    D. Use the aws:SecureTransport condition on S3 bucket policies to allow only encrypted connections over HTTPS (TLS). Use Amazon Macie to protect the sensitive data that is stored in Amazon S3. Assign the compliance team to manage Macie.

  • Question 488:

    A company is using Amazon Route 53 latency-based routing to route requests to its UDP-based application for users around the world. The application is hosted on redundant servers in the company's on-premises data centers in the United States. Asia, and Europe. The company's compliance requirements state that the application must be hosted on premises The company wants to improve the performance and availability of the application

    What should a solutions architect do to meet these requirements?

    A. A Configure three Network Load Balancers (NLBs) in the three AWS Regions to address the on-premises endpoints Create an accelerator by using AWS Global Accelerator, and register the NLBs as its endpoints. Provide access to the application by using a CNAME that points to the accelerator DNS

    B. Configure three Application Load Balancers (ALBs) in the three AWS Regions to address the on-premises endpoints. Create an accelerator by using AWS Global Accelerator and register the ALBs as its endpoints Provide access to the application by using a CNAME that points to the accelerator DNS

    C. Configure three Network Load Balancers (NLBs) in the three AWS Regions to address the on-premises endpoints In Route 53. create a latency-based record that points to the three NLBs. and use it as an origin for an Amazon CloudFront distribution Provide access to the application by using a CNAME that points to the CloudFront DNS

    D. Configure three Application Load Balancers (ALBs) in the three AWS Regions to address the on-premises endpoints In Route 53 create a latency-based record that points to the three ALBs and use it as an origin for an Amazon CloudFront distribution-Provide access to the application by using a CNAME that points to the CloudFront DNS

  • Question 489:

    A company has a three-tier environment on AWS that ingests sensor data from its users' devices The traffic flows through a Network Load Balancer (NIB) then to Amazon EC2 instances for the web tier and finally to EC2 instances for the application tier that makes database calls.

    What should a solutions architect do to improve the security of data in transit to the web tier?

    A. Configure a TLS listener and add the server certificate on the NLB

    B. Configure AWS Shield Advanced and enable AWS WAF on the NLB

    C. Change the load balancer to an Application Load Balancer and attach AWS WAF to it

    D. Encrypt the Amazon Elastic Block Store (Amazon EBS) volume on the EC2 instances using AWS Key Management Service (AWS KMS)

  • Question 490:

    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. Set up 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.

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.