-
Useful Links:
-
Exam Tips:
- Questions about shared file systems, mountable - specifically Linux?
- EFS
- By default it is private, via mount targets inside a VPC.
- Access via Lambda.
- Highly scalable, highly available.
- Can POSIX permissions.
- Supports encryption at rest.
- Billed for size used.
- Performance Mode:
- Cannot change after creation!
- General Purpose:
- Webservers
- Content hosting
- Homefolders
- Max I/O:
- Higher throughput in IOPs
- Suitable for parallel workloads.
- Higher throughput in IOPs
- Replicated across multiple AZs.
- Use cases:
- Big data/analytics
- Media workloads
- CM and websharing
- Home directories
- Shared log storage (depending on application)
- Anti-Patterns:
- For single machine.
- Object storage.
- Temporary storage.
- Questions about shared file systems, mountable - specifically Linux?