Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS Cloud Practitioner Exam - Coggle Diagram
AWS Cloud Practitioner Exam
AWS
Basic Information
Cloud Computing
6 Advantages of the Cloud
increase speed and agility
stop spending money running and maintaining data centers
Go global in minutes
trade capital expense for variable expense
Stop guessing about capacity
benefit from massive economies of scale
3 types of cloud computing
IAAS Infrastructure as a service
PAAS - Platform as a service
SAAS Software as a service
3 types of cloud computing deployments
Private Cloud (Or On Premise)
VMware
Openstack
Hybrid
Mixture of Public and Private
Public Cloud
GCP
Azure
AWS
Support Packages
Basic - Free
Developer - $29 (scales on usage)
Business - $100/mo (scales on usage)
Enterprise - $15,000/mo (scales on usage) - with Technical Account Manager
IAM - Identity Access Management
access Aws in 3 ways
using the SDK
Programmatically (using command line)
via the console
It's region is GLOBAL
Services
S3 - Simple Storage Service
What is it
Safe place to store your files
Object-based Storage
Data is spread across multiple devices and facilities
Basics
allows you to upload files
files can be from 0 bytes to 5Tb
unlimited storage
files are stored in buckets
share a universal namespace, must be unique globally
When you upload a file to S3, you will receive a HTTP 200 code if it was successful
Object based
Key (name of the object)
Value (actual data in bytes)
Version ID (versioning)
Metadata (data about data you are storing)
subresources
Access Control Lists
Torrents
Data Consistency
Read after Write consistency for PUTS of new objects
Eventual consistency for overwrite PUTS and DELETES (can take some time to propagate)
Guarantees
Built for 99.99% availability
Amazon guarantee 99.9% availability
Amazon guarantees 99.999999999% durability for S3 information.
Features
Tiered Storage
Lifecycle Management
Versioning
Encryption
Secure your data using Access Control Lists and Bucket Policies
Storage Classes
S3 Standard
S3 IA - Infrequently Accessed
S3 One Zone - IA
S3 - Intelligent Tiering
S3 Glacier
S3 Glacier Deep Archive
Ways to be billed $
Storage
Requests
Storage Management PRicing
Data Transfer Pricing
Transfer Acceleration
Cross Region Replication Pricing