LAB - Moving a volume from one EC2 instance to the next Task 4

I am doing AWS Solutions Architect Associate Certification and LAB - Moving a volume from one EC2 instance to the next Task 4 which is:
Task4:
Access the instance1 through SSH and run below command to create a filesystem of type xfs using the ebs volume attached.
Use lsblk for name of volume attached.
sudo mkfs -t xfs /dev/xvdf
Note: keypair file for instance1 is located at /home/rdskeypair.pem

No matter what I come up incorrect in the answer section but I can see that file system has successfully been created. Please assists

1 Like