Amazon AWS Certified Solutions Architect - Associate SAA-C02
Prev

There are 450 results

Next
#411 (Accuracy: 100% / 4 votes)
A solutions architect is creating an application. The application will run on Amazon EC2 instances in private subnets across multiple Availability Zones in a VPC.
The EC2 instances will frequently access large files that contain confidential information.
These files are stored in Amazon S3 buckets for processing. The solutions architect must optimize the network architecture to minimize data transfer costs.
What should the solutions architect do to meet these requirements?
  • A. Create a gateway endpoint for Amazon S3 in the VPC. In the route tables for the private subnets, add an entry for the gateway endpoint.
  • B. Create a single NAT gateway in a public subnet. In the route tables for the private subnets, add a default route that points to the NAT gateway.
  • C. Create an AWS PrivateLink interface endpoint for Amazon S3 in the VPC. In the route tables for the private subnets, add an entry for the interface endpoint.
  • D. Create one NAT gateway for each Availability Zone in public subnets. In each of the route tables for the private subnets, add a default route that points to the NAT gateway in the same Availability Zone.
#412 (Accuracy: 100% / 1 votes)
A company has several Amazon EC2 instances set up in a private subnet for security reasons. These instances host applications that read and write large amounts of data to and from Amazon S3 regularly. Currently, subnet routing directs all the traffic destined for the internet through a NAT gateway. The company wants to optimize the overall cost without impacting the ability of the application to communicate with Amazon S3 or the outside internet.
What should a solutions architect do to optimize costs?
  • A. Create an additional NAT gateway. Update the route table to route to the NAT gateway. Update the network ACL to allow S3 traffic.
  • B. Create an internet gateway. Update the route table to route traffic to the internet gateway. Update the network ACL to allow S3 traffic.
  • C. Create a VPC endpoint for Amazon S3. Attach an endpoint policy to the endpoint. Update the route table to direct traffic to the VPC endpoint.
  • D. Create an AWS Lambda function outside of the VPC to handle S3 requests. Attach an IAM policy to the EC2 instances, allowing them to invoke the Lambda function.
#413 (Accuracy: 100% / 2 votes)
A solutions architect is designing a two-tiered architecture that has separate private subnets for compute resources and the database. An AWS Lambda function that is deployed in the compute subnets needs connectivity to the database.
Which solution will provide this connectivity in the MOST secure way?
  • A. Configure the Lambda function to use Amazon RDS Proxy outside the VPC.
  • B. Associate a security group with the Lambda function. Authorize this security group in the database's security group.
  • C. Authorize the compute subnet's CIDR ranges in the database's security group.
  • D. During the initialization phase, authorize all IP addresses in the database's security group temporarily. Remove the rule after the initialization is complete.
#414 (Accuracy: 100% / 4 votes)
A solutions architect is designing a workload that will store hourly energy consumption by business tenants in a building. The sensors will feed a database through
HTTP requests that will add up usage for each tenant.
The solutions architect must use managed services when possible. The workload will receive more features in the future as the solutions architect adds independent components.
Which solution will meet these requirements with the LEAST operational overhead?
  • A. Use Amazon API Gateway with AWS Lambda functions to receive the data from the sensors, process the data, and store the data in an Amazon DynamoDB table.
  • B. Use an Elastic Load Balancer that is supported by an Auto Scaling group of Amazon EC2 instances to receive and process the data from the sensors. Use an Amazon S3 bucket to store the processed data.
  • C. Use Amazon API Gateway with AWS Lambda functions to receive the data from the sensors, process the data, and store the data in a Microsoft SQL Server Express database on an Amazon EC2 instance.
  • D. Use an Elastic Load Balancer that is supported by an Auto Scaling group of Amazon EC2 instances to receive and process the data from the sensors. Use an Amazon Elastic File System (Amazon EFS) shared file system to store the processed data.
#415 (Accuracy: 100% / 3 votes)
A company is selling up an application to use an Amazon RDS MySQL DB instance. The database must be architected for high availability across Availability
Zones and AWS Regions with minimal downtime.

