Transfer 10TB data from On prem oracle DB to S3 Galcier

0

Hi Team, Transfer 10TB of data from on prem oracle DB to AWS S3 Glacier. End user user MS SQL to access the data that present in S3 Glacier. S3 can store any kind of data but cannot retrieval .dbs files from S3 glacier. what is the possible solution that end user can retrieve data from S3 glacier using MS SQL?

asked 7 months ago143 views
1 Answer
0

Hi,

There is no limit to how much data you can store in your S3 bucket in “Glacier” Storage Class however, there are a few a limitations that you should consider,

a) Object stored in Glacier storage class are not directly accessible for download, they must be first restored to be accessible. When you restores an object, a temporary copy of the object is made available for access. You can refer to the below document for details on how a glacier object can be restore

Restoring an archived object: https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects.html

b) You cannot use My SQL directly to make SQL queries against S3 object but you can make use of the S3 Select feature which allows you to use structured query language (SQL) statements to filter the contents of an Amazon S3 object and retrieve only the subset of data that you need. This is the only available method that allows you to use SQS query to filter data but it can only be done via authorised users who have the required IAM permissions. You can refer to the below document for details regarding the implementation and its limitations, ##Filtering and retrieving data using Amazon S3 Select: https://docs.aws.amazon.com/AmazonS3/latest/userguide/selecting-content-from-objects.html ##Examples of using Amazon S3 Select on objects: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-select.html

I hope this information proves helpful to you.

Have a good day ahead!

AWS
SUPPORT ENGINEER
answered 7 months 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