aws cloud guru soln architect may 19 Flashcards
To which region does the IAM account apply?
it does not apply to any specific region at this time.
file zie range in s3
0-5 tb
what does an s3 ojcet consist of
key (object name), value (Object byte stream), version, metadata,
s3 consistency model for new puts
read after write consistency
s3 consistency for overwrite puts and delete
eventual consistency, i.e. when you access immediately sometimes the data may be stale.
what is the difference between s3 glacier and deep archive?
s3 glacier has a few minutes s3 glacier archive has 12 hrs as retrieval time
which s3 storage classes have a per GB retrieval fee?
all except s3 standard
what storage class is ideal for data archiving?
s3 glacier and s3 glacier deep archive
what are two strategies for encrypting s3 data at rest
client side and server side
what are 3 ways to encrypt data server side. for s3
- S3 managed keys (SSES3) - uses AES256
- AWS key management service (SSE-KMS) - jointly managed - aws and customer.
- Customer Keys (SSE-C) - managed purely by customer.
while setting up cross-region replication on a bucket in s3 what happens to the existing objects in a bucket and what happens to a new object on the bucket?
The existing objects are not replicated and the new objects are
what condition on versioning must be satisfied before cross region replication can be setup on s3 bucket
versioning must be setup on both the source and destination bucket
are delete markers replicated automatically during cross region replication on s3
no
are deletions in s3 bucket automatically replicated cross-region?
yes
what are the two dfferent types of cloudfront delivery methods?
web - for static and dunamic content and media using http and https, web forms
rtmp: speed up distribution of streaming media files using adobe flash player, etc.
what if you don’t want cloudfront to cache certian objects from the s3 bucket it is configured for?
you create an invalidation
any activity on the IAM service is pertaining to which region?
global
once a cloudfront distro is created hot do you access an s3 object named object?
cloudfrontname.cloudfront.net/object
can multiple security groups be assigned to an ec2 instance?
yes
what region will the ebs volume associated with an ec2 instance be?
in the same region as the ec2 instance.
when you create an image from an EBS snapshot, what virtualization type should you chose to ensure that it works on most ec2 platforms?
hardware-assisted virtualization
when you terminate an ec2 instance, what happens to the root device volume as well as the others?
the root device volume is deleted but others remain
where are volumes and snapshots stored?
snapshots are stored in s3 and volumes are stored on EBS
what are two ways to move an ec2 instance to a new region?
(option1) create snapshot-create ami-launch ami in new region
(option2) create snapshot - create ami - copy ami to new region - launch ec2 instance
if you loose the access key and secret access key or an iam user what do you do?
go into IAM - select that user - make the keys inactive and generate new ones
in what step do you mention bootstarp script for the ec2 instance?
step 3
what traffic is not monitored in a VPC flow logs?
traffic involving amazon DNS, VPC router, instance metadata, DHCP traffic, windows instance for license activation.
is RDS serverless?
no with the exception of aurora which is serverless
who’s responsibility is it to patch RDS
amazon’s, in fact you cant even ssh into an rds instance.
what are the two types of backups in rds?
automated and data snapshot
what is the retention period is the context of automated backups of rds?
this is the amount in time since the backup is taken during which the database can be restored to a second
what are the two parts of an automated backup?
a full daily snapshot and transaction logs during the day
where are automated backups from rds stored and what is the amount limit?
they are stored in s3 and size = size of your database
when are backups taken and what is the user experience during backups (in the context of rds)
they are taken during a defined window and any storage or IO may be suspended when data is being backed up
when you restore wither an automated or manual snapshot of the rds, does the DNS endpoint remain the same?
no, a new rds instance with a new endpoint is created
who initiates rds db snapshots?
they are initiated by the user
once encryption is turned on for rds, what all are encrypted?
data stored at rest, automated backups, read replicas and snapshots
what are the differences between multiu az and read replicas?
multi az, the backup can’t be accessed until there is a failover
can read replicas be in the same region?
yes and they can also be in different region
what happens when read replicas are promoted to master?
they break the read replication.
is dynamo db serverless?
yes
what are the two read models of dyanmoDB?
eventual read consistency and strong read consistency
what kind of storage is dynamo db stored in?
SSD
How many geographical centers is dynamoDB spread across?
3
what are the two engines supported by elastic cache?
memcached and redis