0% found this document useful (0 votes)
60 views

Training Aws Notes

AWS FSx provides file shares from NetApp, Windows, ZFS and Lustre as a managed service. Glacier is a storage service for archiving data and provides three retrieval types - instant, flexible and deep archive which vary in cost and retrieval time. The document also lists questions as exercises related to S3 storage classes, EBS disk types and sizes, EFS disk sizes and backup methods.

Uploaded by

MADHAV REDDY KV
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views

Training Aws Notes

AWS FSx provides file shares from NetApp, Windows, ZFS and Lustre as a managed service. Glacier is a storage service for archiving data and provides three retrieval types - instant, flexible and deep archive which vary in cost and retrieval time. The document also lists questions as exercises related to S3 storage classes, EBS disk types and sizes, EFS disk sizes and backup methods.

Uploaded by

MADHAV REDDY KV
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

AWS Classroomnotes

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'

* 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

You might also like