exam questions

Exam AWS Certified Cloud Practitioner All Questions

View all questions & answers for the AWS Certified Cloud Practitioner exam

Exam AWS Certified Cloud Practitioner topic 1 question 413 discussion

Exam question from Amazon's AWS Certified Cloud Practitioner
Question #: 413
Topic #: 1
[All AWS Certified Cloud Practitioner Questions]

An ecommerce company has Amazon EC2 instances running as web servers. There is a predictable pattern of peak traffic load that occurs two times each day, always at the same time. The EC2 instances are idle for the remainder of the day.

What is the MOST cost-effective way to manage these resources while maintaining fault tolerance?

  • A. Use an Auto Scaling group to scale resources in and out based on demand.
  • B. Purchase Reserved Instances to ensure peak capacity at all times.
  • C. Write a cron job to stop the EC2 instances when the traffic demand is low.
  • D. Write a script to vertically scale the EC2 instances during peak traffic demand.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
NotMeAnyWay
Highly Voted 2 years, 4 months ago
Selected Answer: A
A. Use an Auto Scaling group to scale resources in and out based on demand. The most cost-effective way to manage the resources while maintaining fault tolerance is to use an Auto Scaling group. This will automatically scale the number of Amazon EC2 instances up or down based on demand. B. Purchase Reserved Instances to ensure peak capacity at all times: This approach will ensure the company has the resources it needs to handle the traffic demand, but it is not cost-effective as it would require purchasing capacity for the entire day, even if it is not needed. C. Write a cron job to stop the EC2 instances when the traffic demand is low: This approach will save costs, but it would not ensure the availability and fault tolerance that the company requires. D. Write a script to vertically scale the EC2 instances during peak traffic demand: This approach will require continuous management and monitoring of the instances, and it is also not cost-effective, as it would require purchasing more resources than necessary.
upvoted 5 times
...
Pranava_GCP
Most Recent 1 year, 9 months ago
Selected Answer: A
A. Use an Auto Scaling group to scale resources in and out based on demand. https://docs.aws.amazon.com/autoscaling/ec2/userguide/auto-scaling-groups.html
upvoted 2 times
...
Saif93
2 years, 4 months ago
Selected Answer: A
A is the answer.
upvoted 2 times
...
exclusive
2 years, 4 months ago
Selected Answer: A
A. Use an Auto Scaling group to scale resources in and out based on demand. An Auto Scaling group is a useful tool for managing EC2 instances and other resources in a cost-effective and fault-tolerant way. By using an Auto Scaling group, you can automatically scale your resources in and out based on demand, ensuring that you have the capacity you need when you need it, and reducing costs when demand is low.
upvoted 1 times
...
sassy2023
2 years, 5 months ago
Can B (RI) do that since its about cost effective?
upvoted 2 times
NickD82
2 years, 5 months ago
I thought that too but A would do a better job than B so I think for that reason, A is correct.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...