Advantages of cloud computing
Types of cloud computing
Types of Cloud Computing Deployments
High level services (For this exam)
What is region and AZ?
Availability Zone is like a data centre. It can have 1 or more data centres.
The region is a geographical area consisting of 2 or more AZ’s.
What is Edge localtion?
They are endpoints for AWS which are used for caching content. Typically this consists of CloudFront (AWS CDN).
How to choose AWS region?
AWS Support plans
What is IAM?
Identity Access Management. It is Global and you do not specify a region when dealing with IAM. When a user or group gets created, it is globally created.
What is S3?
Simple Storage Service
Data consistency Model for S3
- Eventual Consistency for overwrite PUTS and DELETES (can take some time to propagate)
S3 features
S3 Storage classes
S3 charges
S3 Transfer Acceleration
Upload on the edge location closed to your location.
Ways to restrict S3 bucket access?
What is CloudFront?
A content delivery network (CDN) is a system of distributed servers (network)
that deliver webpages and other web content to a user based on the geographic locations of the user, the origin of the webpage, and a content delivery server.
What is TTL?
Time to live
CloudFront - Key Terminology
- RTMP - Used for Media Streaming
What is EC2?
Elastic Compute Cloud
Is just a virtual server (or servers) in the cloud.
EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.
EC2 Pricing Models
What is EBS?
(Elastic Block Storage)
- Storage for EC2 instances (Virtual Disk)
EBS allows you to create storage volumes and attach them to EC2 instances. Once attached, you can create a file system on top of these volumes, run a database, or use them in any other way you would use a block device. EBS volumes are placed in a specific AZ, where they are automatically replicated to protect you from the failure of a single component.
Types of EBS
Ways to interact with AWS?