SAA-C02 Exam Details

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

Amazon SAA-C02 Online Questions & Answers

  • Question 921:

    A company wants to use an AWS Region as a disaster recovery location for its on-premises infrastructure. The company has 10 TB of existing data, and the on-premise data center has a 1 Gbps internet connection. A solutions architect must find a solution so the company can have its existing data on AWS in 72 hours without transmitting it using an unencrypted channel.

    Which solution should the solutions architect select?

    A. Send the initial 10 TB of data to AWS using FTP.
    B. Send the initial 10 TB of data to AWS using AWS Snowball.
    C. Establish a VPN connection between Amazon VPC and the company's data center.
    D. Establish an AWS Direct Connect connection between Amazon VPC and the company's data center.

  • Question 922:

    An engineering team is developing and deploying AWS Lambda functions. The team needs to create roles and manage policies in AWS IAM to configure the permissions of the Lambda functions. How should the permissions for the team be configured so they also adhere to the concept of least privilege?

    A. Create an IAM role with a managed policy attached Allow the engineering team and the Lambda functions to assume this role
    B. Create an IAM group for the engineering team with an lAMFullAccess policy attached Add all the users from the team to this IAM group
    C. Create an execution role for the Lambda functions. Attach a managed policy that has permission boundaries specific to these Lambda functions
    D. Create an IAM role with a managed policy attached that has permission boundaries specific to the Lambda functions Allow the engineering team to assume this role.

  • Question 923:

    A security team wants to limit access to specific services or actions in all of the team's AWS accounts. All accounts belong to a large organization in AWS Organizations The solution must be scalable and there must be a single point where permissions can be maintained. What should a solutions architect do to accomplish this?

    A. Create an ACL to provide access to the services or actions.
    B. Create a security group to allow accounts and attach it to user groups
    C. Create cross-account roles in each account to deny access to the services or actions.
    D. Create a service control policy in the root organizational unit to deny access to the services or actions

  • Question 924:

    A company has recently updated its internal security standards. The company must now ensure all Amazon S3 buckets and Amazon Elastic Block Store (Amazon EBS) volumes are encrypted with keys created and periodically rotated by internal security specialists. The company is looking for a native, software-based AWS service to accomplish this goal.

    What should a solutions architect recommend as a solution?

    A. Use AWS Secrets Manager with customer master keys (CMKs) to store master key material and apply a routine to create a new CMK periodically and replace it in AWS Secrets Manager.
    B. Use AWS Key Management Service (AWS KMS) with customer master keys (CMKs) to store master key material and apply a routing to re-create a new key periodically and replace it in AWS KMS.
    C. Use an AWS CloudHSM cluster with customer master keys (CMKs) to store master key material and apply a routine a re-create a new key periodically and replace it in the CloudHSM cluster nodes.
    D. Use AWS Systems Manager Parameter Store with customer master keys (CMKs) keys to store master key material and apply a routine to re-create a new periodically and replace it in the Parameter Store.

  • Question 925:

    A company stores user data in AWS. The data is used continuously with peak usage during business hours. Access patterns vary, with some data not being used for months at a time. A solution architect must choose a cost-effective solution

    that maintains the highest level of durability while maintaining high availability.

    Which storage solution meets these requirements?

    A. Amazon S3 Standard
    B. Amazon S3 intelligent-Tiering
    C. Amazon S3 Glacier Deep Archive
    D. Amazon S3 One Zone-infrequent Access (Se One Zone-IA)

  • Question 926:

    A solutions architect is moving the static content from a public website hosted on Amazon EC2 instances to an Amazon S3 bucket. An Amazon CloudFront distribution will be used to deliver the static assets. The security group used by the

    EC2 instances restricts access to a limited set of IP ranges. Access to the static content should be similarly restricted.

    Which combination of steps will meet these requirements? (Select TWO.)

    A. Create an origin access identity (OAI) and associate it with the distribution. Change the permissions in the bucket policy so that only the OAI can read the objects.
    B. Create an AWS WAF web ACL that includes the same IP restrictions that exist in the EC2 security group. Associate this new web ACL with the CloudFront distribution.
    C. Create a new security group that includes the same IP restrictions that exist in the current EC2 security group. Associate this new security group with the CloudFront distribution.
    D. Create a new security group that includes the same IP restrictions that exist in the current EC2 security group. Associate this new security group with the S3 bucket hosting the static content.
    E. Create a new IAM role and associate the role with the distribution. Change the permissions either on the S3 bucket or on the files within the S3 bucket so that only the newly created IAM role has read and download permissions.

  • Question 927:

    A company is deploying an application that processes large quantities of data in parallel. The company plans to use Amazon EC2 instances for the workload The network architecture must be configurable to provide the lowest possible latency between nodes Which combination of network solutions will meet these requirements? (Select TWO )

    A. Distribute the EC2 instances across multiple Availability Zones
    B. Attach an Elastic Fabric Adapter (EFA) to each EC2 instance
    C. Place the EC2 instances in a single Availability Zone
    D. Use Amazon Elastic Block Store (Amazon EBS) optimized instance types
    E. Run the EC2 instances in a cluster placement group

  • Question 928:

    A solutions architect at an ecommerce company wants to back up application log data to Amazon S3 The solutions architect is unsure how frequently the logs will be accessed or which logs will be accessed the most The company wants to

    keep costs as low as possible by using the appropriate S3 storage class.

    Which S3 storage class should be implemented to meet these requirements?

    A. S3 Glacier
    B. S3 Intelligent-Tiering
    C. S3 Standard-Infrequent Access (S3 Standard-IA)
    D. S3 One Zone-Infrequent Access (S3 One Zone-IA)

  • Question 929:

    A company has two applications it wants to migrate to AWS. Both applications process a large set of files by accessing the same files at the same time. Both applications need to read the files with low latency. Which architecture should a solutions architect recommend for this situation?

    A. Configure two AWS Lambda functions to run the applications. Create an Amazon EC2 instance with an instance store volume to store the data.
    B. Configure two AWS Lambda functions to run the applications. Create an Amazon EC2 instance with an Amazon Elastic Block Store (Amazon EBS) volume to store the data.
    C. Configure one memory optimized Amazon EC2 instance to run both applications simultaneously.Create an Amazon Elastic Block Store (Amazon EBS) volume with Provisioned IOPS to store the data.
    D. Configure two Amazon EC2 instances to run both applications. Configure Amazon Elastic File System (Amazon EFS) with General Purpose performance mode and Bursting Throughput mode to store the data.

  • Question 930:

    A company hosts a marketing website in an on-premises data center. The website consists of static documents and runs on a single server. An administrator updates the website content infrequently and uses an SFTP client to upload new documents.

    The company decides to host its website on AWS and to use Amazon CloudFront. The company's solutions architect creates a CloudFront distribution. The solutions architect must design the most cost-effective and resilient architecture for website hosting to serve as the CloudFront origin.

    Which solution will meet these requirements?

    A. Create a virtual server by using Amazon Lightsail Configure the web server in the Lightsail instance Upload website content by using an SFTP client
    B. Create an AWS Auto Scaling group for Amazon EC2 instances Use an Application Load Balancer Upload website content by using an SFTP client
    C. Create a private Amazon S3 bucket Use an S3 bucket policy to allow access from a CloudFront origin access identity (OAI) Upload website content by using the AWS CLI
    D. Create a public Amazon S3 bucket Configure AWS Transfer for SFTP Configure the S3 bucket for website hosting Upload website content by using the SFTP client

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-C02 exam preparations and Amazon certification application, do not hesitate to visit our Vcedump.com to find your solutions here.