Misplaced Pages

Amazon Elastic File System: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 16:16, 5 June 2018 editTech201805 (talk | contribs)Extended confirmed users2,234 edits {{subst:submit}}← Previous edit Revision as of 03:43, 6 June 2018 edit undoLegacypac (talk | contribs)Extended confirmed users, Pending changes reviewers158,031 edits Commenting on submission (AFCH 0.9)Next edit →
Line 1: Line 1:
{{AFC submission|||ts=20180605161608|u=Tech201805|ns=118}} {{AFC submission|||u=Tech201805|ns=118|ts=20180605161608}} <!-- Do not remove this line! -->

{{AFC comment|1=I've requested the current page (a redirect) be deleted to make way for this ] (]) 03:43, 6 June 2018 (UTC)}}

----

{{New unreviewed article|source=ArticleWizard|date=June 2018}} {{New unreviewed article|source=ArticleWizard|date=June 2018}}
<!-- Write the text of your article below this line. The first sentence should begin with the subject of your article surrounded by three apostrophes (for example: '''Article name''' is...) --> <!-- Write the text of your article below this line. The first sentence should begin with the subject of your article surrounded by three apostrophes (for example: '''Article name''' is...) -->
Line 7: Line 12:
| name = Amazon Elastic File System (EFS) | name = Amazon Elastic File System (EFS)
| developer = ] | developer = ]
| released = {{Release date and age|2016|06|29}} <ref>https://aws.amazon.com/about-aws/whats-new/2016/06/amazon-elastic-file-system-efs-is-now-generally-available/</ref><ref>https://techcrunch.com/2016/06/29/awss-elastic-file-system-is-now-ready-for-your-grubby-little-fingers/</ref> | released = {{Release date and age|2016|06|29}}.<ref>https://aws.amazon.com/about-aws/whats-new/2016/06/amazon-elastic-file-system-efs-is-now-generally-available/</ref><ref>https://techcrunch.com/2016/06/29/awss-elastic-file-system-is-now-ready-for-your-grubby-little-fingers/</ref>
| operating system = ] | operating system = ]
| language = English | language = English
Line 15: Line 20:
}} }}


'''Amazon Elastic File System''' (Amazon EFS) is an cloud storage service provided by AWS which provides scalable, elastic concurrent with some restrictions<ref>https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html</ref><ref>https://hackernoon.com/25-things-you-should-know-about-amazon-elastic-file-system-2023255303ea</ref> and encrypted<ref>https://docs.aws.amazon.com/efs/latest/ug/encryption.html</ref> file storage for use with ] and on-premises resources.<ref>https://aws.amazon.com/efs/</ref> Amazon EFS is built to be able to grown unlimited<ref>https://cloud.netapp.com/blog/ebs-efs-amazons3-best-cloud-storage-system</ref> and shrink automatically as you add and remove files. Amazon EFS supports Network File System versions 4.0 and 4.1 (NFSv4) protocol<ref>https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions.html</ref> and control access to files through Portable Operating System Interface (POSIX) permissions<ref>https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html</ref>. '''Amazon Elastic File System''' (Amazon EFS) is an cloud storage service provided by AWS which provides scalable, elastic concurrent with some restrictions<ref>https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html</ref><ref>https://hackernoon.com/25-things-you-should-know-about-amazon-elastic-file-system-2023255303ea</ref> and encrypted<ref>https://docs.aws.amazon.com/efs/latest/ug/encryption.html</ref> file storage for use with ] and on-premises resources.<ref>https://aws.amazon.com/efs/</ref> Amazon EFS is built to be able to grown unlimited<ref>https://cloud.netapp.com/blog/ebs-efs-amazons3-best-cloud-storage-system</ref> and shrink automatically as you add and remove files. Amazon EFS supports Network File System versions 4.0 and 4.1 (NFSv4) protocol<ref>https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions.html</ref> and control access to files through Portable Operating System Interface (POSIX) permissions<ref>https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html</ref>


== Use Cases == == Use Cases ==
Line 21: Line 26:


== Data consistency == == Data consistency ==
Amazon EFS provides ] consistency semantics that applications expect from NFS.<ref>https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html</ref> Amazon EFS provides ] consistency semantics that applications expect from NFS.<ref>https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html</ref>



== References == == References ==
<!--- See ] on how to create references using <ref></ref> tags which will then appear here automatically --> <!--- See ] on how to create references using<ref></ref> tags which will then appear here automatically -->
{{Reflist}} {{Reflist}}


Line 39: Line 43:


<!--- Categories ---> <!--- Categories --->
] ]


] ]
] ]
] ]
] ]
] ]

Revision as of 03:43, 6 June 2018

This article, Amazon Elastic File System, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author
  • Comment: I've requested the current page (a redirect) be deleted to make way for this Legacypac (talk) 03:43, 6 June 2018 (UTC)

Template:New unreviewed article

Amazon Elastic File System (EFS)
Developer(s)Amazon.com
Initial releaseJune 29, 2016; 8 years ago (2016-06-29).
Operating systemCross-platform
Available inEnglish
TypeCloud Storage
LicenseProprietary
Websiteaws.amazon.com/efs/

Amazon Elastic File System (Amazon EFS) is an cloud storage service provided by AWS which provides scalable, elastic concurrent with some restrictions and encrypted file storage for use with AWS Cloud services and on-premises resources. Amazon EFS is built to be able to grown unlimited and shrink automatically as you add and remove files. Amazon EFS supports Network File System versions 4.0 and 4.1 (NFSv4) protocol and control access to files through Portable Operating System Interface (POSIX) permissions

Use Cases

Typical use cases for this service are content repositories, development environments, web server farms, home directories and big data applications.

Data consistency

Amazon EFS provides open-after-close consistency semantics that applications expect from NFS.

References

  1. https://aws.amazon.com/about-aws/whats-new/2016/06/amazon-elastic-file-system-efs-is-now-generally-available/
  2. https://techcrunch.com/2016/06/29/awss-elastic-file-system-is-now-ready-for-your-grubby-little-fingers/
  3. https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html
  4. https://hackernoon.com/25-things-you-should-know-about-amazon-elastic-file-system-2023255303ea
  5. https://docs.aws.amazon.com/efs/latest/ug/encryption.html
  6. https://aws.amazon.com/efs/
  7. https://cloud.netapp.com/blog/ebs-efs-amazons3-best-cloud-storage-system
  8. https://docs.aws.amazon.com/efs/latest/ug/accessing-fs-nfs-permissions.html
  9. https://docs.aws.amazon.com/efs/latest/ug/whatisefs.html
  10. https://techcrunch.com/2015/04/09/amazon-launches-new-efs-file-storage-service-for-ec2/
  11. https://docs.aws.amazon.com/efs/latest/ug/how-it-works.html

See also

External links

Amazon
People
Current
Former
Facilities
Products and
services
Subsidiaries
Cloud
computing
Services
Devices
Technology
Media
Retail
Logistics
Former
Litigation
Other
Unions
Category

Category:Articles created via the Article Wizard

Category:Cloud infrastructure Category:Cloud platforms Category:Cloud storage Category:Distributed data storage Category:Distributed file systems

Categories:
Amazon Elastic File System: Difference between revisions Add topic