The service is EC2 User Data.
User Data is a script that runs automatically when the EC2 instance starts for the first time.
Amazon EFS uses a pay-as-you-use pricing model.
You pay only for the storage space you actually use (measured in GB per month).
No need to pre-allocate storage.
Amazon EFS is accessed using the NFS protocol (Network File System) — specifically NFSv4.1 or NFSv4.0.
Amazon EFS is a shared file storage service in AWS.
Multiple EC2 instances can connect to the same storage at the same time.
It works like a network file system (NFS).
We create EBS Lifecycle Policy to manage snapshots automatically instead of doing it manually.