AWS Flashcards
What is an Availability Zone?
An availability Zone is comprised of one or more data centers in a discreet geographical area that are fairly close together.
What is a region?
A region is comprised of 2 or more availability zones.
IAM - Users
End Users such as people, employees of an organization, etc.
IAM - Groups
A collection of users. Each user in a=the group will inherit the permissions of the group.
IAM - Policies
Polices are mode =up of documents, called Policy documents. These documents are in a format called JSON and they giver persisions as to what a User/Group/Role is able to do.
IAM - Roles
You create roles and then assign them to AWS. Resources. Could be used for 1 AWS service to use another AWS service.
IAM - Access Key ID
This is just like a username for programmatic access.
IAM - Secret Access Key
The actual password used to programmatically
IAM Scope
IAM is universal and transcends all zones.
New Users Permissions
New Users are created with no permissions
S3 Basic File Max Size
Files can be from 0 Bytes to 5TB
S3 Maximum Storage
Storage in S3 is unlimited
Is S3 Object-based or Block Based
S3 is Object-based storage.
S3 NameSpace
S3 is universal name space and must be unique globally. https://s3-[Region].amazonaws.com[unique_name]
S3 Return Code
HTTP 200 code is return if upload was successful