All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
7 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • You'll be able to host your own website with S3!
  • You'll learn and be able to use a real domain of yours using Route53 on S3 to route traffic to your website!
  • You'll be able to upload any-size file to S3 by implementing Multi-Part Upload!
  • You'll learn how to create buckets, upload files, apply lifecycle policies and much more!
  • You'll be able to implement any sort of infrastructure with S3 on AWS with Python!
  • You'll learn how to code against AWS API using Python and Boto3!

S3 is by far the most popular AWS service out there and the demand is only increasing! Most of the Fortune 500 companies, mid-size companies and startups are making use of it heavily!

If you want to learn ins and outs of S3 and how to implement solutions with S3, come join me in this course!

S3 is Simple Storage Service from AWS and has many great features you can make use of in your applications and even in your daily life! You can use S3 to host your memories, documents, important files, videos and even host your own website from there!

Join me in this journey to learn ins and outs of S3 to gain all the necessary information you need to work with S3 using Python and Boto3!

 

Let’s take a closer look at what we’re going to cover in this course step-by-step.

In this course, we’ll start of with what we’ll build throughout the course and what you need to have on your computer to follow along with me.

Don’t worry; I’ll explain everything you need very clearly and I’ll show you what you need to install and setup on your computer to work with S3. There will be two different sections for Windows and MacOS users. These sections are basically identical and show how you can prepare your computer environment to be ready to work with S3! I’ll show you how to install Python, Boto3 and configure your environments for these tools. I’ll also show you how you can create your own AWS account step-by-step and you’ll be ready to work AWS in no time!

 

When we’re done with preparing our environment to work AWS with Python and Boto3, we’ll start implementing our solutions for AWS.

First and foremost, we’ll create a BucketBucket is the fundamental part of S3 and its designed all-around buckets. We’ll build on top of that by adding a Bucket Policy. With bucket policies, you can decide who accesses and can do what on your bucket and objects inside it. Then we’ll learn how to do basic operations around buckets like listing the buckets, getting bucket properties, Encrypting Bucket Objects with Server-Side Encryption and much more!

Then we’ll move on to another important part of working with S3 and that is uploading. We’ll start of with learning how to upload a small file to S3. You’ll learn how easy it is to do so. Next up is Multi-Part Upload for large files! I’ll show you how to implement Multi-Part Uploads and make use threading and parallelization so you can boost the upload speeds for your objects!

Versioning is another key aspect of S3 and it has various benefits. For example, with versioning enabled, your objects are near impossible to delete so you won’t lose them with accidental deletes! Versioning provides a safe-way to version your files so you upload onto to the same object over and over again and keep track of all along the process! I’ll show you how you can enable versioning on your buckets and how you can upload new versions for your objects.

We’ll also configure lifecycle policies for our buckets to manage our objects present and the future. With lifecycle policies, you can decide when and what to do with your objects. For example, you can decide to move your unused files to a cheaper storage class like Glacier. So I’ll show you how you can design your own lifecycle policies on your buckets and objects and apply them with your code.

And here comes S3 Static Website Hosting! Apart from many other great benefits of using S3, you can use it to store your static HTML, Javascript and CSS based websites on it! S3 even gives you a URL so everyone can access it anywhere in the world! We’ll not stop there of course; we’ll learn that Route53 can be used to route traffic to our S3-Hosted Website using our own custom domain!

So we’ll implement our S3 Static Website Hosting from scratch. We’ll design a simple website and configure it as a website inside our Bucket. Once we have our website up and running and accessible via a URL, we’ll move on to Route53 to configure our own Domain Name or DNS to route traffic to our S3 Hosted Website from our own custom domain!

Again, S3 is an amazing service from AWS and there are hundreds of ways you can make use of it. Let’s not lose more time and jump right into the implementation with S3 so I’ll see you in the course!

  • Little to no experience with Python
  • Any Python interpreter. Default is fine but I recommend PyCharm
  • An AWS Account - Free Tier Available!
  • General knowledge on AWS would be nice
  • Not necessary but theoretical knowledge on S3 would be nice
  • Beginners on AWS who wants to put their theory in practice
  • AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects
  • Who wants to learn how to Host Static Websites with S3!
  • Who wants to learn Multi-Part Upload!
  • Who wants to learn how to work with S3
  • Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS
  • Who wants to learn how to develop infrastructures on AWS using Python
