Practice Test #1 Flashcards
For EFS on an EC2 instance, how many days since last access do you do you choose for your lifecycle policy to automatically move files to IA storage?
7 days since last access
After cloud migration from on-prem, which are fully managed AWS services?
DynamoDB & RDS
What would you use to provide a library of metabolism assessment functions to developers to share?
Lambda
Company in NY needs S3 bucket in SF that is same of current prod S3 bucket. What 2 things should you configure?
S3 Bucket Versioning, Cross-Region Replication (requires the versioning!)
What does Amazon S3 Glacier Vault Lock guarantee?
Non-rewriteable && non-erasable format (Write-Once-Read-Many)
What service do you use to ensure that users in Europe are directed to this website. www.poopbutthole.com ?
Route53 - Geolocation routing allows you to use the location of users
What two services does AWS Instance Scheduler help with?
RDS and EC2 Instances
Need a highly available de-coupled web application. What 3 services should you use?
SQS, EC2, and Elastic Load Balancer
In Change Controls, for S3 Eventual Consistency, what does updating ‘DelaySeconds’ attribute mean?
DelaySeconds = new message is added to a SQS queue, it will be hidden from consumers instances for fixed period.
When are the messages hidden for a VisibilityTimeout in a SQS queue?
After it is consumed from the queue
What is the minimum size of an S3 Object?
0 bytes
What type of routing policy allows for multiple servers to be sent traffic randomly?
Multivalue Routing (basically Simple Routing - multiplied)
Of RDS, DynamoDB, EC2, and S3, which ones need you to design redundancy into them?
EC2 & RDS
What is RAID 0 vs RAID 1?
RAID is a configuration to use with a traditional bare metal server for EBS.
RAID 0 = for greater I/O performance with a single volume
RAID 1 = on-instance redundancy, mirror 2 volumes together
DO NOT BOOT FROM RAID VOLUME
Is Elastic Load Balancer stateful?
YES BITCH
What do you need to create a second copy of prod env in US-EAST-1 and copy needs to be in US-EAST-2 ?
Route53 Private Hosted Zone records, VPC, Security Groups
Confidential data in S3 but need it available in different geographical location?
Enable Cross-Region Replication for the S3 bucket
Oracle software license?
Dedicated Hosts
A Multi-AZ RDS deployment will automatically fail-over as a result of what?
Loss of availability in primary AZ & Loss of network connectivity to Primary
Is S3 Transfer Acceleration a HIPAA compliant program?
YES mam, also S3 TA won’t take more than a week
What is proactive event-based scaling vs. cyclic scaling?
Cyclic scaling - occurs at a fixed interval
What is supported by the Basic Support plan?
Service Limit Increase, Account and Billing Support (other is Technical Support only higher levels)
What service allows you to store files as objects in Amazon S3?
AWS Storage Gateway
How can you avoid error of max object size exceeded when uploading a HD video to S3 bucket?
Use Multipart Upload API to copy to S3