Aws Certified Solutions Architect Associate Flashcards
Do Amazon EBS volumes persist independently from the life of an Amazon EC2 instance, for example, if I terminated an EC2 instance, would that EBS volume remain?A. YesB. NoC. Only if structured to when createdD. Depends on the region
CBy default EBS volumes are set to 'Delete on Termination' meaning they persist only if instructed.
Can I delete a snapshot of an EBS volume that is used as the root device of a registered AMI?A. NoB. YesC. Only via the Command LineD. Only via the API
AYou must deregister the AMI before being able to delete the root device.
It is possible to transfer a reserved instance from one Availability Zone to another.A. TrueB. False
A
Placement Groups can be created across 2 or more Availability Zones.A. TureB. False
BPlacement Groups are restricted to a single AZ.
Your company likes the idea of storing files on AWS. However, low-latency service of the last few days of files is important to customer service. Which Storage Gateway configuration would you use to achieve both of these ends?A. Gateway-VTLB. Gateway-snapshotC. Gateway-cachedD. Gateway-stored
CGateway-Cached volumes retain a copy of frequently accessed data subsets locally. Cached volumes offer a substantial cost savings on primary storage and minimize the need to scale your storage on-premises.
You are planning to develop a log analysis software that processes large amount of log files. Workload reads entire file for analysis. Log files are safely stored in S3 and your application downloads batches of log files periodically to process them. What type of EC2 storage would use?A. Use storage optimized instance with SSD based instance storage.B. Use storage optimized instance with HDD based instance storage.C. Use any storage optimized instance.
BSince files are read in whole, HDD based storage would offer very high sequential read throughput