AWS for Developers: S3

Go to class
Write Review

Free Online Course: AWS for Developers: S3 provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. AWS for Developers: S3 is taught by Frank P Moley III.

Overview
  • Learn how to securely store and retrieve data with Amazon Simple Storage Service (S3), one of the most popular and reliable service offerings in Amazon Web Services (AWS).

Syllabus
  • Introduction

    • Storing objects in the cloud
    • What you should know
    • Setting up an AWS account
    1. S3 Basics
    • AWS S3 console
    • Creating your first S3 bucket
    • Saving your first object
    • Working with IAM permissions
    • S3 configuration options
    2. AWS S3 CLI
    • Introducing the Amazon CLI
    • Configuring the Amazon CLI
    • Creating a bucket: mb
    • Working with single files: cp, mv, rm
    • Working with directories: ls, sync
    • Presigned URLs
    • Challenge: Scripted operation
    • Solution: Scripted operation
    3. AWS SDK for Python
    • Setting up an basic Python script
    • Installing the SDK Boto3
    • Creating a bucket
    • Binary object manipulation
    • Bucket manipulation
    • Bucket security
    • Presigning URLs
    • Deleting a bucket
    • Challenge: Python SDK operations
    • Solution: Python SDK operations
    4. AWS SDK for Java
    • Java: Basic setup
    • Creating a bucket
    • Binary object manipulation
    • Bucket manipulation
    • Bucket and file security
    • Presigning URLs
    • Deleting a bucket
    • Challenge: Java SDK operations
    • Solution: Java SDK operations
    Conclusion
    • Next steps