How should a solutions architect meet this requirement?
  • A. Set up an RDS MySQL Multi-AZ DB instance. Configure an appropriate backup window.
  • B. Set up an RDS MySQL Multi-AZ DB instance. Configure a read replica in a different Region.
  • C. Set up an RDS MySQL Single-AZ DB instance. Configure a read replica in a different Region.
  • D. Set up an RDS MySQL Single-AZ DB instance. Copy automated snapshots to at least one other Region.
#416 (Accuracy: 100% / 2 votes)
A company needs guaranteed Amazon EC2 capacity in three specific Availability Zones in a specific AWS Region for an upcoming event that will last 1 week.
What should the company do to guarantee the EC2 capacity?
  • A. Purchase Reserved Instances that specify the Region needed.
  • B. Create an On-Demand Capacity Reservation that specifies the Region needed.
  • C. Purchase Reserved Instances that specify the Region and three Availability Zones needed.
  • D. Create an On-Demand Capacity Reservation that specifies the Region and three Availability Zones needed.
#417 (Accuracy: 100% / 4 votes)
A company is hosting its website by using Amazon EC2 instances behind an Elastic Load Balancer across multiple Availability Zones. The instances run in an
EC2 Auto Scaling group.
The website uses Amazon Elastic Block Store (Amazon EBS) volumes to store product manuals for users to download. The company updates the product content often, so new instances launched by the Auto Scaling group often have old data. It can take up to 30 minutes for the new instances to receive all the updates. The updates also require the EBS volumes to be resized during business hours.
The company wants to ensure that the product manuals are always up to date on all instances and that the architecture adjusts quickly to increased user demand.

A solutions architect needs to meet these requirements without causing the company to update its application code or adjust its website.

What should the solutions architect do to accomplish this goal?
  • A. Store the product manuals in an EBS volume. Mount that volume to the EC2 instances.
  • B. Store the product manuals in an Amazon S3 bucket. Redirect the downloads to this bucket.
  • C. Store the product manuals in an Amazon Elastic File System (Amazon EFS) volume. Mount that volume to the EC2 instances.
  • D. Store the product manuals in an Amazon S3 Standard-Infrequent Access (S3 Standard-IA) bucket. Redirect the downloads to this bucket.
#418 (Accuracy: 100% / 7 votes)
A company receives 10 TB of instrumentation data each day from several machines located at a single factory. The data consists of JSON files stored on a storage area network (SAN) in an on-premises data center located within the factory. The company wants to send this data to Amazon S3 where it can be accessed by several additional systems that provide critical near-real-lime analytics. A secure transfer is important because the data is considered sensitive.
Which solution offers the MOST reliable data transfer?
  • A. AWS DataSync over public internet
  • B. AWS DataSync over AWS Direct Connect
  • C. AWS Database Migration Service (AWS DMS) over public internet
  • D. AWS Database Migration Service (AWS DMS) over AWS Direct Connect
#419 (Accuracy: 100% / 2 votes)
A company is deploying a multi-instance application within AWS that requires minimal latency between the instances.
What should a solutions architect recommend?
  • A. Use an Auto Scaling group with a cluster placement group.
  • B. Use an Auto Scaling group with single Availability Zone in the same AWS Region.
  • C. Use an Auto Scaling group with multiple Availability Zones in the same AWS Region.
  • D. Use a Network Load Balancer with multiple Amazon EC2 Dedicated Hosts as the targets.
#420 (Accuracy: 100% / 1 votes)
A company hosts multiple production applications. One of the applications consists of resources from Amazon EC2, AWS Lambda, Amazon RDS, Amazon Simple
Notification Service (Amazon SNS), and Amazon Simple Queue Service (Amazon SQS) across multiple AWS Regions.
All company resources are tagged with a tag name of `application` and a value that corresponds to each application. A solutions architect must provide the quickest solution for identifying all of the tagged components.
Which solution meets these requirements?
  • A. Use AWS CloudTrail to generate a list of resources with the application tag.
  • B. Use the AWS CLI to query each service across all Regions to report the tagged components.
  • C. Run a query in Amazon CloudWatch Logs Insights to report on the components with the application tag.
  • D. Run a query with the AWS Resource Groups Tag Editor to report on the resources globally with the application tag.