Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Amazon S3 Essentials
Amazon S3 Essentials

Amazon S3 Essentials: Get started with Amazon S3 for virtually unlimited cloud and Internet storage

eBook
£20.99 £23.99
Paperback
£29.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

Amazon S3 Essentials

Chapter 2. S3 using the AWS Management Console

The AWS Management Console is a browser-based graphical user interface in which users can manage the resources at Amazon Web Services.

The AWS Management Console supports the following browsers:

  • Firefox
  • Chrome
  • Internet Explorer
  • Safari

The AWS Management Console mobile app is also available on iOS and Android.

In this chapter, we will focus on manipulating the AWS console. We will interact with Amazon S3 using the AWS Management Console. AWS provides a Graphical User Interface (GUI) to manage Amazon S3 resources and tasks, so it is easier to understand and configure as per our needs. We will take a detailed look into managing buckets, objects, and the operations that can be performed on the objects.

We will cover the following topics in this chapter:

  • Logging in to the AWS Management Console
  • Bucket operations
  • Folder operations
  • Object operations
  • Versioning

Logging in to the AWS Management Console

To log in to the AWS Management Console, go to http://aws.amazon.com/ and click on AWS Management Console, as shown in the following screenshot:

Logging in to the AWS Management Console

Sign in using your credentials:

Logging in to the AWS Management Console

Note

If you are a new user, you can opt for the free trial account.

All the AWS services are listed on the landing page. Click on S3 (highlighted in the following screenshot):

Logging in to the AWS Management Console

Clicking on S3 will direct you to the Amazon S3 Console. We can manage the bucket here:

Logging in to the AWS Management Console

Bucket operations

A bucket is a container in Amazon S3 into which files are uploaded. To use Amazon S3 to store a file, you need to create at least one bucket. The bucket name should be unique because it is shared by all users. Files (objects) are stored in buckets. Buckets can contain nested folders and subfolders. But they cannot contain nested buckets. You can create a maximum of 100 buckets in a single account.

The bucket name that you specify can contain letters, numbers, periods, and dashes. The name should start with a letter or a number, and it should be between 3 characters and 63 characters long. A bucket doesn't restrict the user to a size limit.

Click on the Create Bucket button seen in the preceding screenshot, and a dialog box for creating a bucket pops up, as shown in the following image:

Bucket operations

We created a bucket named sg-bucket-2015, with the region as Singapore; Amazon S3 allows us to create region-specific buckets. This will also be the region from where your Amazon S3 objects...

Folder operations

The folders in Amazon S3 are S3 files that are used to put Amazon S3 objects together under one group. The S3 folders are similar to the file system in computers. Nested folders can be created. Permissions can also be levied on folders, as in the case of Amazon S3 objects. Folders are just treated as a prefix to the objects—they are used as the key name prefix for the objects.

Folder operations

As you can see in the preceding screenshot, we have created a folder named sg-folder. Once the folder name is given, you cannot rename it. You can create and delete folders. You can even make a folder and its objects accessible to the public.

Folder operations

As seen in the preceding screenshot, under the folder tab, we have an option to:

  • Create Folder…
  • Upload

So, using the Create Folder… option, we can create folders within the folder.

Folder operations

A folder can be made publicly accessible by clicking on the Make Public option:

Folder operations

You can delete the folder when you don't need it anymore, as shown in the following...

Object operations

In the bucket/folder section, there is an option to create a folder or upload an object:

Object operations

Clicking on Upload displays a pop-up window, which allows the user to select the Add Files or Upload Folder options using Enable Enhanced Uploader (BETA):

Object operations

We added the files index.html, index-1.html, and index-2.html using Add Files. Look at the listing of the files under the sg-folder folder in the following screenshot:

Object operations

While adding files, you can also set the details, permissions, and metadata for the group of files that is being added. However, you can even set the details, permissions, and metadata after the files have been uploaded.

There are two options under the Set Details section:

  • Use Reduced Redundancy Storage
  • Use Server Side Encryption

