The Enterprise Migration Gap
Large enterprises have spent decades building workflows around NetApp storage appliances. NetApp's ONTAP operating system provides features that standard cloud storage doesn't: instant zero-copy snapshots, storage-level deduplication and compression, thin provisioning, and SnapMirror (real-time replication between NetApp systems). When these enterprises try to migrate to AWS, they face a choice: rewrite all their storage workflows, or find a cloud service that speaks NetApp natively.
FSx for NetApp ONTAP is the latter. It runs the actual NetApp ONTAP operating system as a managed AWS service.
What Makes ONTAP Unique
Multi-protocol support is the headline feature. A single FSx for NetApp ONTAP file system simultaneously serves:
- NFS (v3 and v4.1) — Linux clients
- SMB (2.0–3.1.1) — Windows clients
- iSCSI — Block storage for databases and VMware
- NVMe over TCP — Ultra-low latency block access
This means a single dataset can be accessed by Linux servers via NFS, Windows servers via SMB, and a database via iSCSI — all at the same time, with consistent data.
Storage efficiency features:
| Feature | What It Does | Typical Savings |
|---|---|---|
| Deduplication | Stores identical blocks only once | 50–80% for home dirs |
| Compression | Reduces block size before storing | 20–50% for general data |
| Compaction | Packs multiple small files into one block | Significant for small files |
| Thin provisioning | Allocates capacity on write, not on creation | Reduces over-provisioning |
SnapMirror: Replicates data from your on-premises NetApp appliance to FSx for NetApp ONTAP over the internet or Direct Connect. This is the primary migration path for NetApp customers — replicate data to AWS while the on-prem system stays live, then cut over with minimal downtime.
FlexClone: Creates instant, space-efficient clones of volumes. A 10 TB volume can be cloned in seconds and initially consumes near-zero additional space (only divergent blocks are stored separately). Useful for dev/test environments that need production-like data without the cost.
Common Use Cases
- NetApp migration: Lift-and-shift of on-prem NetApp workloads with zero application changes.
- Hybrid cloud: On-prem NetApp replicates to FSx for NetApp ONTAP for DR; failover is a DNS change.
- Multi-protocol access: A dataset that Windows and Linux clients both need to access.
- VMware Cloud on AWS: FSx for NetApp ONTAP is a supported datastore for VMware workloads.
- Database storage: iSCSI access for Oracle, SQL Server, or SAP HANA.
Key Point — When to Choose NetApp vs. Windows FSx: If your workload is purely Windows/SMB with Active Directory, FSx for Windows File Server is simpler and cheaper. Choose FSx for NetApp ONTAP when you need: (1) multi-protocol access (NFS + SMB simultaneously), (2) NetApp-specific features like SnapMirror or FlexClone, (3) iSCSI block access, or (4) you are migrating from an existing NetApp appliance and want feature parity.