Skip to content

Latest commit

 

History

History
190 lines (108 loc) · 9 KB

README.md

File metadata and controls

190 lines (108 loc) · 9 KB

Lab 1 - Object Tagging and Inventory

Introduction

This lab will take you through the process of using object tagging, configuring S3 Inventory and viewing an existing inventory.

Getting Started

Logging in to the AWS console

  1. Right-click on the AWS Console link below and select open in new tab

    AWS Console

  2. Log into the AWS account using the credentials provided by the presenter

  3. Navigate to the S3 Console by selecting Services -> Amazon S3 at the upper left

  4. You should see a list of buckets like this:

    S3 Console

  5. Each student has two S3 buckets. Unless otherwise specified in the instructions, make sure you use the bucket assigned to you and without "CRR" in the bucket name. (e.g. make sure to use the bucket with a name like this: stg209-student-1)

S3 Object Tagging Lab

  1. Go to the S3 console, click on the name of your S3 bucket (e.g. stg209-student-#), and click on the Lab1 folder

  2. Select the checkbox to the left of the first object file001.bin to open up the object details view. (Note: if you clicked on the actual object name it will open up a tabbed view. Go to the Properties tab, then Tags box)

  3. Click on the word Tags to open the tag editor

    Object Properties

  4. Click the Add Tag button

    Object Properties

  5. Add some tags to the objects as shown in the image

    Object Properties

  6. Click Save then Save Tags

  7. Your object has now been tagged.

Viewing an Existing S3 Inventory

Since the S3 inventory is only generated on a daily or weekly basis, we will view an existing inventory in this lab.

  1. Go to the inventory sub-folder in your Lab1 folder (stg209-student-#/lab1/inventory). You will see three example files.

    Inventory Objects

  2. The CSV file is an example of what an inventory file will look like. Feel free to download and view the file on your laptop.

    Inventory Objects

    Note: the CSV file would normally be gzip compressed, it is uncompressed here for your convenience

  3. The manifest file is a manifest that describes what is in the inventory CSV file.

    Inventory Objects

  4. The checksum file is the MD5 of the content of the manifest.json file

Lab Complete

Congratulations! You have completed Lab 1

Navigation

Lab 2 | Back to Overview