Use Reduced Redundancy Storage

Amazon S3 provides the subscribers an optional feature for storing data with the RRS storage class. It is basically for storing non-critical and reproducible data at lower levels of redundancy. The cost of storing using...

Versioning

Versioning enables us to store different versions of an object. It helps us to store, retrieve, and restore old objects. This can be useful when we accidentally delete or modify an object. In such a case, we can restore the last stable object. If we delete an object, Amazon S3 inserts a delete marker for that object rather than deleting it permanently. If we overwrite the object, Amazon S3 creates a new version of the same.

Versioning can be done in any of the following states:

  • Unversioned—the default
  • Versioning enabled
  • Versioning-suspended

To enable versioning, click on the bucket and under the Properties tab, click on the Versioning tree:

Versioning

When we click on Enable Versioning, it asks for confirmation. Since storing many versions of an object would cost a lot, it is better to define the lifecycle rules for the object.

Versioning

Logging in to the AWS Management Console


To log in to the AWS Management Console, go to http://aws.amazon.com/ and click on AWS Management Console, as shown in the following screenshot:

Sign in using your credentials:

Note

If you are a new user, you can opt for the free trial account.

All the AWS services are listed on the landing page. Click on S3 (highlighted in the following screenshot):

Clicking on S3 will direct you to the Amazon S3 Console. We can manage the bucket here:

Left arrow icon Right arrow icon

Key benefits

  • Familiarize yourself with the concepts of Amazon S3
  • Understand basic operations of bucket, folders, and objects using Amazon S3 SDK Java
  • Leverage the power of Amazon S3 to effectively store and retrieve data /

Description

Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, and highly-scalable object storage. Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data from anywhere on the web. S3 is automatically web scalable and responds to the requirements of your application and traffic, and therefore offers a key element to help companies deal dynamically with any spike in traffic for their application (such as a free e-book offer). This book starts with the basics of the Amazon S3 and its features, and you will quickly get an understanding how to use the Amazon Management Console for Amazon S3 which is the simplest way to manage Amazon S3. Next, we will cover basic operations on bucket, folder, objects. Once the basic operations are understood, you will know how to use Amazon S3 using Java SDK. Following that, you will learn about Copy Objects and Multipart copy objects for large objects size. You will also learn to manage the life cycle of bucket and how to share resources to the different domain by configuring CORS. The book will then guide you through the development and deployment of a static website on Amazon S3 using different services of Amazon. By the end of the book, you will be able to create a scalable application using Amazon S3.

Who is this book for?

This book is intended for System Engineers/ Developers, Software Architects, Project managers, and users who want to explore Amazon S3 SDK Java. If you want to learn about Amazon S3 quickly, then this book is for you. Basic knowledge of Java programming is expected.

What you will learn

  • Start with the basic concepts of Amazon S3 to get you going
  • Use Copy Object and Multipart Copy Object for objects of different sizes
  • Understand how to use the amazon management console for Amazon S3
  • Learn how to use the AWS SDK of Java and consume the Amazon S3
  • Get to grips with managing the bucket life cycle
  • Configure CORS to share resources to a different domain
  • Discover how to develop and deploy the static website on Amazon S3 using different services of Amazon

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Nov 03, 2015
Length: 112 pages
Edition : 1st
Language : English
ISBN-13 : 9781783554904
Vendor :
Amazon
Concepts :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Nov 03, 2015
Length: 112 pages
Edition : 1st
Language : English
ISBN-13 : 9781783554904
Vendor :
Amazon
Concepts :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just £5 each
Feature tick icon Exclusive print discounts

Frequently bought together


Stars icon
Total £ 99.97
Amazon S3 Cookbook (n)
£41.99
Amazon S3 Essentials
£29.99
Amazon EC2 Cookbook
£27.99
Total £ 99.97 Stars icon

Table of Contents

6 Chapters
1. Know-How about S3 Chevron down icon Chevron up icon
2. S3 using the AWS Management Console Chevron down icon Chevron up icon
3. S3 using AWS SDK – Java (Part 1) Chevron down icon Chevron up icon
4. S3 using AWS SDK – Java (Part 2) Chevron down icon Chevron up icon
5. Deploying a Website on S3 Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon

