Wednesday, 25 September 2019

Simple Storage Services


Life Cycles in S3:






Life cycle configuration:

·         If you upload periodic logs to a bucket, your application might need them for a week or a month. After that, you might want to delete them.
·         Some documents are frequently accessed for a limited period of time. After that, they are infrequently accessed. At some point, you might not need real-time access to them, but your organization or regulations might require you to archive them for a specific period. After that, you can delete them.
·         You might upload some types of data to Amazon S3 primarily for archival purposes. For example, you might archive digital media, financial and healthcare records, raw genomic sequence data, long-term database backups, and data that must be retained for regulatory compliance.
With lifecycle configuration rules, you can tell Amazon S3 to transition objects to less expensive storage classes, or archive or delete them.

Life Cycle Policies:


The policies can be set up and implemented either via the AWS Console or S3API. Within this article, I will show you how to set up a lifecycle policy usingthe AWS console. Cloud Academy has a short “overview” blog post comparing Amazon S3.
                              



No comments:

Post a Comment