Passing The AWS Cloud Practitioner Exam: Study Group #3: EC2 & VPC
Passing The AWS Cloud Practitioner Exam: Study Group #3: EC2 & VPC
Passing The AWS Cloud Practitioner Exam: Study Group #3: EC2 & VPC
Practitioner exam
Presented By:
Christophe Limpalair,
Linux Academy
Homework Quiz
• Use cases:
• Web servers & applications
• Customer-managed databases
• Workloads that require compute power
• Purchase options:
• On-Demand (pay as you go)
• Reserved Instances
• Spot Instances
EC2 Reserved Instances
• Options:
• Standard RI
• Up to 75% off On-Demand price
• Convertible RI
• Up to 54% off On-Demand price
• Can be exchanged for equal or greater value
instances
• Scheduled RI
• RIs needed only for a specific schedule
• Other benefits:
• 1 or 3 year commitments
• Capacity & cost-savings can be shared
across accounts with consolidated billing
• Can be assigned to 1 AZ or multiple AZs in a
region
EC2 Spot Instances
• For workloads that can be interrupted
• Use cases:
• Containerized workloads
• Big data workloads
• Test or development workloads
Pop Quiz
You are running 10 m4.large instances and plan
to keep those running for at least a year.
However, you may need to increase the instance
size after about 4 months. What can you
purchase to reduce costs yet remain flexible?
A) Flexible Reserved Instances
B) Upgradable Reserved Instances
C) Standard Reserved Instances
D) Convertible Reserved Instances
Pop Quiz
You are running 10 m4.large instances and plan
to keep those running for at least a year.
However, you may need to increase the instance
size after about 4 months. What can you
purchase to reduce costs yet remain flexible?
A) Flexible Reserved Instances
B) Upgradable Reserved Instances
C) Standard Reserved Instances
D) Convertible Reserved Instances
Pop Quiz
You are running a workload on AWS that can be
interrupted but that needs to work at massive
scale. Which instance type would be the best
option for this workload in order to minimize
cost?
A) Convertible Reserved Instances
B) Spot Instances
C) On-Demand Instances
D) Scheduled Reserved Instances
Pop Quiz
You are running a workload on AWS that can be
interrupted but that needs to work at massive
scale. Which instance type would be the best
option for this workload in order to minimize
cost?
A) Convertible Reserved Instances
B) Spot Instances
C) On-Demand Instances
D) Scheduled Reserved Instances
Virtual Private Cloud (VPC)
A VPC is a private section of AWS where you can
place AWS resources (like EC2 instances and
databases). You have full control over who can
access those resources.
Important concepts:
• Subnets
• Private subnets
Use cases:
• Install/Update/Upgrade software
NACLs details: