Training Aws Notes
Training Aws Notes
27/Apr/2023
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'
* 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\"}"
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