Storing pdf files in archive

0

We plan to host our MES solution in AWS cloud. It will require us to store pdf files in aws archive. Are there any known issues or challenges/limitations in storing and retrieving pdf files?

Megha
asked 10 months ago208 views
2 Answers
0

Which AWS service are you intending to use? When you say "AWS Archive" are you referring to S3 Glacier?

That would be straightforward enough, you should familiarise yourself with S3 lifecycle rules as well as the costs of Glacier retrieval, and also decide on the method you would use to deposit files into Glacier and (where necessary) retrieve from Glacier. AWS Storage Gateway may be a good fit for your use case.

This documentation on Glacier https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html and S3 File Gateway https://docs.aws.amazon.com/filegateway/latest/files3/what-is-file-s3.html should give you more information on the technologies I've mentioned above.

profile picture
EXPERT
Steve_M
answered 10 months ago
0

There are no special restrictions for saving PDF files.
I think Amazon S3 is a good choice for long-term archiving of PDF files.
S3 has a storage class called S3 Glacier, which is suitable for long-term archiving.
By using this storage class, you can archive large amounts of data at a lower cost than using regular S3.
S3 Glacier basically takes about 3-5 hours to retrieve data.
Also, since the cost of retrieving data is pay-as-you-go according to the size and the number of requests, storing frequently accessed data will actually increase the cost, so be careful.
https://aws.amazon.com/s3/storage-classes/glacier/?nc1=h_ls
https://docs.aws.amazon.com/amazonglacier/latest/dev/introduction.html

profile picture
EXPERT
answered 10 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