{"id":287,"date":"2010-04-05T07:58:15","date_gmt":"2010-04-05T12:58:15","guid":{"rendered":"http:\/\/www.migrate2cloud.com\/blog\/?p=287"},"modified":"2016-03-21T02:51:52","modified_gmt":"2016-03-21T07:51:52","slug":"how-to-setup-nfs-server-on-aws-ec2","status":"publish","type":"post","link":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/","title":{"rendered":"How to Setup  NFS Server on AWS EC2"},"content":{"rendered":"<p>This tutorial explains how to set up a highly available NFS server that can be used as storage solution (NAS &#8211; networked attached storage) for a cluster of web server instances that are being load balanced by a load balancer , for example ELB . If you have a web server cluster with two or more instances that serve the same web site contents, then these instances must access the same amount of data so that each one serves the same data, no matter if the load balancer directs the user to instance 1 or instance n. This can be achieved with an NFS share on an NFS server that all web server instances (the NFS clients) can access.<!--more--><\/p>\n<p>Install the package nfs-utils in the NFS server instance<\/p>\n<p>[shell]# yum install nfs-utils[\/shell]<\/p>\n<p>The NFS setup also needs the portmap daemon<\/p>\n<p>[shell]# yum install portmap[\/shell]<\/p>\n<p>Every file system being exported to remote ec2 instance via NFS, as well as the access level for those file systems, are listed in the \/etc\/exports file. When the nfs service starts, the exportfs command launches and reads this file, passes control to rpc.mountd (if NFSv2 or NFSv3) for the actual mounting process, then to rpc.nfsd where the file systems are then available to remote instances.<\/p>\n<p>Lets say you want to export the directory \/opt\/nfstest of the nfs server to two remote instances having private ip&#8217;s 192.168.1.9 and 192.168.1.10<\/p>\n<p>[shell]# vi \/etc\/exports[\/shell]<\/p>\n<p><strong>Add<\/strong><\/p>\n<p>[shell]<br \/>\n\/opt\/nfstest 192.168.1.9\/255.255.255.0(rw, no_root_squash, async)<br \/>\n\/opt\/nfstest 192.168.1.10\/255.255.255.0(rw, no_root_squash, async)<br \/>\n[\/shell]<\/p>\n<p>and save the file<\/p>\n<p>Now we use the exportfs command. It is used to maintain the current table of exported file systems for NFS. This list is kept in a separate file named <strong>\/var\/lib\/nfs\/xtab<\/strong> which is read by <strong>mountd <\/strong>when a remote instance requests access to mount a directory.<br \/>\nNormally this xtab file is initialized with the list of all file systems named in \/etc\/exports by invoking exportfs -a.<\/p>\n<p>[shell]#exportfs -a[\/shell]<\/p>\n<p><strong>Getting the services started<\/strong><\/p>\n<p><strong>Starting the Portmapper<\/strong><br \/>\nNFS depends on the portmapper daemon, either called portmap or rpc.portmap. It will need to be started first.<\/p>\n<p>[shell]# \/etc\/init.d\/portmap start[\/shell]<\/p>\n<p>it is worth making sure that it is running before you begin working with NFS<\/p>\n<p>[shell]# ps aux | grep portmap[\/shell]<\/p>\n<p><strong>Now start the NFS daemon<\/strong><\/p>\n<p>[shell]# \/etc\/init.d\/nfs start[\/shell]<\/p>\n<p><strong>Verifying that NFS is running<\/strong><\/p>\n<p>[shell]# rpcinfo -p [\/shell]<\/p>\n<p>you will get something like this.<\/p>\n<p>program vers proto port<br \/>\n100000 2 tcp 111 portmapper<br \/>\n100000 2 udp 111 portmapper<br \/>\n100011 1 udp 749 rquotad<br \/>\n100005 2 tcp 766 mountd<br \/>\n100005 3 udp 769 mountd<br \/>\n100005 3 tcp 771 mountd<br \/>\n100003 2 udp 2049 nfs<br \/>\n100003 3 udp 2049 nfs<br \/>\n300019 1 tcp 830 amd<br \/>\n300019 1 udp 831 amd<br \/>\n100024 1 udp 944 status<br \/>\n100024 1 tcp 946 status<br \/>\n100021 1 udp 1042 nlockmgr<br \/>\n100021 3 udp 1042 nlockmgr<br \/>\n100021 4 udp 1042 nlockmgr<\/p>\n<p>Please note that portmap listens on port 111 and nfs on port 2049.<\/p>\n<p>If you later decide to add more NFS exports to the \/etc\/exports file, you will need to either restart NFS daemon or run command exportfs:<\/p>\n<p>[shell]#exportfs -ar[\/shell]<\/p>\n<p>Mount remote file system on client<\/p>\n<p>First we need to create a mount point:<\/p>\n<p>[shell]# mkdir \/opt\/localmount [\/shell]<\/p>\n<p>If you are sure that the NFS client and mount point are ready, you can run the mount command to mount exported NFS remote file system:<\/p>\n<p>[shell]# mount -t nfs 192.168.1.3:\/opt\/nfstest \/opt\/localmount[\/shell]<\/p>\n<p>Here 192.168.1.3 is the ip of the NFS server, -t is used to specify the file system.<\/p>\n<p>Restart the portmap daemon in the client<\/p>\n<p>[shell]# \/etc\/init.d\/portmap restart[\/shell]<\/p>\n<p>done !<\/p>\n<p>Now you can verify your NFS mounts with the showmount command which shows the exports from the NFS server.<\/p>\n<p>[shell]# showmount -e 192.168.1.3[\/shell]<\/p>\n<p>which will show output like<\/p>\n<p>[shell]<br \/>\n\/opt\/nfstest 192.168.1.9\/255.255.255.0,192.168.1.10\/255.255.255.0<br \/>\n[\/shell]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial explains how to set up a highly available NFS server that can be used as storage solution (NAS &#8211; networked attached storage) for a cluster of web server instances that are being load balanced by a load balancer , for example ELB . If you have a web server cluster with two or [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[3],"tags":[28,612,454,44,609,220,232,610,608,250,611,179,204,613,615,614],"class_list":["post-287","post","type-post","status-publish","format-standard","hentry","category-cloud-computing","tag-aws-ec2-cloud-computing-nfs","tag-exported-file-systems","tag-file-systems","tag-load-balancing","tag-network-file-system","tag-network-file-systems","tag-network-management","tag-network-attached-storage","tag-routing","tag-server","tag-storage-solution","tag-udp","tag-web-server","tag-web-server-cluster","tag-web-server-instances","tag-web-site-contents"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"DevOps Team\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Migrate to Cloud - we make the clouds rain\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Setup NFS Server on AWS EC2 - Migrate to Cloud\" \/>\n\t\t<meta property=\"og:description\" content=\"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2010-04-05T12:58:15+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2016-03-21T07:51:52+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Setup NFS Server on AWS EC2 - Migrate to Cloud\" \/>\n\t\t<meta name=\"twitter:description\" content=\"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#blogposting\",\"name\":\"How to Setup NFS Server on AWS EC2 - Migrate to Cloud\",\"headline\":\"How to Setup  NFS Server on AWS EC2\",\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"},\"datePublished\":\"2010-04-05T07:58:15-05:00\",\"dateModified\":\"2016-03-21T02:51:52-05:00\",\"inLanguage\":\"en-US\",\"commentCount\":15,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#webpage\"},\"articleSection\":\"Cloud computing, aws ec2 \\\"cloud computing\\\" NFS, exported file systems, file systems, load balancing, Network File System, Network file systems, Network management, Network-attached storage, Routing, Server, storage solution, UDP, web server, web server cluster, web server instances, web site contents\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"position\":2,\"name\":\"Cloud computing\",\"item\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#listItem\",\"name\":\"How to Setup  NFS Server on AWS EC2\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#listItem\",\"position\":3,\"name\":\"How to Setup  NFS Server on AWS EC2\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/category\\\/cloud-computing\\\/#listItem\",\"name\":\"Cloud computing\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/\",\"name\":\"DevOps Team\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"DevOps Team\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#webpage\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/\",\"name\":\"How to Setup NFS Server on AWS EC2 - Migrate to Cloud\",\"description\":\"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/how-to-setup-nfs-server-on-aws-ec2\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/author\\\/admin\\\/#author\"},\"datePublished\":\"2010-04-05T07:58:15-05:00\",\"dateModified\":\"2016-03-21T02:51:52-05:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/\",\"name\":\"Migrate to Cloud\",\"description\":\"we make the clouds rain\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.migrate2cloud.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to Setup NFS Server on AWS EC2 - Migrate to Cloud","description":"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .","canonical_url":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#blogposting","name":"How to Setup NFS Server on AWS EC2 - Migrate to Cloud","headline":"How to Setup  NFS Server on AWS EC2","author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"},"datePublished":"2010-04-05T07:58:15-05:00","dateModified":"2016-03-21T02:51:52-05:00","inLanguage":"en-US","commentCount":15,"mainEntityOfPage":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#webpage"},"isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#webpage"},"articleSection":"Cloud computing, aws ec2 \"cloud computing\" NFS, exported file systems, file systems, load balancing, Network File System, Network file systems, Network management, Network-attached storage, Routing, Server, storage solution, UDP, web server, web server cluster, web server instances, web site contents"},{"@type":"BreadcrumbList","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.migrate2cloud.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","position":2,"name":"Cloud computing","item":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#listItem","name":"How to Setup  NFS Server on AWS EC2"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#listItem","position":3,"name":"How to Setup  NFS Server on AWS EC2","previousItem":{"@type":"ListItem","@id":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/#listItem","name":"Cloud computing"}}]},{"@type":"Organization","@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization","name":"Migrate to Cloud","description":"we make the clouds rain","url":"https:\/\/www.migrate2cloud.com\/blog\/"},{"@type":"Person","@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author","url":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/","name":"DevOps Team","image":{"@type":"ImageObject","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/20b51e018d8f61e1739f60911fcf45cc9d09284569e448583a87f7fd0ac3d9dc?s=96&d=mm&r=g","width":96,"height":96,"caption":"DevOps Team"}},{"@type":"WebPage","@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#webpage","url":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/","name":"How to Setup NFS Server on AWS EC2 - Migrate to Cloud","description":"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/#breadcrumblist"},"author":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"creator":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/author\/admin\/#author"},"datePublished":"2010-04-05T07:58:15-05:00","dateModified":"2016-03-21T02:51:52-05:00"},{"@type":"WebSite","@id":"https:\/\/www.migrate2cloud.com\/blog\/#website","url":"https:\/\/www.migrate2cloud.com\/blog\/","name":"Migrate to Cloud","description":"we make the clouds rain","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.migrate2cloud.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Migrate to Cloud - we make the clouds rain","og:type":"article","og:title":"How to Setup NFS Server on AWS EC2 - Migrate to Cloud","og:description":"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .","og:url":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/","article:published_time":"2010-04-05T12:58:15+00:00","article:modified_time":"2016-03-21T07:51:52+00:00","twitter:card":"summary_large_image","twitter:title":"How to Setup NFS Server on AWS EC2 - Migrate to Cloud","twitter:description":"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB ."},"aioseo_meta_data":{"post_id":"287","title":"","description":"how to set up a highly available NFS server that can be used as storage solution for a cluster of web server instances that are being load balanced by a load balancer , for example ELB .","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2022-12-27 09:15:40","updated":"2026-07-21 15:27:08","ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/\" title=\"Cloud computing\">Cloud computing<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to Setup  NFS Server on AWS EC2\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.migrate2cloud.com\/blog"},{"label":"Cloud computing","link":"https:\/\/www.migrate2cloud.com\/blog\/category\/cloud-computing\/"},{"label":"How to Setup  NFS Server on AWS EC2","link":"https:\/\/www.migrate2cloud.com\/blog\/how-to-setup-nfs-server-on-aws-ec2\/"}],"jetpack_featured_media_url":"","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/287","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/comments?post=287"}],"version-history":[{"count":72,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/287\/revisions"}],"predecessor-version":[{"id":2171,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/posts\/287\/revisions\/2171"}],"wp:attachment":[{"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/media?parent=287"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/categories?post=287"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.migrate2cloud.com\/blog\/wp-json\/wp\/v2\/tags?post=287"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}