aws cloud guru soln architect may 19 Flashcards
(113 cards)
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