storage Flashcards
Which types of AWS Storage gateways have a limited amount of total storage per gateway?
Cached volume gateway
stored volume gateway
In Amazon Elastic File System (EFS), which of the performance mode is ideal for applications where tens, hundreds, or thousands of Elastic Compute Cloud (EC2) instances access a file system?
Max I/O
Explanation:
Amazon EFS offers two performance modes: General Purpose mode and Max I/O mode. The performance mode is selected when the file system is created. The Max I/O performance mode is best suited for applications where multiple EC2 instances access the file system, as it can scale to higher levels of aggregate throughput and operations per second with a tradeoff of negligibly higher latencies for file operations.