Please enable JavaScript.
Coggle requires JavaScript to display documents.
Storage - Coggle Diagram
Storage
S3
Glacier
S3 Glacier Vault
Vaults are top-level containers for archived data; access managed via Vault Lock policies.
S3 Object Lambda Access Point
An Object Lambda Access Point (OLAP) lets you modify or process S3 objects in real time as they’re retrieved, without changing the underlying object..
request > OLAP > s3 access point > s3 bucket > resources > invoke lambda > return
Use cases:
Redact PII from documents before returning
Convert image formats dynamically
S3 Access Point
dedicated network endpoint with its own access policy that you attach to a bucket.
Every access point has:
A unique DNS name (like my-ap-123456789012.s3-accesspoint.us-east-1.amazonaws.com)
An access point policy
Optionally a VPC restriction
S3 Multi-Region Access Point (MRAP)
A single global endpoint that automatically routes to the closest S3 bucket replica for latency and resilience
S3 Outposts Access Point
On-prem access point
Used to access S3 data stored on AWS Outposts (local hardware).
FSx Family
Windows File Server
SMB share
File shares (\fs-xxxx\share) act as access points; each can have custom permissions and Active Directory access controls.
-
NetApp ONTAP
NFS/CIFS Volume Mounts + SVMs
Storage Virtual Machines (SVMs) provide logical access endpoints; inside them, you can create volumes and NFS/CIFS shares with per-volume access controls.
OpenZFS
Mount Target
Mount targets expose the NFS endpoints; datasets and shares define access policies.
Storage Gateway
-
-
Tape Gateway
Virtual Tape Library (VTL)
Exposes virtual tape drives and media changers compatible with backup apps.
-
EFS
EFS access point
a managed entry point (mount path) into an Amazon Elastic File System (EFS) that provides:
Application-specific access permissions
Automatic root directories
User/Group identity enforcement
-
-