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

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

    A company needs to integrate with a third-party data feed. The data feed sends a webhook to notify an external service when new data is ready for consumption A developer wrote an AWS Lambfe function to retrieve data when the company receives a webhook callback The developer must make the Lambda function available for the third party to call.

    Which solution will meet these requirements with the MOST operational efficiency?

    A. Create a function URL for the Lambda function. Provide the Lambda function URL to the third party for the webhook.

    B. Deploy an Application Load Balancer (ALB) in front of the Lambda function. Provide the ALB URL to the third party for the webhook

    C. Create an Amazon Simple Notification Service (Amazon SNS) topic. Attach the topic to the Lambda function. Provide the public hostname of the SNS topic to the third party for the webhook.

    D. Create an Amazon Simple Queue Service (Amazon SQS) queue. Attach the queue to the Lambda function. Provide the public hostname of the SQS queue to the third party for the webhook.

  • Question 463:

    A company wants to securely exchange data between its software as a service (SaaS) application Salesforce account and Amazon S3. The company must encrypt the data at rest by using AWS Key Management Service (AWS KMS) customer managed keys (CMKs). The company must also encrypt the data in transit. The company has enabled API access for the Salesforce account.

    Which solution will meet these requirements with the LEAST development effort?

    A. Create AWS Lambda functions to transfer the data securely from Salesforce to Amazon S3.

    B. Create an AWS Step Functions workflow Define the task to transfer the data securely from Salesforce to Amazon S3.

    C. Create Amazon AppFlow flows to transfer the data securely from Salesforce to Amazon S3.

    D. Create a custom connector for Salesforce to transfer the data securely from Salesforce to Amazon S3.

  • Question 464:

    A company stores raw collected data in an Amazon S3 bucket. The data is used for several types of analytics on behalf of the company's customers. The type of analytics requested to determines the access pattern on the S3 objects.

    The company cannot predict or control the access pattern. The company wants to reduce its S3 costs.

    Which solution will meet these requirements?

    A. Use S3 replication to transition infrequently accessed objects to S3 Standard-Infrequent Access (S3 Standard-1A)

    B. Use S3 Lifecycle rules to transition objects from S3 Standard to Standard-Infrequent Access (S3 Standard-1A).

    C. Use S3 Lifecycle rules for transition objects from S3 Standard to S3 Intelligent-Tiering.

    D. Use S3 Inventory to identify and transition objects that have not been accessed from S3 Standard to S3 Intelligent-Tiering.

  • Question 465:

    A solutions architect is designing a REST API in Amazon API Gateway for a cash payback service The application requires 1 GB of memory and 2 GB of storage for its computation resources. The application will require that the data is in a relational format.

    Which additional combination of AWS services will meet these requirements with the LEAST administrative effort? (Select TWO.)

    A. Amazon EC2

    B. AWS Lambda

    C. Amazon RDS

    D. Amazon DynamoDB

    E. Amazon Elastic Kubernetes Services (Amazon EKS)

  • Question 466:

    A company has resources across multiple AWS Regions and accounts. A newly hired solutions architect discovers a previous employee did not provide details about the resources invent^. The solutions architect needs to build and map the relationship details of the various workloads across all accounts.

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

    A. Use AWS Systems Manager Inventory to generate a map view from the detailed view report.

    B. Use AWS Step Functions to collect workload details Build architecture diagrams of the workloads manually.

    C. Use Workload Discovery on AWS to generate architecture diagrams of the workloads.

    D. Use AWS X-Ray to view the workload details Build architecture diagrams with relationships

  • Question 467:

    A company has multiple AWS accounts for development work. Some staff consistently use oversized Amazon EC2 instances, which causes the company to exceed the yearly budget for the development accounts The company wants to centrally restrict the creation of AWS resources in these accounts

    Which solution will meet these requirements with the LEAST development effort?

    A. Develop AWS Systems Manager templates that use an approved EC2 creation process. Use the approved Systems Manager templates to provision EC2 instances.

    B. Use AWS Organizations to organize the accounts into organizational units (OUs). Define and attach a service control policy (SCP) to control the usage of EC2 instance types.

    C. Configure an Amazon EventBridge rule that invokes an AWS Lambda function when an EC2 instance is created. Stop disallowed EC2 instance types.

    D. Set up AWS Service Catalog products for the staff to create the allowed EC2 instance types Ensure that staff can deploy EC2 instances only by using the Service Catalog products.

  • Question 468:

    An image hosting company uploads its large assets to Amazon S3 Standard buckets The company uses multipart upload in parallel by using S3 APIs and overwrites if the same object is uploaded again. For the first 30 days after upload, the objects will be accessed frequently. The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent The company must optimize its S3 storage costs while maintaining high availability and resiliency of stored assets.

    Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)

    A. Move assets to S3 Intelligent-Tiering after 30 days.

    B. Configure an S3 Lifecycle policy to clean up incomplete multipart uploads.

    C. Configure an S3 Lifecycle policy to clean up expired object delete markers.

    D. Move assets to S3 Standard-Infrequent Access (S3 Standard-IA) after 30 days

    E. Move assets to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 30 days.

  • Question 469:

    A company is making a prototype of the infrastructure for its new website by manually provisioning the necessary infrastructure. This infrastructure includes an Auto Scaling group, an Application Load Balancer, and an Amazon RDS database. After the configuration has been thoroughly validated, the company wants the capability to immediately deploy the infrastructure for development and production use in two Availability Zones in an automated fashion.

    What should a solutions architect recommend to meet these requirements?

    A. Use AWS Systems Manager to replicate and provision the prototype infrastructure in two Availability Zones.

    B. Define the infrastructure as a template by using the prototype infrastructure as a guide. Deploy the infrastructure with AWS CloudFormation

    C. Use AWS Config to record the inventory of resources that are used in the prototype infrastructure. Use AWS Config to deploy the prototype infrastructure into two Availability Zones.

    D. Use AWS Elastic Beanstalk and configure it to use an automated reference to the prototype infrastructure to automatically deploy new environments in two Availability Zones

  • Question 470:

    A company wants to move from many standalone AWS accounts to a consolidated, multi- account architecture The company plans to create many new AWS accounts for different business units. The company needs to authenticate access to these AWS accounts by using a centralized corporate directory sen/ice.

    Which combination of actions should a solutions architect recommend to meet these requirements? (Select TWO.)

    A. Create a new organization in AWS Organizations with all features turned on. Create the new AWS accounts in the organization.

    B. Set up an Amazon Cognito identity pool. Configure AWS 1AM Identity Center (AWS Single Sign-On) to accept Amazon Cognito authentication.

    C. Configure a service control policy (SCP) to manage the AWS accounts. Add AWS 1AM Identity Center (AWS Single Sign-On) to AWS Directory Service.

    D. Create a new organization in AWS Organizations. Configure the organization's authentication mechanism to use AWS Directory Service directly.

    E. Set up AWS 1AM Identity Center (AWS Single Sign-On) in the organization. Configure 1AM Identity Center, and integrate it with the company's corporate directory service.

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.