Skip to main content

AWS GLACIER THEORY

S3 Glacier  --> Paid Service 

              Storage ---> High-end Capacity [ Unlimited data store]

        Glacier -----> Not for frequent use

          Glacier --> vaults [ Container ]

           Vaults --> Mumbai --> ok

       ---------------------------------------------------------

          Data Type : archive format [ Compression ]-> 40TB   

                 MS : Zip file

              Linux : tar file

      ----------------------------------------------------------

         Requirement : 1: Vaults

                       2: IAM User --> SAM [ Glacier Full Access ]

                          Key : Access key/Secret Access Key

                       3: Tool : Fast Glacier Tool --> IAM User

                       4: upload 

                       5: Download 

                       6: Vault delete

      -------------------------------------------------------------                     

Comments

Popular posts from this blog

Terraform Commands

  Terraform Cheat Sheet terraform version $ terraform version Terraform v1.0.1 on darwin_amd64 terraform init $ terraform init Ask for input if necessary. If false, will error if input was required. $ terraform init -input=false You can also change the backend details using  -backend-config  option.,  reconfigure  will reconfigure the backend, ignoring any saved configuration . $ terraform init -backend-config=PATH/TO/CONFIGURATION_FILE -reconfigure