Membuat EFS (Elastic File System) One Zone/Single AZ di AWS

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=Eir5ZRpzOnk



Duration: 23:54
383 views
5


#EFS (Elastic File System)
EFS merupakan layanan penyimpanan file untuk digunakan dengan komputasi Amazon (EC2, kontainer, nirserver) dan server on-premise.

EFS dapat bertambah dan berkurang secara otomatis saat Anda menambahkan dan menghapus file tanpa perlu manajemen atau penyediaan.

------------------

Di video kali ini kita akan belajar cara membuat EFS dan meng-attach-kannya ke EC2 Instance

Steps:
1. Buat 2 instance di availability zone yang sama (ap-southeast-1a)
2. Buat security groups untuk EFS (add port 2049)
3. Buat EFS di dashboard AWS
4. Install tools: aws-efs-utils di 2 instance tersebut
5. Mount EFS ke instance

--------------------------

#4. Install aws-efs-utils
sudo apt-get update
sudo apt-get -y install git binutils
git clone https://github.com/aws/efs-utils
cd efs-utils
./build-deb.sh
sudo apt-get -y install ./build/amazon-efs-utils*deb

#5 Mounting EFS ke EC2 Instance
cd /home/ubuntu
mkdir efs
Run (example) : sudo mount -t efs -o tls fs-0cbXX:/ efs
df -h

#Testing
sudo dd if=/dev/zero of=/home/ubuntu/efs/1GiB bs=1M count=1024 status=progress




Other Videos By Ambar Hasbiyatmoko


2022-07-10Membuat user baru di EC2 Instance (OS Ubuntu)
2022-07-02Mengeset 2 IP address dalam 1 instance (AWS EC2)
2022-06-19How to solve vokoscreen issue on ubuntu 22.04 - Audio recording not implemente
2022-06-18How to fix error installing grafana - the public key is not available: NO PUBKEY 8C8C34C524098CB6
2022-06-11Membuat EFS (Elastic File System) Regional/Multi AZ (Availability Zone) di AWS
2022-06-04Memonitor RAM Usage pada Instance EC2 dengan CloudWatch
2022-06-02Cara install Jenkins di instance EC2 AWS
2022-05-31How to fix Codeigniter 3.1.11 session error - Session is missing after redirect page
2022-05-27Fix php script as systemd service - php warning: fopen: failed to openstream: Read-only file system
2022-05-22Cara Install Sonarqube lewat AWS Marketplace
2022-05-08Membuat EFS (Elastic File System) One Zone/Single AZ di AWS
2022-02-27How to install mongodb php driver(php7.2) through composer and connect by Codeigniter in ubuntu18
2022-02-27How to fix composer error upgrade version 2.2 - Command "self-update" is not defined in ubuntu18.04
2022-02-27How to fix mongodb - Error parsing YAML config file: yamp-cpp error at line 32, illegal map value
2022-02-27How to install mongodb 4.4 in Ubuntu 18.04
2022-02-12Cara Setup Application Load Balancer di AWS
2022-01-30How to fix mysql - mysql server depends on mysql community server 5.7 when installing on Ubuntu 20.4
2022-01-30How to install mysql 5.7 in Ubuntu 20.04.3 LTS
2022-01-04How to fix: pecl install mongodb - ERROR: phpize not found, phpize failed
2021-12-26Wireshark error - Couldn't run usr-bin-dumpcap in child process: Permission denied
2021-12-04How to solve - Package 'python-certbot-apache' has no installation candidate on Ubuntu 20.04



Tags:
efs
elastic file system
aws
tutorial
ec2
instance
nfs
cloud
ubuntu 20.04
mount
terminal
install
service
integration
storage
file
data
network
availability zone