Amazon Web Services (AWS) with Python & Boto3
Amazon Web Services (AWS) with Python & Boto3, available at $74.99, has an average rating of 4.48, with 305 lectures, based on 316 reviews, and has 4184 subscribers.
You will learn about In this course students will learn how to work with AWS IAM In this course you will learn how to work with AWS Dynamodb and how you can integrate that with Python In this course you will learn how to work with AWS S3 (Simple Storage Services) In this course you will learn how to work with AWS RDS (Relation Database Service) In this course you will learn how to work with AWS EC2 (Elastic Compute Cloud) In this course you will learn how to work with Lambda Functions In this course you will learn how to work with SES (Simple Email Services) In this course you will learn how to work with CloudFormation In this course you will learn how to work with Amazon Elastic Beanstalk This course is ideal for individuals who are Those who are interested in working with Amazon Web Services (AWS) with Python It is particularly useful for Those who are interested in working with Amazon Web Services (AWS) with Python.
Enroll now: Amazon Web Services (AWS) with Python & Boto3
Summary
Title: Amazon Web Services (AWS) with Python & Boto3
Price: $74.99
Average Rating: 4.48
Number of Lectures: 305
Number of Published Lectures: 305
Number of Curriculum Items: 305
Number of Published Curriculum Objects: 305
Original Price: $74.99
Quality Status: approved
Status: Live
What You Will Learn
- In this course students will learn how to work with AWS IAM
- In this course you will learn how to work with AWS Dynamodb and how you can integrate that with Python
- In this course you will learn how to work with AWS S3 (Simple Storage Services)
- In this course you will learn how to work with AWS RDS (Relation Database Service)
- In this course you will learn how to work with AWS EC2 (Elastic Compute Cloud)
- In this course you will learn how to work with Lambda Functions
- In this course you will learn how to work with SES (Simple Email Services)
- In this course you will learn how to work with CloudFormation
- In this course you will learn how to work with Amazon Elastic Beanstalk
Who Should Attend
- Those who are interested in working with Amazon Web Services (AWS) with Python
Target Audiences
- Those who are interested in working with Amazon Web Services (AWS) with Python
In this course we are going to learn Amazon Web Services (AWS) with Python & Boto3, so Amazon Web Services (AWS) is the world’s most comprehensive and broadly adopted cloud platform, offering over 200 fully featured services from data centers globally. Millions of customers including the fastest growing startups, largest enterprises, and leading government agencies are using AWS to lower costs. And you can use AWS with different programming languages, in this course we want to learn AWS with Python Programming language.
What is Python ?
Python is a high-level general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small- and large-scale projects
This course is divided in to different sections.
-
In this first section we are going to talk about IAM, so IAM is AWS Identity and Access Management. With IAM, you can specify who can access which services and resources, and under which conditions, we will create some examples with AWS console and after that we go through Python Programming Language.
-
In the second section we want to learn about AWS Dynamodb, so DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens
of operating and scaling a distributed database so that you don’t have to worry about hardware provisioning, setup and configuration, replication, software patching, or cluster scaling. You don’t need to worry about these, because all of them are done by dynamodb.
-
In the third section want to talk about amazon S3, so S3 stands for Simple Storage Service, it is an object storage service that offers industry-leading scalability, data availability, security, and performance.
-
In the fourth section we want to learn about Amazon RDS or Amazon Relational Database Services and we want to learn about three relational databases and their integration with python like MySQL, Postgres and Mariadb.
-
In the fifth section we are going to learn about Amazon EC2 or we can say elastic compute cloud and it provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. We create some examples using the AWS console and after that we go through Python Language, also we are going to deploy our Django project in EC2.
-
In this sixth section we want to talk about AWS lambda function so it is server less computing service that lets you run code without provisioning or managing servers.
-
In the seventh section we want to learn about AWS CloudFormationso it is a service that helps you model and set up your AWS resources using JSON or YAML template.
-
In the eight section we want to learn about AWS SESor we can say Simple Email Services, and using this service we can send emails to our customers.
-
In the ninth section we are going to learn about Elastic Beanstalk, so it is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS, also in this section we create a simple project in Django with RDS functionalities and after that we deploy that to elastic beanstalk.
-
In the tenth section we are going to create a complete practical Blog project with Python and Django, we add Amazon RDS functionality to our Python web project, after that we deploy our web project to elastic beanstalk, after deploying to Amazon Elastic Beanstalk we add a custom domain name from Amazon Route53 to our project and at the end we secure our Python Web project with Amazon SSL Certificate Manager.
-
In the eleventh section we are going to create a complete practical Blog project with Python and Flask, particularly in this section we are going to focus that how we can deploy our Python Flask project in Elastic Beanstalk using Amazon Code Pipeline.
Course Curriculum
Chapter 1: Course Introduction
Lecture 1: Course Introduction
Lecture 2: Course Requirements
Chapter 2: AWS & IAM Introduction
Lecture 1: Section Introduction
Lecture 2: AWS Introduction & Creating Account
Lecture 3: AWS Region Overview
Lecture 4: Whats Is IAM
Lecture 5: Creating IAM User
Lecture 6: AWS Console UI Changes
Lecture 7: Sign in As IAM User
Lecture 8: IAM User Group
Lecture 9: Boto3 & AWS CLI Configuration
Lecture 10: Changes in IAM Creating Programmatic Access Key
Lecture 11: Create Users with Python & Boto3
Lecture 12: Getting All Users from AWS with Python
Lecture 13: Updating User with Python & Boto3
Lecture 14: 10. Creating Custom Policy with Python & Boto3
Lecture 15: Listing All Policies in AWS with Python
Lecture 16: Attach Policy to User with Python
Lecture 17: Detach User Policy with Python
Lecture 18: Creating IAM User Group with Python & Boto3
Lecture 19: Attach Policy to IAM User Group with Python
Lecture 20: Adding Users to IAM User Group with Python
Lecture 21: Detach Policy from User Group with Python
Lecture 22: Create Access Key for the User
Lecture 23: Creating Login Profile with Python & Boto3
Lecture 24: Delete User with Python & Boto3
Lecture 25: Delete User from Group
Chapter 3: IAM with AWS CloudShell
Lecture 1: AWS CloudShell Create IAM User
Lecture 2: AWS CloudShell IAM Login Profile
Lecture 3: AWS CloudShell IAM User Policy
Lecture 4: AWS CloudShell Create Access Key
Lecture 5: AWS CloudShell Create Group
Chapter 4: Advanced IAM with Python
Lecture 1: Create AWS IAM Roles with Python
Lecture 2: Attach Policy to Role with Python
Lecture 3: Create Instance Profile
Lecture 4: Add Role to IAM Instance Profile with Python
Lecture 5: Create EC2 Instance with IAM Role
Lecture 6: IAM Conditional Policies with Python
Lecture 7: IAM User Tag Management with Python
Chapter 5: Amazon Web Services (AWS) Dynamodb
Lecture 1: Section Introduction
Lecture 2: Introduction to Dynamodb
Lecture 3: Creating Table in Dynamodb
Lecture 4: Dynamodb Read & Write Capacity Units
Lecture 5: Dynamodb PartiQL Editor
Lecture 6: Dynamodb Global Secondary Index (GSI)
Lecture 7: Inserting Data to Dynamodb with Python & Boto3
Lecture 8: Insert Data with Boto3 Client
Lecture 9: BatchWriter with Python & Boto3
Lecture 10: Describe Dynamodb Table with Python & Boto3
Lecture 11: Listing Dynamodb Tables with Python & Boto3
Lecture 12: Update Dynamodb Table with Python & Boto3
Lecture 13: Creating Backup for Dynamodb with Python & Boto3
Lecture 14: Get item from Dynamodb with Python
Lecture 15: Get Batch Item with Python & Boto3
Lecture 16: Get Item with Client in Python
Lecture 17: Scan Dynamodb Table with Python & Boto3
Lecture 18: Creating Dynamodb Table with Python & Boto3
Lecture 19: Loading JSON File to Dynamodb Table
Lecture 20: Get the Movie Data from Dynamodb with Python
Lecture 21: Updating the Movie data with Boto3
Lecture 22: Delete Movie with Python & Boto3
Lecture 23: Get All Movies with Query in Python & Boto3
Chapter 6: AWS Simple Storage Services (S3)
Lecture 1: Section Introduction
Lecture 2: Amazon S3 Introduction
Lecture 3: Uploading files to S3 Bucket
Lecture 4: Creating Bucket with Python & Boto3
Lecture 5: Creating Bucket with Client in Boto3 & Python
Lecture 6: Uploading Image to Bucket with Boto3 & Python
Lecture 7: Listing All Buckets with Boto3 and Python
Lecture 8: Deleting Buckets with Python & Boto3
Lecture 9: Delete Not Empty Bucket with Python & Boto3
Lecture 10: Upload File with Python & Boto3
Lecture 11: Download File with Python & Boto3
Lecture 12: Listing Files from AWS Bucket with Python & Boto3
Lecture 13: Listing Filtered Objects with Python & Boto3
Lecture 14: Get Summary of Object with Python & Boto3
Lecture 15: Copy an Object to Another Bucket with Python
Lecture 16: Delete an Object from Bucket with Python
Lecture 17: Hosting Static Website in Amazon S3
Lecture 18: Get Website Configuration from Bucket with Python
Lecture 19: Delete Attached Policy from Bucket with Python
Lecture 20: Delete Website from Bucket with Python
Chapter 7: AWS S3 Encryption & Policy
Lecture 1: S3 Encryption Introduction
Lecture 2: Prevent Unencrypted Objects to S3
Lecture 3: AWS S3 Encryption with Python
Lecture 4: Check S3 Encryption with Python
Lecture 5: Add Policy to Bucket with Python
Lecture 6: Get Bucket Policy with Python
Lecture 7: Delete Bucket Encryption with Python
Chapter 8: Amazon Relational Database Service (RDS)
Lecture 1: Section Introduction
Lecture 2: Introduction to Amazon RDS
Lecture 3: Creating MySQL Database Instance in Amazon RDS
Instructors
-
Parwiz Forogh
Programmer
Rating Distribution
- 1 stars: 7 votes
- 2 stars: 10 votes
- 3 stars: 29 votes
- 4 stars: 101 votes
- 5 stars: 169 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024