Snowball edge Storage Optimized - S3 buckets with object lock enabled

0

Reading AWS docs it states here: https://docs.aws.amazon.com/snowball/latest/developer-guide/sbe-before-ordering.html#s3-import

Snowball Edge cannot write to buckets if you have turned on S3 Object Lock. We also cannot write to your bucket if IAM policies on the bucket prevent writing to the bucket.

In terms of object lock, is that only an issue if the data on the snowball isn't unique? is that a blanket 'computer says no' (ie it would refuse to allow a snowball order to such a bucket?)?

If I do have object locked buckets what does AWS intend for users to do? Create a new bucket for the import and do a copy into the correct bucket once uploaded?

Other than this warning there is no additional info to help anyone in this instance.

Owen

2 Answers
0
Accepted Answer

Greetings, Based on the AWS documentation, it appears that Snowball Edge cannot write to buckets if you have turned on S3 Object Lock, regardless of whether or not the data on the Snowball is unique. This is likely because S3 Object Lock is intended to provide strict control over the retention and deletion of objects in S3, which could conflict with the data transfer process of Snowball.

If you do have object locked buckets, one option could be to create a new bucket for the import and then move the data into the correct bucket once it has been uploaded. However, it would be best to consult with AWS support to determine the best approach for your specific use case.

It is worth noting that the Snowball documentation does state that "If your security policies prevent Snowball Edge from accessing your bucket, you must create a new bucket that allows access for the duration of the job." Therefore, it is likely that creating a new bucket for the transfer would be the recommended approach if the original bucket is subject to S3 Object Lock or IAM policies that prevent writing to the bucket. Let me know if answered your question

AWS
EXPERT
ZJon
answered a year ago
profile pictureAWS
EXPERT
kentrad
reviewed a year ago
  • Thanks for your input I appreciate it. I assumed that would be the required course of action to be fair, and I really do appreciate the clarification that it is indeed the most likely route to take. In terms of documentation I see what you say, more that it would have been helpful to have a pointer to that where that warning is stated as otherwise its a bit confusing as to where to go forward once seeing that.

0

Given that you can't upload your snowball files to the Object Locked S3 bucket - assuming you want to move everything to those buckets, you may want to investigate setting up a new bucket as the snowball ingestion, then use a lambda function to move (copy/delete) those to the Object-Locked S3 bucket. Obviously, you'll need the appropriate IAM perms.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions