ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 365 - CLF-C02 discussion

Report
Export

A company wants to build a new web application by using AWS services. The application must meet the on-demand load for periods of heavy activity.

Which AWS services or resources provide the necessary workload adjustments to meet these requirements? (Select TWO.)

A.
Amazon Machine Image (AMI)
Answers
A.
Amazon Machine Image (AMI)
B.
Amazon EC2 Auto Scaling
Answers
B.
Amazon EC2 Auto Scaling
C.
Amazon EC2 instance
Answers
C.
Amazon EC2 instance
D.
AWS Lambda
Answers
D.
AWS Lambda
E.
EC2 Image Builder
Answers
E.
EC2 Image Builder
Suggested answer: B, D

Explanation:

Amazon EC2 Auto Scaling helps you ensure that you have the correct number of Amazon EC2 instances available to handle the load for your application. You create collections of EC2 instances, called Auto Scaling groups. You can specify the minimum number of instances in each Auto Scaling group, and Amazon EC2 Auto Scaling ensures that your group never goes below this size. You can specify the maximum number of instances in each Auto Scaling group, and Amazon EC2 Auto Scaling ensures that your group never goes above this size4. AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app.

asked 16/09/2024
Bob Tole
46 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first