View More...
  • Section 1 : Introduction 4 Lectures 00:12:05

    • Lecture 1 :
    • Lecture 2 :
    • About This Course
    • Lecture 3 :
    • What We Will Build in This Course
    • Lecture 4 :
    • What Do You Need For This Course
  • Section 2 : Preparing The Environment for Development 5 Lectures 00:37:47

    • Lecture 1 :
    • Section Overview
    • Lecture 2 :
    • About Tools and Environment
    • Lecture 3 :
    • Create an AWS Account If You Don_t Already Have It!
    • Lecture 4 :
    • Logging in to AWS Console and A Walkthrough
    • Lecture 5 :
    • Let_s Create Our AWS Credentials!
  • Section 3 : Windows Environment Setup 5 Lectures 00:13:49

    • Lecture 1 :
    • Installing Python 3 and Pip
    • Lecture 2 :
    • Installing AWS SDK (CLI)
    • Lecture 3 :
    • Preparing CLI with AWS Credentials
    • Lecture 4 :
    • Installing Boto3
    • Lecture 5 :
    • Verifying The Setup
  • Section 4 : MacOS Environment Setup 5 Lectures 00:11:28

    • Lecture 1 :
    • Installing Python 3 and Pip
    • Lecture 2 :
    • Installing AWS SDK (CLI)
    • Lecture 3 :
    • Preparing CLI with AWS Credentials
    • Lecture 4 :
    • Installing Boto3
    • Lecture 5 :
    • Verifying The Setup
  • Section 5 : Simple Storage Service (S3) with Boto3: Bucket Operations 8 Lectures 00:35:04

    • Lecture 1 :
    • Setting Up Our Project with PyCharm IDE
    • Lecture 2 :
    • Creating a Bucket
    • Lecture 3 :
    • Creating a Bucket Policy
    • Lecture 4 :
    • Listing Buckets
    • Lecture 5 :
    • Getting Bucket Properties
    • Lecture 6 :
    • Updating Bucket Properties
    • Lecture 7 :
    • Encrytping Bucket Objects with Server-Side Encryption
    • Lecture 8 :
    • Deleting Buckets
  • Section 6 : Simple Storage Service (S3) with Boto3: Object Operations 7 Lectures 00:46:51

    • Lecture 1 :
    • Uploading Small Files
    • Lecture 2 :
    • Uploading Large Files with Multi-Part Upload - Part 1
    • Lecture 3 :
    • Uploading Large Files with Multi-Part Upload - Part 2
    • Lecture 4 :
    • Reading Objects and Files
    • Lecture 5 :
    • Versioning Bucket Objects
    • Lecture 6 :
    • Uploading a New Version
    • Lecture 7 :
    • Lifecycle Policy Configuration for Buckets
  • Section 7 : Simple Storage Service (S3) with Boto3: Static Website Hosting 6 Lectures 00:28:06

    • Lecture 1 :
    • Hosting a Website in S3 Bucket - Part 1
    • Lecture 2 :
    • Hosting a Website in S3 Bucket - Part 2
    • Lecture 3 :
    • Route53 DNS Binding for Bucket-Hosted Website - Part 1
    • Lecture 4 :
    • Thank You
    • Lecture 5 :
    • Source Code
    • Lecture 6 :
    • Source Code
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

531979 Course Views

9 Courses

Hi, I'm Niyazi ErdoÄŸan. I'm a software engineer and AWS Certified Solutions Architect with over ten years of experience in various fields. I'm living in one of the most beautiful cities in the world, Istanbul. I'm a self-taught programmer and I've been programming since I was in middle-school. My experience ranges from embedded development to server-side and client-side development technologies.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • aws-certified-solutions-architect-associate-2018

    AWS Certified Solutions Architect -...

    By : Zeal Vora

    Lectures 115 Beginner 16:14:36
  • google-cloud-platform-gcp-for-aws-professionals

    Google Cloud Platform (GCP) for AWS...

    By : Joseph Holbrook

    Lectures 42 Beginner 5:46:58
  • getting-your-hands-on-azure-iot

    Getting your hands on Azure IoT

    By : Khaled Jemni

    Lectures 7 Beginner 0:58:36
  • rds-postgresql-and-dynamodb-crud-aws-with-python-and-boto3

    RDS PostgreSQL and DynamoDB CRUD_ A...

    By : Niyazi Erdogan

    Lectures 85 Beginner 7:7:52

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.