AWS CCP Notes

Search

Search IconIcon to open search

Last updated Aug 17, 2023 Edit Source

Savings Plans offer you similar discounts as Reserved Instances (RI) but simplifies the purchasing process

You can choose two different terms

You choose the following Payment Options:

# AWS Savings Plan Types

AWS Savings Plan has 3 different savings types:

# Compute

# Compute

#aws-category
35 Allows users to rent virtual computers on which to run their own computer applications.

# EC2 Instances

35 Elastic Compute Cloud (EC2) allows you to launch Virtual Machines (VM)

#aws-service ^259d24

# What is a Virtual Machine?

A Virtual Machine (VM) is an emulation of a physical computer using software.
Server Virtualization allows you to easily create, copy, resize or migrate your server.
Multiple VMs can run on the same physical server so you can share the cost with other customers.
Imagine if your server or computer was an executable file on your computer

When we launch a virtual machine we call it an “instance”

# Amazon Machine Image (AMI)

#aws-resource
35 EC2 is highly configurable where you can choose an amazon machine image (AMI) that affects options such as:

# Why is EC2 the backbone of AWS?

EC2 is also considered the backbone of AWS because the majority of AWS services use EC2 as the underlying server
eg. S2, RDS, DynamoDB, Lambdas

# SageMaker

# Amazon SageMaker

#aws-service
75
Amazon SageMaker is a fully managed service to build, train, and deploy machine learning models at scale