Multiple Choice
A company is developing a new machine learning model solution in AWS. The models are developed as independent microservices that fetch about 1 GB of model data from Amazon S3 at startup and load the data into memory. Users access the models through an asynchronous API. Users can send a request or a batch of requests and specify where the results should be sent. The company provides models to hundreds of users. The usage patterns for the models are irregular Some models could be unused for days or weeks. Other models could receive batches of thousands of requests at a time. Which solution meets these requirements?
A) The requests from the API are sent to an Application Load Balancer (ALB) . Models are deployed as AWS Lambda functions invoked by the ALB.
B) The requests from the API are sent to the models Amazon Simple Queue Service (Amazon SQS) queue. Models are deployed as AWS Lambda functions triggered by SQS events AWS Auto Scaling is enabled on Lambda to increase the number of vCPUs based on the SQS queue size.
C) The requests from the API are sent to the model's Amazon Simple Queue Service (Amazon SQS) queue. Models are deployed as Amazon Elastic Container Service (Amazon ECS) services reading from the queue AWS App Mesh scales the instances of the ECS cluster based on the SQS queue size.
D) The requests from the API are sent to the models Amazon Simple Queue Service (Amazon SQS) queue. Models are deployed as Amazon Elastic Container Service (Amazon ECS) services reading from the queue AWS Auto Scaling is enabled on Amazon ECS for both the cluster and copies of the service based on the queue size.
Correct Answer:

Verified
Correct Answer:
Verified
Q489: A company is running an application on
Q490: A company has NFS servers in an
Q491: A company hosts its multi-tier public web
Q492: An ecommerce company is running a multi-tier
Q493: A solution architect must migrate a Windows
Q495: A company hosts its static website content
Q496: A company has an application hosted on
Q497: A company has an application that is
Q498: A company has an application that runs
Q499: A company wants to host a scalable