asked 10.4k views
4 votes
Which of the following activities may help reduce your AWS monthly costs? a. Removing all of your Cost Allocation Tags b. Deploying your AWS resources across multiple Availability Zones c. Using the AWS Network Load Balancer (NLB) to load balance the incoming HTTP requests d. Enabling Amazon EC2 Auto Scaling for all of your workloads

asked
User Fresidue
by
8.0k points

1 Answer

6 votes

Final answer:

Enabling Amazon EC2 Auto Scaling for all of your workloads is a strategy that could reduce AWS monthly costs. Auto Scaling adjusts the number of EC2 instances to meet demand, preventing overpaying for idle resources.

Step-by-step explanation:

The question relates to strategies for reducing AWS monthly costs. Here is a potential strategy that may help:

Enabling Amazon EC2 Auto Scaling for all of your workloads can effectively reduce costs. Auto Scaling ensures that you have the right number of Amazon EC2 instances available to handle the load for your application. You can scale your EC2 capacity up or down automatically according to conditions you define. This prevents you from paying for idle resources and maximizes cost-efficiency.

On the other hand, removing Cost Allocation Tags would not help reduce costs; it would just make it more challenging to track and allocate them. Deploying resources across multiple Availability Zones may increase redundancy and availability but could also increase costs due to data transfer and additional infrastructure. Using an AWS Network Load Balancer (NLB) can be cost-effective in specific scenarios, but it is not inherently a way to reduce costs, especially for HTTP traffic, where an Application Load Balancer (ALB) may be more cost-effective.

answered
User Srdjan
by
7.9k points