Customer reviews

Rating distribution
Full star icon Full star icon Half star icon Empty star icon Empty star icon 2.5
(2 Ratings)
5 star 0%
4 star 50%
3 star 0%
2 star 0%
1 star 50%
Ian Stirk Jun 23, 2016
Full star icon Full star icon Full star icon Full star icon Empty star icon 4
Hi,I have written a detailed chapter-by-chapter review of this book on www DOT i-programmer DOT info, the first and last parts of this review are given here. For my review of all chapters, search i-programmer DOT info for STIRK together with the book's title.As the technology world increasingly migrates to the cloud, knowledge of Amazon Simple Storage Service should prove useful. Does this book help?Aimed at developers and architects, it has around 90 working pages, split over 5 chapters. Some basic knowledge of Java (or similar) is required to understand the example code.Below is a chapter-by-chapter exploration of the topics covered.Chapter 1 Know-How about S3The book opens by describing Amazon Simple Storage Service (Amazon S3) as online object storage, accessible via REST and SOAP web service interfaces, and BitTorrent. The various advantages of S3 are discussed (e.g. backup, archive, huge storage, highly scalable, elastic pricing, and security).The chapter then discusses some basic concepts that are used throughout the book. A bucket is a container where files (objects) are uploaded. Buckets can contain nested folders and subfolders. An object is a stored file. A key is assigned when an object is created, and used to retrieve the object.Next, a useful list of S3 functionality is given, including: *Allows website hosting – pay for what use (useful for start-ups) *Scalability – ‘unlimited’ storage *Reliability – guarantees 99.9% uptime *Security – strong authentication mechanism *Standard interfaces – access via REST and SOAPThe chapter ends with a brief look at some different ways S3 can be used, including: file hosting, website hosting, and data backup. A useful diagram shows how S3 integrates with other Amazon components (e.g. Elastic Cloud Compute [EC2]) for a more complete picture.This chapter provides a useful overview of what S3 is, its basic components, and its advantages.The chapter is easy to read, with helpful diagrams and step-by-step walkthroughs (in later chapters). These traits apply to the whole of the book....ConclusionThis book aims to teach you about Amazon S3 quickly, and certainly succeeds. The book is very easy to read, with plenty of screenshots to support the many step-by-step walkthroughs. There are useful explanations of what S3 is, and how to use it (via the management console and programmatically). As cloud computing becomes increasingly popular, knowledge of S3 should be ever more useful.I have two concerns. Firstly, the code should be commented and discussed (that said, it is not too difficult to understand). Secondly, the subject matter seems to be too isolated, I would have liked more discussion on its integration with the other Amazon technologies such as EC2.It should be noted that Amazon Web Services also provide some very readable S3 tutorials. If you want to know what S3 is, its advantages, and how to use it follow this link to a helpful tutorial: http://docs.aws.amazon.com/AmazonS3/latest/gsg/GetStartedWithS3.html.
Amazon Verified review Amazon
ollyoechsle Apr 27, 2019
Full star icon Empty star icon Empty star icon Empty star icon Empty star icon 1
This is a chapter, not a book. You can a better introduction to S3 online.I buy technical books because of the space they offer for thoughts and insightful comments included by authors with experience. This book has none of that. Instead the author needlessly enumerates tedious lists like availability zones (likely outdated), numerous screenshots of the AWS interface, and repetitive, complete Java code listings (including imports) seemingly in an effort to make it to 91 pages. It's a half-hour read.Various options are covered without any explanation of why they're important, examples of who would use them, or indeed any explanation of how or why concepts differ under the S3 paradigm. For example, there is a listing to describe how to create a folder, with no mention that "folders" are not a primary concept in S3. This has some important consequences which should have been included.You'll get more detail from the S3 docs themselves, not to mention other online resources.
Amazon Verified review Amazon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.