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.
What are the 3 type of Storage Gateway?
File Gateway
Volume Gateway
Tape Gateway
What is a Convertable Instance?
Allows you to change the instance type of the reserved instance.
What are the API names for the 5 EBS types?
General Purpose SDD - gp2 Provisioned IOPS SSD - io1 Throughput Optimized HDD - st1 Cold HDD - sc1 EBS Magnetic - Standard
What are the use cases for the 5 EBS types?
General Purpose SDD - Most Workloads Provisioned IOPS SSD - Databases Throughput Optimized HDD - Big Data Warehouses Cold HDD - File Servers EBS Magnetic - Infrequently accessed
What does OLTP stand for?
Online transaction processing
What does OLAP stand for?
Online analytical processing?
What is Elasticache used for?
To speed up performance of existing databases for frequent identical queries
What is the data consistency model in DynamoDB?
Eventual Consistent Reads by default
Strong consistency for less than 1 second
How does Aurora store your data?
2 copies of data in each availability zone, with a minimum of 3 availability zones. 6 copies