Skip to content

Latest commit

 

History

History
119 lines (70 loc) · 5.76 KB

README.md

File metadata and controls

119 lines (70 loc) · 5.76 KB

Lab 2 - Storage Classes and Lifecycle Management

Introduction

This lab will take you through the process of viewing and setting storage classes on an object and setting up lifecycle policies.

S3 Storage Class Lab

  1. Go to the S3 console, select your S3 bucket (e.g stg209-student-N), and go to the Lab2 prefix (folder)

  2. Note that the objects are using three different storage classes. The first three objects have standard for their object class.

  3. Select the checkbox to the left of the first object file001.bin to open up the object details view

    Storage Classes

  4. Click on Storage Class to bring up the Change Storage Class window.

  5. Click on the radio button for Standard-IA and click save then change

    Storage Classes

  6. Observe the updated storage class that is now visible on the object overview page in the storage class column.

S3 Lifecycle Rule Lab

  1. Go to the S3 console and select your S3 bucket (e.g stg209-student-N)

  2. Navigate to the Management tab and select Add lifecycle rule

    S3 Management

  3. Give the rule a name and click next

    S3 Management

  4. Click the checkmarks for both Current version and Previous version

  5. Next to "for current versions of objects" click the "+ Add Transition" link to to add a transition

  6. Select Transition to Standard-IA after. It will automatically select "30" for Days after creation

  7. Add additional transitions as shown in the graphic (you may need to scroll your browser to see dropdowns for previous versions)

    S3 Management

  8. Click Next

  9. Select Previous Versions

    S3 Management

  10. Click Next

  11. Review Settings and click Save

    S3 Management

  12. You should now see a summary of your lifecycle policy

    S3 Management

Lab Complete

Congratulations! You have completed Lab 2.

Navigation

Lab 3 | Back to Overview