COST OPTIMIZATION ON AWS

Get Started. It's Free
or sign up with your email address
COST OPTIMIZATION ON AWS by Mind Map: COST OPTIMIZATION ON AWS

1. STORAGE

1.1. DATABASE

1.1.1. Steady-state Workload

1.1.1.1. Use Amazon RDS

1.1.2. Bursty Workload

1.1.2.1. Relational DB required

1.1.2.1.1. Use Amazon Aurora

1.1.2.2. Non-relational DB required

1.1.2.2.1. Use Amazon Dynamo DB

1.2. IOPS & THROUGHPUT REQUIREMENT

1.2.1. I/O Intensive Application

1.2.1.1. Use Amazon EBS IOPS Provisioned SSD

1.2.2. Low Latency Application

1.2.2.1. Use Amazon EBS General Purpose SSD

1.2.3. DWH/Log Processing/Big Data

1.2.3.1. Use Amazon EBS HDD

1.3. ACCESS FREQUENCY

1.3.1. Very Frequent

1.3.1.1. Use Amazon S3 (HOT)

1.3.2. Infrequent

1.3.2.1. Use Amazon S3 (WARM)

1.3.3. Data Archival

1.3.3.1. Use Amazon S3 Glacier

1.4. OBJECT SIZE

1.4.1. Small Object Size

1.4.1.1. Use Amazon Dynamo DB

1.4.2. Large Object Size

1.4.2.1. Use Amazon S3

2. FLEET OPTIMIZATION

2.1. AWS MONTHLY BILL

2.1.1. AGGREGATE COST BY SERVICE

2.1.1.1. Use AWS Cost Explorer

2.1.1.1.1. AWS Cost & Usage Report

2.1.2. MONTHLY BUDGETING & FORECASTING

2.1.2.1. Use AWS Budgets

2.1.3. COSTS DEEP-DIVE

2.1.3.1. Use AWS CloudWatch

3. COMPUTE

3.1. WORKLOAD

3.1.1. Production

3.1.1.1. Steady-state

3.1.1.1.1. Fault Tolerance Not Required

3.1.1.1.2. Fault Tolerance Required

3.1.1.2. Bursty

3.1.1.2.1. Use AWS Lambda Functions

3.1.2. Non-production

3.1.2.1. Steady-state

3.1.2.1.1. Use AWS EC2 Spot Instances

3.1.2.2. Bursty

3.1.2.2.1. Use AWS Lambda Functions