Companies Home Search Profile

Python Programming for AWS - Learn Python with AWS and Boto3

Focused View

Neal Davis | AWS Certified Solutions Architect & Developer,Eric E. Huerta

9:46:33

50 View
  • 1. Welcome.mp4
    00:51
  • 2. Guidance on Starting the Course (Neal).mp4
    01:01
  • 3. AWS Account Overview.mp4
    02:49
  • 4. [HOL] Create Your AWS Free Tier Account.mp4
    06:18
  • 5. Integrated Development Environments (IDEs).mp4
    03:01
  • 6. [HOL] Setup Cloud9 IDE.mp4
    04:35
  • 7. [HOL] Updating Cloud9 Python Version.mp4
    02:35
  • 8. [HOL] AWS CLI Setup and Configuration (Windows).mp4
    07:37
  • 9. [HOL] AWS CLI Setup and Configuration (Mac).mp4
    04:54
  • 10. Course Download.html
  • 1. Introduction to AWS Fundamentals Section.mp4
    00:56
  • 2. AWS IAM Overview.mp4
    02:55
  • 3. [HOL] Setup Individual User Account.mp4
    04:27
  • 4. Amazon Elastic Compute Cloud (EC2).mp4
    04:27
  • 5. [HOL] Launch EC2 Instances (Windows + Linux).mp4
    06:48
  • 6. [HOL] EC2 Instance Connect and SSH.mp4
    07:03
  • 7. [HOL] RDP to Windows Instance.mp4
    03:20
  • 8. Accessing Services Access Keys and IAM Roles.mp4
    02:32
  • 9. [HOL] Access Keys and IAM Roles.mp4
    07:30
  • 10. Amazon VPC Overview.mp4
    08:10
  • 11. [HOL] Create a Custom VPC.mp4
    10:16
  • 12. Amazon S3 Overview.mp4
    09:08
  • 13. [HOL] Amazon S3 Buckets and Objects.mp4
    06:15
  • 1. Introduction to Python Fundamentals Section.mp4
    00:47
  • 2. What is Python.mp4
    03:39
  • 3. Commenting Code.mp4
    06:00
  • 4. Print Function.mp4
    08:12
  • 5. Variables.mp4
    10:15
  • 6. Data Types.mp4
    07:08
  • 7. Operators.mp4
    12:34
  • 8. Conditional Statements.mp4
    09:03
  • 9. Lists.mp4
    11:22
  • 10. Dictionaries.mp4
    11:21
  • 11. Loops.mp4
    08:59
  • 12. Functions.mp4
    03:35
  • 13. [HOL] Functions.mp4
    10:06
  • 14. Debugging.mp4
    08:20
  • 15. Python Fundamentals Next Steps.mp4
    01:04
  • 1. Introduction to AWS Services using Python.mp4
    00:42
  • 2. Introduction to AWS Boto3 SDK.mp4
    03:44
  • 3. [HOL] Configuring Boto3 within AWS Cloud9.mp4
    05:09
  • 4. S3 CRUD Operations and Boto3.mp4
    02:54
  • 5. [HOL] S3 Hands-on Lab.mp4
    10:43
  • 6. EC2 Basics, Launching, and Management.mp4
    07:14
  • 7. [HOL] EC2 Hands-on Lab.mp4
    11:24
  • 8. VPC Basics, Creation, and Management.mp4
    02:54
  • 9. [HOL] VPC Hands-on Lab Part 1.mp4
    10:54
  • 10. [HOL] VPC Hands-on Lab Part 2.mp4
    06:07
  • 11. RDS Basics, Aurora Serverless, DB Management.mp4
    09:00
  • 12. [HOL] RDS Hands-on Lab Part 1.mp4
    10:13
  • 13. [HOL] RDS Hands-on Lab Part 2.mp4
    04:31
  • 14. AWS Services using Python Next Steps.mp4
    01:08
  • 1. Introduction to AWS Automation with Python.mp4
    00:38
  • 2. Introduction to AWS Lambda.mp4
    05:49
  • 3. Creating a Lambda Function and Importing it into Cloud9.mp4
    06:07
  • 4. Automating EC2 with Lambda.mp4
    03:30
  • 5. [HOL] Automating EC2 with Lambda Hands-on Lab Part 1.mp4
    13:53
  • 6. [HOL] Automating EC2 with Lambda Hands-on Lab Part 2.mp4
    05:31
  • 7. Automating S3 with Lambda.mp4
    04:26
  • 8.1 Automating S3 with Lambda HOL.zip
  • 8. [HOL] Automating S3 with Lambda Hands-on Lab Part 1.mp4
    12:53
  • 9. [HOL] Automating S3 with Lambda Hands-on Lab Part 2.mp4
    13:15
  • 10. [HOL] Automating S3 with Lambda Hands-on Lab Part 3.mp4
    06:15
  • 11. Automating RDS with Lambda.mp4
    04:18
  • 12.1 Automating RDS with Lambda HOL.zip
  • 12. [HOL] Automating RDS with Lambda Hands-on Lab Part 1.mp4
    15:52
  • 13. [HOL] Automating RDS with Lambda Hands-on Lab Part 2.mp4
    16:36
  • 14. [HOL] Automating RDS with Lambda Hands-on Lab Part 3.mp4
    08:19
  • 15. Automating VPC with Lambda.mp4
    04:50
  • 16. [HOL] Automating VPC with Lambda Hands-on Lab Part 1.mp4
    09:31
  • 17. [HOL] Automating VPC with Lambda Hands-on Lab Part 2.mp4
    05:31
  • 18. Lambda and Python Next Steps.mp4
    01:09
  • 1. Introduction to Advanced AWS Services.mp4
    00:41
  • 2. Understanding and Using SNS, SQS, and SES with Python.mp4
    05:38
  • 3.1 SNS and SQS HOL.zip
  • 3. [HOL] SNS and SQS Hands-on Lab Part 1.mp4
    14:58
  • 4. [HOL] SNS and SQS Hands-on Lab Part 2.mp4
    13:29
  • 5. Understanding and Using Glue and EMR with Python.mp4
    06:16
  • 6.1 AWS Glue and EMR HOL.zip
  • 6. [HOL] AWS Glue and EMR Hands-on Lab Part 1.mp4
    16:48
  • 7. [HOL] AWS Glue and EMR Hands-on Lab Part 2.mp4
    21:15
  • 8. Managing and Automating AWS Security with Python.mp4
    03:55
  • 9. [HOL] Automated Security Auditing Hands-on Lesson.mp4
    15:57
  • 10. Advanced AWS and Python Topics Next Steps.mp4
    01:03
  • 1. Introduction to Leveraging Tools for Python and AWS Development.mp4
    00:33
  • 2. [HOL] Version Control with AWS CodeCommit.mp4
    11:06
  • 3. [HOL] ChatGPT as a Python Development Tool for the Cloud.mp4
    13:49
  • 4.1 Pair Programming with GitHub Copilot.zip
  • 4. [HOL] Pair Programming with GitHub Copilot.mp4
    14:44
  • 5. Leveraging Tools for Python and AWS Development Next Steps.mp4
    00:47
  • 6. Course Completion Next Steps.mp4
    00:41
  • 1. Bonus Lesson.html
  • Description


    Master Python Programming with AWS Serverless and Boto3. From Python Basics to Advanced Automation and AI

    What You'll Learn?


    • Learn Python fundamentals
    • Use Python with the AWS Boto3 SDK
    • Work hands-on with S3, EC2, VPC, and RDS
    • Automate tasks with Lambda
    • Explore advanced services like SNS, SQS, SES, Glue, EMR
    • Discover how tools like ChatGPT and GitHub Copilot can revolutionize your Python development for the cloud

    Who is this for?


  • Beginners to Python who want to programmatically manage AWS services
  • Python developers looking to delve into cloud computing
  • AWS users seeking to automate tasks in the AWS cloud
  • IT professionals and developers interested in learning how to develop and manage applications in the cloud
  • What You Need to Know?


  • Basic familiarity with Amazon Web Services and core AWS services
  • A free-tier AWS account for AWS-related lessons and labs
  • More details


    Description

    This ultimate course on Python Programming for AWS is for anyone who wants to learn Python programming and use their skills with AWS services. Designed for learners of all levels, this Python course will take you from the basics of python programming to advanced python programming topics.

    Whether you're a beginner to Python programming, a seasoned developer looking to explore cloud computing, or an AWS user aiming to automate tasks, this Python course offers a step-by-step guide to mastering Python for the AWS Cloud.

    The training provides a strong foundation in Python programming fundamentals and is packed with numerous opportunities for you to apply what you learn directly in the AWS cloud. This will help you build the confidence and skills you need to build your own applications on AWS.


    COURSE CONTENT AND BENEFITS:

    • Learn Python coding fundamentals

    • Use Python with the AWS Boto3 SDK

    • Automate tasks with AWS Lambda

    • Work hands-on with Amazon S3, Amazon EC2, Amazon VPC, and Amazon RDS

    • Explore advanced services like Amazon SNS, SQS, SES, AWS Glue, and Amazon EMR

    • Discover how tools like ChatGPT and GitHub Copilot can revolutionize your Python development for the cloud


    REAL-WORLD APPLICATIONS AND OPPORTUNITIES:

    With over 9 hours of content, this Python course blends theoretical knowledge with hands-on lessons and real-world examples. You'll not only learn the concepts, but also apply them, preparing you for real-world challenges.

    Stand out in today's competitive job market with these cutting edge development skills and learn how to leverage the latest AI technologies to increase development efficiency and accuracy.


    REAL-WORLD USE CASES INCLUDE:

    • Using the AWS Cloud9 IDE to write and manage code

    • Configuring the Boto3 SDK with AWS Cloud9

    • Performing CRUD operations with Amazon S3

    • Managing EC2 instances through Python code

    • Building and configuring VPCs using Python code

    • Managing database services including Amazon Aurora Serverless

    • Automating AWS service management through AWS Lambda

    • Building applications with integration services such as Amazon SQS and SNS

    • SecOps management through Python code

    • Version control with AWS CodeCommit

    • Using AI for Python development with ChatGPT

    • Pair Programming with GitHub Copilot

    By the end of the course, you'll receive a certificate of completion, validating your new skills and knowledge.

    So, are you ready to solidify your Python coding skills and master the AWS cloud? Enroll now and start your journey to becoming a proficient Python AWS Cloud programmer!


    PREVIEW THIS COURSE

    There are many FREE previews so you get to explore the course content firsthand and make an informed decision.


    YOUR INSTRUCTORS

    Eric Huerta is a software engineer and certified AWS Solutions Architect. Specializing in Python, SQL, Perl among other languages and has worked on diverse projects in data engineering. As a bootcamp instructor for Digital Cloud Training, he runs live training Python sessions as part of our Cloud Mastery Bootcamp, helping new developers learn programming using AWS services.

    Neal Davis is a highly experienced AWS Cloud Solutions Architect and the founder of Digital Cloud Training. With over 20 years of hands-on experience in the Cloud space, Neal has become a trusted authority in teaching AWS - empowering students with the knowledge to excel in the world of cloud computing.


    OUR SUCCESS IN NUMBERS

    • Over 500,000 students enrolled in our AWS courses on Udemy

    • 4.7 Star instructor ratings from over 100,000 reviews

    • Our students pass the AWS exam with an average score of over 85%


    MONEY-BACK GUARANTEE

    We are totally confident in the value of our Udemy Python Programming for AWS training which comes with a 30-day unconditional money-back guarantee.

    Who this course is for:

    • Beginners to Python who want to programmatically manage AWS services
    • Python developers looking to delve into cloud computing
    • AWS users seeking to automate tasks in the AWS cloud
    • IT professionals and developers interested in learning how to develop and manage applications in the cloud

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Neal Davis | AWS Certified Solutions Architect & Developer
    Neal Davis | AWS Certified Solutions Architect & Developer
    Instructor's Courses
    Hi, my name's Neal. I am the founder of Digital Cloud Training, a highly experienced AWS Cloud Solutions Architect and a successful IT instructor. I've been working in IT for over 20 years in a variety of roles ranging from support to architecture. Over the last 15 years, I have mainly worked as a Solutions Architect in the systems integration space designing solutions for enterprise organizations.My experience in IT has included working with virtualization and cloud computing since it's inception. In my most recent consulting role I worked as an Enterprise Architect designing Hybrid IT and Digital Transformation solutions.I have always enjoyed earning IT certifications and they have helped me immensely with moving upwards throughout my career. These days, my passion is to help others to achieve their career goals through in-depth AWS certification training resources. That's why I started digitalcloud.training - to provide certification training resources for Amazon Web Services (AWS) certifications that represent a higher quality standard than is otherwise available in the market. Connect with me on Facebook, LinkedIn, Youtube or Twitter.
    Eric E. Huerta
    Eric E. Huerta
    Instructor's Courses
    Hi, my name is Eric and I'm a software engineer and certified AWS Solutions Architect. I've specialized in Python, SQL, Perl among other languages and I've worked on diverse projects in data engineering. I currently instruct Python for the Cloud at Digital Cloud Training, helping new developers learn programming using AWS systems. I'm also an instructor in the Python for the Cloud bootcamp at Digital Cloud Training.Connect with me on LinkedIn.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 85
    • duration 9:46:33
    • Release Date 2023/09/10