AWS-SA-2020 Flashcards
(239 cards)
What AWS functionality is used to move S3 data from one storage class to another
Life cycle policies
s3 durability
11 x 9
For all s3 storage classed how my zones are data stored in?
3 except for single zone s3
what should you use for hot or fast backup
IA standard (infrequent access, fast)
srr vs crr
same region replication vs cross region
when to use crr
compliance, latency (users in different locations), ops efficiency (compute clusters in different locations)
before setting up cross region replication you must
enable versioning
If object locking is enabled can you use regional replication?
yes
What types of access control exists for s3?
ACLs, bucked policy, iam
s3 standard replication to # of az?
3 availability zone replication
s3 intelligent does what
moves data to the most cost-effective access tier
s3 one zone ia
also s3 IA
one zone, used to be RRS, costs 20% less than standard IA vs
s3 IA is multi zone (3)
Glacier AZ, cost, retrieval
Multiple AZ, retrieve in minutes or hours, low cost
Glacier deep dive details
lowest cost, accessed 1,2x per year compliance types, 12 hours, 3 AZ
for cross region replication to work + what happens to new/old/deleted files
1 versioning must be enabled on both
2 existing files not auto replicated, new will
3 deletes not replicated
object vs block and which is s3
object = files, block = os, s3 is object
bucket names are
are universal, unique
4 types of at rest encryption
s3 managed keys (sse-s3 / aes-256
aws key mgt - sse-kms
server side w/client keys sse-c
or client side and upload
transfer accelerator uses
edge locations to speed up transfer
What is cloudfront
content delivery network - simple api that allows files to be delivered to end-users using a global network of edge locations
What are the main logical components of AWS IAM?
Users, Groups, Roles, Permission Policies
Can a user assume a role in another account?
Yes, a user can assume a role in another account by calling assume-role using the CLI or using the Web console switch role function. With the CLI asume-role requires an –role-arn and a –role-service-name.
From an IAM perspective, what should I do with the root user first thing after setting up a new account?
- Remove the access key.
- Set an extremely secure password on the root user.
- Do not use the root password only;y in emergencies
- Enable MFA and lock away the security key.
List the EC2 instance categories?
Spot Instance, On-Demand Instances, Reserved Instances.