New Course Flashcards
What is an IAM Role?
A permission/policy assigned to another AWS resource
What is an IAM User?
An end user, usually an employee
What is an IAM Group?
A collection of users. Each user will inherit the permissions assigned to the group.
What is an IAM Policy?
A JSON document detailing what permissions a User/Group/Role has for specific services.
Is S3 Block Based or Object Based?
Object Based
What is a good way to prevent deleting objects from S3?
Enable Multi Factor Auth Delete in S3
What is S3 Intelligent Tiering?
The latest Storage Tier, using Machine Learning to move your data around depending on access frequency.
What is S3 Glacier Deep Archive?
The lowest cost data archival with 12 hour retrieval time
What are the 6 services S3 charges for?
Storage Requests Storage Management Data Transfer Transfer Acceleration Cross Region Replication
What is Reduced Redundancy Storage known as?
S3 One Zone IA
What is the default security setting for new S3 buckets?
New buckets are private
In S3, what level do Access Control Lists operate at?
The object level. Bucket level uses Bucket Policies
Are Cloudfront Edge locations Read Only?
No, you can write to them
Can I clear the Cloudfront edge location cache?
Yes but you will be charged.
What is Storage Gateway?
It is an AWS virtual/physical device that will replicate your data into AWS and can be used to cache S3 locally at a customers site.