Amazon AWS Certified Solutions Architect - Associate SAA-C03
Prev

There are 677 results

Next
#371 (Accuracy: 100% / 4 votes)
A company stores data in an on-premises Oracle relational database. The company needs to make the data available in Amazon Aurora PostgreSQL for analysis. The company uses an AWS Site-to-Site VPN connection to connect its on-premises network to AWS.

The company must capture the changes that occur to the source database during the migration to Aurora PostgreSQL.


Which solution will meet these requirements?
  • A. Use the AWS Schema Conversion Tool (AWS SCT) to convert the Oracle schema to Aurora PostgreSQL schema. Use the AWS Database Migration Service (AWS DMS) full-load migration task to migrate the data.
  • B. Use AWS DataSync to migrate the data to an Amazon S3 bucket. Import the S3 data to Aurora PostgreSQL by using the Aurora PostgreSQL aws_s3 extension.
  • C. Use the AWS Schema Conversion Tool (AWS SCT) to convert the Oracle schema to Aurora PostgreSQL schema. Use AWS Database Migration Service (AWS DMS) to migrate the existing data and replicate the ongoing changes.
  • D. Use an AWS Snowball device to migrate the data to an Amazon S3 bucket. Import the S3 data to Aurora PostgreSQL by using the Aurora PostgreSQL aws_s3 extension.
#372 (Accuracy: 100% / 2 votes)
A company uses Amazon RDS with default backup settings for its database tier. The company needs to make a daily backup of the database to meet regulatory requirements. The company must retain the backups for 30 days.

Which solution will meet these requirements with the LEAST operational overhead?
  • A. Write an AWS Lambda function to create an RDS snapshot every day.
  • B. Modify the RDS database to have a retention period of 30 days for automated backups.
  • C. Use AWS Systems Manager Maintenance Windows to modify the RDS backup retention period.
  • D. Create a manual snapshot every day by using the AWS CLI. Modify the RDS backup retention period.
#373 (Accuracy: 100% / 4 votes)
A company's web application that is hosted in the AWS Cloud recently increased in popularity. The web application currently exists on a single Amazon EC2 instance in a single public subnet. The web application has not been able to meet the demand of the increased web traffic.

The company needs a solution that will provide high availability and scalability to meet the increased user demand without rewriting the web application.


Which combination of steps will meet these requirements? (Choose two.)
  • A. Replace the EC2 instance with a larger compute optimized instance.
  • B. Configure Amazon EC2 Auto Scaling with multiple Availability Zones in private subnets.
  • C. Configure a NAT gateway in a public subnet to handle web requests.
  • D. Replace the EC2 instance with a larger memory optimized instance.
  • E. Configure an Application Load Balancer in a public subnet to distribute web traffic.
#374 (Accuracy: 100% / 3 votes)
A company runs multiple workloads in its on-premises data center. The company's data center cannot scale fast enough to meet the company's expanding business needs. The company wants to collect usage and configuration data about the on-premises servers and workloads to plan a migration to AWS.

Which solution will meet these requirements?
  • A. Set the home AWS Region in AWS Migration Hub. Use AWS Systems Manager to collect data about the on-premises servers.
  • B. Set the home AWS Region in AWS Migration Hub. Use AWS Application Discovery Service to collect data about the on-premises servers.
  • C. Use the AWS Schema Conversion Tool (AWS SCT) to create the relevant templates. Use AWS Trusted Advisor to collect data about the on-premises servers.
  • D. Use the AWS Schema Conversion Tool (AWS SCT) to create the relevant templates. Use AWS Database Migration Service (AWS DMS) to collect data about the on-premises servers.
#375 (Accuracy: 100% / 3 votes)
A company's marketing data is uploaded from multiple sources to an Amazon S3 bucket. A series of data preparation jobs aggregate the data for reporting. The data preparation jobs need to run at regular intervals in parallel. A few jobs need to run in a specific order later.

The company wants to remove the operational overhead of job error handling, retry logic, and state management.


