AWS CCP Notes

Search

Search IconIcon to open search

07-05 Compute Cost and Capacity Management

Last updated Aug 17, 2023 Edit Source

Capacity Management - How do we meet the demand of traffic and usages by adding/upgrading servers?

# EC2 Spot Instances, Reserved Instanced and Savings Plan

Ways to save on computing, by paying up in full or partially, by committing to yearly contracts or by being flexible about availability and interruption to the computing service.

# AWS Batch

#aws-service
35 plans, schedules and executes your batch computing workloads across the full range of AWS compute services, can utilize Spot Instance to save money.

# AWS Compute Optimizer

#aws-service
35 suggests how to reduce costs and improve performance by using machine leraning to analyze your previous usage history

# EC2 Autoscaling Groups (ASGs)

35 Automatically adds or remove EC2 servers to meet the current demand of traffic. Will save you money and met capacity since you only run the amount of servers you need.

# Elastic Load Balancer (ELB)

# Elastic Load Balancer

#aws-service
75

450
Running your workload across multiple Availability Zones ensures that if 1 or 2 AZs become unavailable your service / applications remains available.

# AWS Elastic Beanstalk (EB)

#aws-service
35 AWS Elastic Beanstalk (EB) is for easily deploying web-applications without developers having to worry about setting up and understanding the underlying AWS Services.