Ch1 - Design Resilient Architectures Flashcards
(147 cards)
- A small business specializing in video processing wants to prototype cloud storage in order to lower its costs. However, management is wary of storing its client files in the cloud rather than on premises. They are focused on cost savings and experimenting with the cloud at this time. What is the best solution for their prototype?
Install a VPN, set up an S3 bucket for their files created within the last month, and set up an additional S3-IA bucket for older files. Create a lifecycle policy in S3 to move files older than 30 days into the S3-IA bucket nightly.
Install an AWS storage gateway using stored volumes.
Set up a Direct Connect and back all local hard drives up to S3 over the Direct Connect nightly.
Install an AWS storage gateway using cached volumes.
B. Anytime the primary consideration is storage with a local data presence—where data must be stored or seen to be stored locally—a storage gateway gives you the best option. This reduces the choices to B and D. B will store the files in S3 and provide local cached copies, while D will store the files locally and push them to S3 as a backup. Since management is concerned about storage in the cloud of primary files, B is the best choice; local files are the primary source of data, while still allowing the company to experiment with cloud storage without “risking” its data being stored primarily in the cloud.
- For which of the following HTTP methods does S3 have eventual consistency? (Choose two.)
PUTs of new objects
UPDATEs
DELETEs
PUTs that overwrite existing objects
CD
- What is the smallest file size that can be stored on standard class S3?
1 byte
1 MB
0 bytes
1 KB
C
- You’ve just created a new S3 bucket named ytmProfilePictures in the US East 2 region and created a folder at the root level of the bucket called images/. You’ve turned on website hosting and asked your content team to upload images into the images/ folder. At what URL will these images be available through a web browser?
https: //s3-us-east-2.amazonaws.com/ytmProfilePictures/images
https: //s3-website-us-east-2.amazonaws.com/ytmProfilePictures/images
https: //ytmProfilePictures.s3-website-us-east-2.amazonaws.com/images
https: //ytmProfilePictures.s3-website.us-east-2.amazonaws.com/images
C
- You have an S3 bucket and are working on cost estimates for your customer. She has asked you about pricing of objects stored in S3. There are currently objects in the buckets ranging from 0 bytes to over 1 GB. In this situation, what is the smallest file size that S3-IA will charge you for?
1 byte
1 MB
0 bytes
128 KB
D
- Which of the following items are included in an Auto Scaling Launch Configuration? (Choose two.)
The AMI to use for creating new instances
The EBS storage volume for the instances to create
The polling time for monitoring network latency
The IAM role to associate with created instances
AD
- How does AWS allow you to add metadata to your EC2 instances? (Choose two.)
Certificates
Tags
Policies
Labels
AB
22 Where are individual EC2 instances provisioned?
In a specific region
In a specific availability zone
In a random availability zone within a specified region
It depends upon the region.
B
23 Which of the following can be deployed across availability zones?
Cluster placement groups
Placement groups
Spread placement groups
Cross-region placement groups
C
- In what manner are EBS snapshots backed up to S3?
Via full backup according to the backup policy set on the volume
Incrementally
Synchronously
EBS volumes are not stored on S3.
B
- Which of the following services is used at an on-premises site to build a site-to-site VPN connection?
Storage gateway
Virtual private gateway
Customer gateway
Virtual private network
C
- What is the anchor on the AWS side of a site-to-site VPN connection between an on-premises site and AWS?
IPSec tunnel
Virtual private gateway
Customer gateway
VPC
B
- How many tunnels for network traffic are involved when a customer gateway connects to an AWS VPC via an AWS-managed VPN connection?
One
Two
Three
It depends on the settings in the AWS VPC.
B
- You are setting up a site-to-site VPN from an on-premises network into an AWS VPC. Which of the following are steps you may need to perform? (Choose two.)
Set up a public IP address for the customer gateway.
Set up a public IP address for the AWS VPC.
Set up a public IP address for the virtual private gateway.
Set up a public IP address for the VPN tunnels.
AC
- Which of the following are valid options for storage gateways? (Choose two.)
File gateway
Volume gateway
Cached gateway
Virtual private gateway
AB
- You are helping a medium-sized business migrate its large datasets to the cloud. However, the business has limited resources and has long used a tape backup system. It does not want to lose the investment in the software and systems that already have been configured to use this backup system. Which storage gateway would you recommend?
File gateway
Cached volume gateway
Stored volume gateway
Tape gateway
D
- You are tasked with prototyping a cloud-based storage solution for a small business. The business’s chief concern is low network latency, as its systems need near-instant access to all of its datasets. Which storage gateway would you recommend?
File gateway
Cached volume gateway
Stored volume gateway
Tape gateway
C
- You are the solutions architect for a mapping division that has inherited a massive geospatial dataset from a recent acquisition. The data is all on local disk drives, and you want to transition the data to AWS. With datasets of over 10 TB, what is the best approach to getting this data into AWS?
S3 with Transfer Acceleration
Cached volume gateway
Snowball
Shipping the drives to AWS
C
- Which of the following are not reasons to use a cached volumes storage gateway? (Choose two.)
You want low-latency access to your entire dataset.
You want to reduce the cost of on-site storage.
You want to support iSCSI storage volumes.
You want low-latency access to your most commonly accessed data.
AC
- Which of the following storage gateway options is best for traditional backup applications?
File gateway
Cached volume gateway
Stored volume gateway
Tape gateway
A
- Which of the following storage gateway options is best for applications where latency of your entire dataset is the priority?
File gateway
Cached volume gateway
Stored volume gateway
Tape gateway
C
- Which of the following storage gateway options is best for reducing the costs associated with an off-site disaster recovery solution?
File gateway
Cached volume gateway
Stored volume gateway
Tape gateway
D
- What is the availability of S3 One Zone-IA?
- 5%
- 9%
- 99%
- 999999999%
A
- For which of the following storage classes do you need to specify an availability zone?
S3
S3-IA
S3 One Zone-IA
None of the above
D