Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 685 Bytes

lifecycle-management.md

File metadata and controls

17 lines (14 loc) · 685 Bytes

Lifecycle Management

What is Lifecycle Management

  • Lifecycle management automate moving your objects between different storage tiers, maximizing cost effectiveness

  • Example

    • Keep object in S3 Standard for 30 Days
    • Move object to S3 IA after 30 Days
    • Move object to Glacier after 90 Days
  • Lifecycle management can be used with versioning to move different versions of objects to different storage tiers

  • Can be applied to current and previous versions of objects

To Enable Lifecycle Management

  • Browse to the bucket you want to enable Lifecycle Management on
  • Click Management tab
  • Click Create lifecycle rule button