Boto3 (AWS SDK for python) Course 2023

Learn Boto3 AWS SDK for python, and get hands on experience of using Boto3 with AWS services like DynamoDB, EC2 & more.

Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. This course will help you get started with Boto3 by explaining the basics and demonstrating how to use it through several use cases. The course include step by step examples.

What you’ll learn

  • You will learn the basics of Boto3 AWS SDK for Python.
  • You will learn how to write code that interacts with Amazon DynamoDb using AWS SDK for Python (Boto3).
  • You will learn how to write code that interacts with Amazon EC2 using AWS SDK for Python (Boto3).
  • You will learn how to write code that interacts with Amazon s3 using AWS SDK for Python (Boto3).
  • You will learn how to work with AWS IAM user.
  • You will learn how to setup your machine to install Boto3 AWS SDK for python..

Course Content

  • Introduction & Setup –> 8 lectures • 13min.
  • Boto3 for DynamoDB –> 6 lectures • 22min.
  • Boto3 with Amazon EC2 –> 3 lectures • 9min.
  • Boto3 with Amazon s3 –> 1 lecture • 7min.

Auto Draft

Requirements

Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python, which allows Python developers to write software that makes use of services like Amazon S3 and Amazon EC2. This course will help you get started with Boto3 by explaining the basics and demonstrating how to use it through several use cases. The course include step by step examples.

In this course, you will learn the basics of Boto3. The course cover the following:

  • Install Python
  • Instal and setup PyCharm IDE
  • Install Boto3, AWS SDK for python
  • Creating an IAM user and configuring your system using Amazon CLI
  • Learn to code to interact with Amazon DynamoDB using Boto3
    • Learn how to create a table in DynamoDB using Boto3
    • Learn how to add an item into a table in DynamoDB using Boto3
    • Learn how to update an item in DynamoDB using Boto3
    • Learn how to query a table in DynamoDB using Boto3
    • Learn how to delete a table in DynamoDB using Boto3
  • Learn to code to interact with Amazon EC2 instance using Boto3
    • Learn how to create an Amazon machine image (AMI)
    • Learn how to create an Amazon EC2 instance using Boto3
    • Learn how to describe EC2 instances using Boto3
  • Learn how to write code that interacts with Amazon s3 using AWS SDK for Python (Boto3)
Get Tutorial