QuestionQ26

Administration

What type of storage is used for a database application that requires consistently fast disk access?

  • A Block Storage
  • B Instance Storage
  • C Object Storage
  • D File Storage
Explanation

Block storage provides persistent, disk-like volumes with low-latency, consistent I/O performance, which suits database applications. AWS documentation identifies block storage as appropriate for applications needing fast, consistent I/O operations and notes that database storage uses EBS volumes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!