This plan includes
- Limitedfree coursesaccess
- Play & PauseCourse Videos
- VideoRecorded Lectures
- Learn onMobile/PC/Tablet
- Quizzes andReal Projects
- Lifetime CourseCertificate
- Email & ChatSupport
What you'll learn?
- 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!
Course Overview
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 Bucket; Bucket 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!
Pre-requisites
- 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
Target Audience
- 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
Curriculum 40 Lectures 03:05:10
Section 1 : Introduction
- 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
- 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
- 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
- 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
- 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
- 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
- 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
Our learners work at
Frequently Asked Questions
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?
Instructor
536811 Course Views
9 Courses