amazon-glacier Questions

6

I have a dataset in parquet in S3 partitioned by date (dt) with oldest date stored in AWS Glacier to save some money. For instance, we have... s3://my-bucket/my-dataset/dt=2017-07-01/ [in glacier]...
Reneta asked 21/8, 2017 at 13:12

0

I'm looking to change some Python 3 code which currently copies an SSE-C encoded file from one S3 bucket to another. On the target S3 bucket, the file will be stored in Glacier Flexible Retrieval f...
Charmian asked 13/4, 2024 at 11:45

2

How can I make files stored at AWS S3 Glacier available for retrieval recursively from CLI? I run the following command: aws s3 cp "s3://mybucket/remotepath/" localpath --recursive and g...
Cruz asked 14/4, 2022 at 22:6

14

Solved

I changed the lifecycle for a bunch of my buckets on Amazon S3 so their storage class was set to Glacier. I did this using the online AWS Console. I now need those files again. I know how to rest...
Royal asked 17/11, 2013 at 17:12

6

Solved

I have about 50Gb worth of files that was stored in S3. Yesterday I stupidly added a lifecycle rule to transfer files that were more than 30 days old from S3 to Glacier not realising that this will...
Bursar asked 3/8, 2018 at 10:5

4

Solved

sudo apt install awscli installs currently version 1.16.113-1 The official website (https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2-linux.html) supports aarch64 but not armhf. Is the...

4

The goal: Upload large files to AWS Glacier without holding the whole file in memory. I'm currently uploading to glacier now using fs.readFileSync() and things are working. But, I need to handle f...
Norvol asked 4/8, 2014 at 2:21

2

Solved

I'm wondering whether there is an easy way to permanently restore Glacier objects to S3. It seems that you can restore Glacier objects for the certain amount of time you provide when restoring to S...
Burnham asked 22/5, 2014 at 7:58

2

Solved

I have simply enabled a file cycle policy on a bucket in Amazon S3. This is the configuration: root@iserver:~# aws s3api get-bucket-lifecycle-configuration --bucket ee-shares --profile s3toglacier...
Legitimacy asked 20/4, 2016 at 12:59

3

Solved

I was trying to copy all the files from my S3 bucket to a local folder in VM and I am getting the following error: warning: Skipping file s3://bucket/object. Object is of storage class GLACIER. Una...
Eelpout asked 29/6, 2020 at 12:12

3

A few days back I was experimenting with S3 & Glacier and my data was archived so restoring it back I had to use their expedited service (which costs a lot). I want to move all of my content fr...
Alpenhorn asked 3/8, 2018 at 16:28

3

I am creating a PHP based web application using Amazon's S3 and glacier services. Now I want to give my site users a feature that they can choose any file and make it archive (means move file from...
Barayon asked 24/11, 2014 at 7:14

2

When I restore glacier archive file in s3,I am facing with GlacierSelectNotAvailable error. I try to setting up the params of restoreObject but I keep getting that error. I use Nodejs AWS SDK. var...
Spacious asked 21/5, 2019 at 0:51

3

Solved

I have a lot of files located in Amazon Glacier (the pre-S3 version, and have been uploading files using FastGlacier for years.) I would now like to move these files to the S3 Glacier Deep Archive ...
Kaycekaycee asked 7/5, 2020 at 21:22

2

Solved

Fairly straightforward question. Do Amazon S3 lifecycle rules that I set get applied to data retroactively? If so, what sort of delay might I see before older data begins to be archived or deleted?...
Zither asked 21/7, 2015 at 19:6

2

Solved

This question might look like an easy/idiot/beginner question but I'm really confused between both of them. Why do I need to use Amazon S3 Glacier if I can use the normal S3 Bucket and just change ...
Warms asked 27/1, 2021 at 10:19

8

I'm looking for some advice or best practice to back up S3 bucket. The purpose of backing up data from S3 is to prevent data loss because of the following: S3 issue issue where I accidenta...
Chunky asked 24/7, 2013 at 11:36

3

Solved

Amazon Athena Log Analysis Services with S3 Glacier We have petabytes of data in S3. We are https://www.pubnub.com/ and we store usage data in S3 of our network for billing purposes. We have tab d...

3

Solved

I am trying to upload some .tar.gz files to AWS S3 Glacier using the upload-archive command (docs). I ran the upload-archive command over one day ago on a 29 GB .tar.gz file like so: aws glacier ...
Blepharitis asked 31/5, 2020 at 19:12

3

Solved

I need to delete files stored in a Glacier Vault, but AWS CLI needs the object id and I can't execute the correct command to obtain this id. Anyone knows the command to see the file id with AWS CL...
Richia asked 9/3, 2015 at 14:57

1

Solved

Does Amazon AWS S3 Glacier support some semblance of file hierarchy inside a Vault for Archives? For example, in AWS S3, objects are given hierarchy via /. For example: all_logs/some_sub_category/...
Austronesian asked 30/5, 2020 at 2:12

2

I have some s3 buckets which send their objects to glacier after x days of creation. When I go to retrieve those objects on the s3 interface, I need to keep reloading page to see when restoration h...
Cameraman asked 25/10, 2013 at 10:37

4

Solved

I'm trying to understand the complicated Amazon Glacier pricing model. I don't want to store a huge amount of data, a few GB's say 10. I hope never to download the files and if I did need to I don'...
Mcelroy asked 1/2, 2013 at 17:58

1

Solved

I want to move some millions of s3 objects to glacier. path/to/object1/1.jpg path/to/object2/2.jpg ... So I will set s3 lifecyle rules like this. Rule 1 prefix: path/to/object1/1.jpg Rule 2 pr...
Intranuclear asked 31/8, 2018 at 7:57

2

I have set a number of files for restore from glacier to S3 and I want to download it all – the whole bucket. When I browse the s3 bucket from the web console, I don’t see the glacier restored it...
Tambour asked 31/7, 2018 at 1:49

© 2022 - 2025 — McMap. All rights reserved.