natemacinnes.github.io

Personal Blog

View My GitHub Profile

IAM

Critical terms

Roles

AWS Storage and CDN - S3, Glacier and CloudFront

S3

Simple Storage Service - secure, durable, highly-scalable object storage.

Simple key value store

Encryption

Cross Region Replication

S3 Options

Charges

Versioning

LifeCycle Management

Security and Encryption

Buckets are PRIVATE by default Use bucket policies and access control lists to control access S3 buckets can be configured to log access *Types of encryption

Transfer Acceleration

Utilizes edge location to accelerate uploads to S3. Custom URL

Tips

Read the S3 FAQ

Glacier

(Archival), $0.01 per gb, retrieval = 3-5 hours, 90 minimum storage time

CloudFront

Content Delivery Network

Edge Location

Content spread out to edge locations

Origin

This is where the files are stored that are to be distributed by the CDN

Distribution

The collection of edge locations

Storage Gateway

On premise data storage to AWS cloud (S3) VM on premise server

Snowball

EC2 - Elastic Compute Cloud

Allows developers the ability to pay for only the capacity you use/need.

Options

EC2 Instance Types

Family Speciality Use case
D2 Dense storage Fileservers/Data Warehousing/Hadoop
R4 Memory Optimized Memory Intesive Apps/DBs
M4 General Purpose Application servers
C4 Compute optimized CPU intesive Apps/DBs
G2 Graphics intesive Video encoding/ 3D application streaming
I2 High speed storage NoSQL DBs, data warehousing
F1 Field programmable gate array Hardware accelleration for your code
T2 Lowest Cose, General purpose Web servers, small DBs
P2 Graphics/General purpose GPU Machine leaerning, mining
X1 Memory optimized SAP HANA, Apache Spark

DR MC GIFT PX

EBS - Elastic Block Store

Block based storage disks that you can attach to your EC2 instances. Automatically replicated for you mitigating hardware failure. (In same AZ)

Need to Know

EC2 Lab Tips

Security Groups

It is a virtual firewall.

Lab Tips

EBS Volumes - Lab

Upgrading and downgrading EC2 EBS volumes.

Lab Tips

Raid, Volumes & Snapshots