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

    A company deploys Amazon EC2 instances that run in a VPC. The EC2 instances load source data into Amazon S3 buckets so that the data can be processed in the future. According to compliance laws, the data must not be transmitted over the public internet. Servers in the company's on-premises data center will consume the output from an application that runs on the EC2 instances.

    Which solution will meet these requirements?

    A. Deploy an interface VPC endpoint for Amazon EC2. Create an AWS Site-to-Site VPN connection between the company and the VPC.

    B. Deploy a gateway VPC endpoint for Amazon S3. Set up an AWS Direct Connect connection between the on-premises network and the VPC.

    C. Set up an AWS Transit Gateway connection from the VPC to the S3 buckets. Create an AWS Site-to- Site VPN connection between the company and the VPC.

    D. Set up proxy EC2 instances that have routes to NAT gateways. Configure the proxy EC2 instances to fetch S3 data and feed the application instances.

  • Question 392:

    A solutions architect is designing an application that will allow business users to upload objects to Amazon S3. The solution needs to maximize object durability. Objects also must be readily available at any time and for any length of time. Users will access objects frequently within the first 30 days after the objects are uploaded, but users are much less likely to access objects that are older than 30 days.

    Which solution meets these requirements MOST cost-effectively?

    A. Store all the objects in S3 Standard with an S3 Lifecycle rule to transition the objects to S3 Glacier after 30 days.

    B. Store all the objects in S3 Standard with an S3 Lifecycle rule to transition the objects to S3 Standard- Infrequent Access (S3 Standard-IA) after 30 days.

    C. Store all the objects in S3 Standard with an S3 Lifecycle rule to transition the objects to S3 One Zone- Infrequent Access (S3 One Zone-IA) after 30 days.

    D. Store all the objects in S3 Intelligent-Tiering with an S3 Lifecycle rule to transition the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 30 days.

  • Question 393:

    A company is designing a solution to capture customer activity in different web applications to process analytics and make predictions. Customer activity in the web applications is unpredictable and can increase suddenly. The company requires a solution that integrates with other web applications. The solution must include an authorization step for security purposes.

    Which solution will meet these requirements?

    A. Configure a Gateway Load Balancer (GWLB) in front of an Amazon Elastic Container Service (Amazon ECS) container instance that stores the information that the company receives in an Amazon Elastic File System (Amazon EFS) file system. Authorization is resolved at the GWLB.

    B. Configure an Amazon API Gateway endpoint in front of an Amazon Kinesis data stream that stores the information that the company receives in an Amazon S3 bucket. Use an AWS Lambda function to resolve authorization.

    C. Configure an Amazon API Gateway endpoint in front of an Amazon Kinesis Data Firehose that stores the information that the company receives in an Amazon S3 bucket. Use an API Gateway Lambda authorizer to resolve authorization.

    D. Configure a Gateway Load Balancer (GWLB) in front of an Amazon Elastic Container Service (Amazon ECS) container instance that stores the information that the company receives on an Amazon Elastic File System (Amazon EFS) file system. Use an AWS Lambda function to resolve authorization.

  • Question 394:

    A solutions architect is designing a security solution for a company that wants to provide developers with individual AWS accounts through AWS Organizations, while also maintaining standard security controls. Because the individual developers will have AWS account root user-level access to their own accounts, the solutions architect wants to ensure that the mandatory AWS CloudTrail configuration that is applied to new developer accounts is not modified.

    Which action meets these requirements?

    A. Create an IAM policy that prohibits changes to CloudTrail. and attach it to the root user.

    B. Create a new trail in CloudTrail from within the developer accounts with the organization trails option enabled.

    C. Create a service control policy (SCP) that prohibits changes to CloudTrail, and attach it the developer accounts.

    D. Create a service-linked role for CloudTrail with a policy condition that allows changes only from an Amazon Resource Name (ARN) in the management account.

  • Question 395:

    A company is planning to deploy a business-critical application in the AWS Cloud. The application requires durable storage with consistent, low-latency performance.

    Which type of storage should a solutions architect recommend to meet these requirements?

    A. Instance store volume

    B. Amazon ElastiCache for Memcached cluster

    C. Provisioned IOPS SSD Amazon Elastic Block Store (Amazon EBS) volume

    D. Throughput Optimized HDD Amazon Elastic Block Store (Amazon EBS) volume

  • Question 396:

    A company runs a critical, customer-facing application on Amazon Elastic Kubernetes Service (Amazon EKS). The application has a microservices architecture. The company needs to implement a solution that collects, aggregates, and summarizes metrics and logs from the application in a centralized location.

    Which solution meets these requirements?

    A. Run the Amazon CloudWatch agent in the existing EKS cluster. View the metrics and logs in the CloudWatch console.

    B. Run AWS App Mesh in the existing EKS cluster. View the metrics and logs in the App Mesh console.

    C. Configure AWS CloudTrail to capture data events. Query CloudTrail by using Amazon OpenSearch Service.

    D. Configure Amazon CloudWatch Container Insights in the existing EKS cluster. View the metrics and logs in the CloudWatch console.

  • Question 397:

    A company has deployed its newest product on AWS. The product runs in an Auto Scaling group behind a Network Load Balancer. The company stores the product's objects in an Amazon S3 bucket.

    The company recently experienced malicious attacks against its systems. The company needs a solution that continuously monitors for malicious activity in the AWS account, workloads, and access patterns to the S3 bucket. The solution must also report suspicious activity and display the information on a dashboard.

    Which solution will meet these requirements?

    A. Configure Amazon Macie to monitor and report findings to AWS Config.

    B. Configure Amazon Inspector to monitor and report findings to AWS CloudTrail.

    C. Configure Amazon GuardDuty to monitor and report findings to AWS Security Hub.

    D. Configure AWS Config to monitor and report findings to Amazon EventBridge.

  • Question 398:

    A company wants to migrate an on-premises data center to AWS. The data center hosts a storage server that stores data in an NFS-based file system. The storage server holds 200 GB of data. The company needs to migrate the data without interruption to existing services. Multiple resources in AWS must be able to access the data by using the NFS protocol.

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

    A. Create an Amazon FSx for Lustre file system.

    B. Create an Amazon Elastic File System (Amazon EFS) file system.

    C. Create an Amazon S3 bucket to receive the data.

    D. Manually use an operating system copy command to push the data into the AWS destination.

    E. Install an AWS DataSync agent in the on-premises data center. Use a DataSync task between the on- premises location and AWS.

  • Question 399:

    A global company runs its applications in multiple AWS accounts in AWS Organizations. The company's applications use multipart uploads to upload data to multiple Amazon S3 buckets across AWS Regions. The company wants to report on incomplete multipart uploads for cost compliance purposes. Which solution will meet these requirements with the LEAST operational overhead?

    A. Configure AWS Config with a rule to report the incomplete multipart upload object count.

    B. Create a service control policy (SCP) to report the incomplete multipart upload object count.

    C. Configure S3 Storage Lens to report the incomplete multipart upload object count.

    D. Create an S3 Multi-Region Access Point to report the incomplete multipart upload object count.

  • Question 400:

    A company wants to migrate two DNS servers to AWS. The servers host a total of approximately 200 zones and receive 1 million requests each day on average. The company wants to maximize availability while minimizing the operational overhead that is related to the management of the two servers. What should a solutions architect recommend to meet these requirements?

    A. Create 200 new hosted zones in the Amazon Route 53 console Import zone files.

    B. Launch a single large Amazon EC2 instance Import zone tiles. Configure Amazon CloudWatch alarms and notifications to alert the company about any downtime.

    C. Migrate the servers to AWS by using AWS Server Migration Service (AWS SMS). Configure Amazon CloudWatch alarms and notifications to alert the company about any downtime.

    D. Launch an Amazon EC2 instance in an Auto Scaling group across two Availability Zones. Import zone files. Set the desired capacity to 1 and the maximum capacity to 3 for the Auto Scaling group. Configure scaling alarms to scale based on CPU utilization.

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.