Region vs Availability Zones
A Region is a geographical area. Each Region consists of 2 (or more) Availability Zones.
An Availability Zones is consists of 1 or more data centers.

Edge Location
Edge location is used for caching content, consists of CloudFront, Amazon's Content Delivery Network (CDN)
IAM
4 types of permission:
- Users: end users such as people employees of organization
- Groups: a collection of users
- Policies: made of documents, call Policy documents, in Json format, can attach to user, group
- effect: Allow or Deny
- Service: this permission applies for what service
- Resource: ARN
- Action:
- Condition
- Roles: create roles and assign to AWS Resources
Sumary:
- IAM is universal. It does not apply to regions
- The "root account" is simply the account created when first setup your AWS account. It has complete Admin access
- New Users have No permissions when first created
- New Users are assigned Access Key ID & Secret Access Keys when first created
- Cannot use Access key ID & Secret Access Key to Login in to the console. Can use this to access AWS via the APIs and Command Line
- If you lose Access key ID and Secret Access Key, you have to regenerate them