Back to Browse

AWS Hands-On: Amazon Elastic File System (EFS)

1.4K views
Jan 21, 2024
19:24

In this video, we'll provision an EFS and mount EC2 Instances (Web Servers) to it, as well as enable cross-Region Replication. WebServer User Data #!/bin/bash sudo yum update yum install httpd -y service httpd yum install amazon-efs-utils -y sudo mount -t efs -o tls YOUR_EFS_HERE/ /var/www/html

Download

0 formats

No download links available.

AWS Hands-On: Amazon Elastic File System (EFS) | NatokHD