mirror of
https://github.com/nickpoida/og-aws.git
synced 2025-02-15 03:11:57 +00:00
Add link to EFS/Direct Connect docs
This commit is contained in:
parent
4e0f267120
commit
4045fde662
1 changed files with 1 additions and 1 deletions
|
@ -944,7 +944,7 @@ EFS
|
|||
- 🔸 As of 2016-11, EFS does not offer disk level encryption, though it is on the roadmap.
|
||||
- ❗ Some applications, like SQLite and IPython, [might not work properly](https://sqlite.org/faq.html#q5) on EFS when accessed from multiple clients. This is because lock upgrades and downgrades are [not supported](http://docs.aws.amazon.com/efs/latest/ug/nfs4-unsupported-features.html). There might be [workarounds](https://github.com/ipython/ipython/issues/882) for some issues.
|
||||
- 🔸 Mounting EFS over a VPN connection or VPC peering is not supported. EFS [does support](https://aws.amazon.com/efs/faq/#on-premises) mounting over Direct Connect.
|
||||
- 🔸 An EFS file system can be mounted on premises over Direct Connect.
|
||||
- 🔸 An EFS file system [can be mounted on premises](https://aws.amazon.com/efs/faq/#on-premises) over Direct Connect.
|
||||
- 🔸 An EFS file system can NOT be mounted over VPC peering or VPN, even if the VPN is running on top of Direct Connect.
|
||||
- 🔸 Using an EFS volume on Windows is not supported.
|
||||
- ⏱ When a file is uploaded to EFS, it can take hours for EFS to update the details for billing and burst credit purposes.
|
||||
|
|
Loading…
Reference in a new issue