Free AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Amazon AWS-CERTIFIED-SOLUTIONS-ARCHITECT-ASSOCIATE-SAA-C03 Practice Test Question

Loading demo links...

Showing 79–81 of 102 questions

Question 79 (Topic 1)

A company wants to use NAT gateways in its AWS environment. The company's Amazon EC2 instances in private subnets must be able to connect to the public internet through the NAT gateways. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Create public NAT gateways in the same private subnets as the EC2 instances.
  • Create private NAT gateways in the same private subnets as the EC2 instances.
  • Create public NAT gateways in public subnets in the same VPCs as the EC2 instances.
  • Create private NAT gateways in public subnets in the same VPCs as the EC2 instances.
Question 80 (Topic 1)

A company runs a highly available web application on Amazon EC2 instances behind an Application Load Balancer. The company uses Amazon CloudWatch metrics. As the traffic to the web application increases, some EC2 instances become overloaded with many outstanding requests. The CloudWatch metrics show that the number of requests processed and the time to receive the responses from some EC2 instances are both higher compared to other EC2 instances. The company does not want new requests to be forwarded to the EC2 instances that are already overloaded. Which solution will meet these requirements?

Select an option, then click Submit answer.

  • Use the round robin routing algorithm based on the RequestCountPerTarget and ActiveConnectionCount CloudWatch metrics.
  • Use the least outstanding requests algorithm based on the RequestCountPerTarget and ActiveConnectionCount CloudWatch metrics.
  • Use the round robin routing algorithm based on the RequestCount and TargetResponseTime CloudWatch metrics.
  • Use the least outstanding requests algorithm based on the RequestCount and TargetResponseTime CloudWatch metrics.
Question 81 (Topic 1)

A company has a new mobile app. Anywhere in the world, users can see local news on topics they choose. Users also can post photos and videos from inside the app. Users access content often in the first minutes after the content is posted. New content quickly replaces older content, and then the older content disappears. The local nature of the news means that users consume 90% of the content within the AWS Region where it is uploaded. Which solution will optimize the user experience by providing the LOWEST latency for content uploads?

Select an option, then click Submit answer.

  • Upload and store content in Amazon S3. Use Amazon CloudFront for the uploads.
  • Upload and store content in Amazon S3. Use S3 Transfer Acceleration for the uploads.
  • Upload content to Amazon EC2 instances in the Region that is closest to the user. Copy the data to Amazon S3.
  • Upload and store content in Amazon S3 in the Region that is closest to the user. Use multiple distributions of Amazon CloudFront.