IAM & S3 Flashcards
IAM
Identity Access Management. Allows you to manage users and their level of access to AWS console
Policies
Gives permissions to what a user, group, or role is able to do
IAM is Global or Region specific?
Global
Most powerful policy
Administrator Access
What account is created at first setup and has complete admin access?
Root Account
What permissions do users have when first created?
none
S3 acronym
Simple Storage Service
S3 is _______ based
object
T or F: S3 consists of key value pairs
T
T or F: S3 has versioning
T
Metadata
Data about the data you are storing
T or F: You can store OS’s or DB’s on S3
F. It’s for files only
Data consistency
Write new file, you can see it immediately. But if you update existing file or delete, it may take some time to propagate
S3 is global or region specific?
Global
6 S3 Storage Classes
- S3 Standard 2. S3 IA (Infrequently Accessed) 3. S3 One Zone IA 4. S3 Intelligent Tiering 5. S3 Glacier 6. S3 Glacier Deep Archive
S3 Standard
99.99% availability, 11 x 9’s for durability (you won’t lose your files)
S3 IA
lower fee than S3 but you are charged retrieval fee
S3 One Zone IA
just stored in one AZ. Lower cost option for IA
S3 Intelligent Tiering
optimize costs by automatically moving data to most cost effective access tier
S3 Glacier
data archiving. retrieval times configurable from minutes to hours
S3 Glacier Deep Archive
lowest cost storage option. retrieval time 12 hours
Cross Region Replication
Replicate your data files to S3 buckets across different regions
T or F: S3 uses a shared name space
T
Transfer Acceleration
use edge locations to move files across AWS backbone