Which solution will meet these requirements?
  • A. Use an AWS Lambda function to process the data as soon as the data is uploaded to the S3 bucket. Invoke other Lambda functions at regularly scheduled intervals.
  • B. Use Amazon Athena to process the data. Use Amazon EventBridge Scheduler to invoke Athena on a regular internal.
  • C. Use AWS Glue DataBrew to process the data. Use an AWS Step Functions state machine to run the DataBrew data preparation jobs.
  • D. Use AWS Data Pipeline to process the data. Schedule Data Pipeline to process the data once at midnight.
#376 (Accuracy: 100% / 6 votes)
A company maintains its accounting records in a custom application that runs on Amazon EC2 instances. The company needs to migrate the data to an AWS managed service for development and maintenance of the application data. The solution must require minimal operational support and provide immutable, cryptographically verifiable logs of data changes.

Which solution will meet these requirements MOST cost-effectively?
  • A. Copy the records from the application into an Amazon Redshift cluster.
  • B. Copy the records from the application into an Amazon Neptune cluster.
  • C. Copy the records from the application into an Amazon Timestream database.
  • D. Copy the records from the application into an Amazon Quantum Ledger Database (Amazon QLDB) ledger.
#377 (Accuracy: 100% / 7 votes)
A company plans to run a high performance computing (HPC) workload on Amazon EC2 Instances. The workload requires low-latency network performance and high network throughput with tightly coupled node-to-node communication.

Which solution will meet these requirements?
  • A. Configure the EC2 instances to be part of a cluster placement group.
  • B. Launch the EC2 instances with Dedicated Instance tenancy.
  • C. Launch the EC2 instances as Spot Instances.
  • D. Configure an On-Demand Capacity Reservation when the EC2 instances are launched.
#378 (Accuracy: 92% / 5 votes)
A solutions architect needs to design the architecture for an application that a vendor provides as a Docker container image. The container needs 50 GB of storage available for temporary files. The infrastructure must be serverless.

Which solution meets these requirements with the LEAST operational overhead?
  • A. Create an AWS Lambda function that uses the Docker container image with an Amazon S3 mounted volume that has more than 50 GB of space.
  • B. Create an AWS Lambda function that uses the Docker container image with an Amazon Elastic Block Store (Amazon EBS) volume that has more than 50 GB of space.
  • C. Create an Amazon Elastic Container Service (Amazon ECS) cluster that uses the AWS Fargate launch type. Create a task definition for the container image with an Amazon Elastic File System (Amazon EFS) volume. Create a service with that task definition.
  • D. Create an Amazon Elastic Container Service (Amazon ECS) cluster that uses the Amazon EC2 launch type with an Amazon Elastic Block Store (Amazon EBS) volume that has more than 50 GB of space. Create a task definition for the container image. Create a service with that task definition.
#379 (Accuracy: 100% / 7 votes)
A company wants to share accounting data with an external auditor. The data is stored in an Amazon RDS DB instance that resides in a private subnet. The auditor has its own AWS account and requires its own copy of the database.

What is the MOST secure way for the company to share the database with the auditor?
  • A. Create a read replica of the database. Configure IAM standard database authentication to grant the auditor access.
  • B. Export the database contents to text files. Store the files in an Amazon S3 bucket. Create a new IAM user for the auditor. Grant the user access to the S3 bucket.
  • C. Copy a snapshot of the database to an Amazon S3 bucket. Create an IAM user. Share the user's keys with the auditor to grant access to the object in the S3 bucket.
  • D. Create an encrypted snapshot of the database. Share the snapshot with the auditor. Allow access to the AWS Key Management Service (AWS KMS) encryption key.
#380 (Accuracy: 100% / 4 votes)
A company runs containers in a Kubernetes environment in the company's local data center. The company wants to use Amazon Elastic Kubernetes Service (Amazon EKS) and other AWS managed services. Data must remain locally in the company's data center and cannot be stored in any remote site or cloud to maintain compliance.

Which solution will meet these requirements?
  • A. Deploy AWS Local Zones in the company's data center.
  • B. Use an AWS Snowmobile in the company's data center.
  • C. Install an AWS Outposts rack in the company's data center.
  • D. Install an AWS Snowball Edge Storage Optimized node in the data center.