AWS FsX
- FSx is an AWS Managed service for file shares from third parties.
- As of now AWS Supports
- NetAPP
- Windows File Share
- ZFS
- Lustre

Glacier
- Refer Here for Glacier Data Models
- Create a vault Refer Here
- Refer Here for the glacier cli
- Create a vault
aws glacier create-vault --acount-id <your-acc-id> --vault-name 'qtvault'


* Create a zip file with some content
* Upload the zip file to the vault Refer Here

* Refer Here if you want to deal with large file by breaking that into multiple parts
* Refer Here for downloading the archive (during disasters)
* To get all the archive ids
aws glacier initiate-job --vault-name awsexamplevault --account-id 111122223333 --job-parameters "{\"Type\":\"inventory-retrieval\"}"
- Glacier has 3 types
- Instant Retrieval (costliest glacier storage cost)
- Instant Flexible Retrival
- Deep archive (cheapest glacier storage cost)

Exercies
- What is max file size for individual file in S3
- What does eleven 9’s durability means
- What are different storage classes in S3
- How to take backup of EBS volume in an automated and manual fashion
- Explain EBS disk types from slowest to fastest disk
- Max size of Disk in EBS
- What is Max Disk Size in EFS
