Shared storage
This time it is Raj’s turn to explain file storage.
Raj: As Charles mentioned, shared storage systems are designed to be used by multiple clients at the same time. And they operate using some very specific protocols, such as NFS and SMB. Now, these protocols are suitable for a specific operating system type. Most Linux distributions have NFS client software built-in and come with utilities and tools to connect to shared storage systems over a network. On the other hand, Windows-based operating systems favor the SMB protocol. AWS has services to offer both options. When you are looking for NFS-based shared storage, you can leverage Amazon Elastic File System (EFS). As its name suggests, it is elastic in nature. You don’t have to pre-provision a specific size of storage. The storage grows and shrinks with usage. So, you are only charged for the actual storage consumed.
Charles: That’s interesting...