Cademy logoCademy Marketplace

Course Images

Learn AWS Automation with Boto3, Python, and Lambda Functions

Learn AWS Automation with Boto3, Python, and Lambda Functions

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

  • 30 Day Money Back Guarantee
  • Completion Certificate
  • 24/7 Technical Support

Highlights

  • On-Demand course

  • 10 hours 14 minutes

  • All levels

Description

This course is focused on concepts of Python Boto3 Module and Lambda using Python. It covers how to use Boto3 module, concepts of Boto3 (session, resource, client, meta, collections, waiters, and paginators), and AWS Lambda to build real-time tasks with lots of step-by-step examples.

The objective of the course, AWS Automation with Boto3, Python, and Lamba Functions, is to cover the core concepts of Boto3 and Lambda. In most of the cases, Boto3 works along with Lambda and that's the reason we combine Boto3 and Lambda into one course. We have divided the course into two parts to get more clarity about Boto3 and Lambda. Part 1 is about how to write and execute Python Boto3 on our local server or any OS. Part 2 is about writing and executing Python Boto3 in Lambda with different triggering methods. Boto3 is the name of the Python SDK for AWS or Boto3 is the Python module to work with AWS services using Python scripts. It allows you to create, update, and delete AWS services from our Python scripts without opening AWS management console through the browser; we can execute these Python Boto3 scripts either from our local server or using AWS Lambda service. In this course, we will see how to implement and execute Python Boto3 scripts on our local server; then, we will move on with AWS Lambda service. Boto3 is built on top of the Botocore module. We will also explore the different types of Boto3 sessions and the concepts of Boto3 to write Python scripts for AWS automation. By the end of this course, you will get the knowledge to apply different concepts of Boto3 and Lambda for different AWS services. All resources and code files are placed here: https://github.com/PacktPublishing/Learn-AWS-Automation-with-boto3-Python-and-Lambda-Functions

What You Will Learn

Learn the environment setup for Boto3
Learn Boto3 documentation to implement Python Boto3 scripts
Understand how to work with STS
Understand the use of Meta object
Learn about Boto3 collection concept to start, stop, terminate, monitor all instances once
Learn about IAM roles to execute Python Boto3 scripts

Audience

This course is designed for individuals looking to master Boto3 and AWS Lambda functions with different triggering method skills to automate tasks in real time.

Approach

The step-by-step approach to the course will help you develop code for automating any kind of tasks in AWS.

Key Features

Gain expertise with hands-on real-time use cases using Boto3 and Lambda functions * Explore in detail the concepts of Lambda function and different types of Lambda triggering methods * Understand session, resource, client, collections, waiters, and paginators

Github Repo

https://github.com/PacktPublishing/Learn-AWS-Automation-with-boto3-Python-and-Lambda-Functions

About the Author

VR Technologies

VRTechnologies is a seasoned DevOps automation consultant with a specialization in cloud and DevOps. With a wealth of experience, they have successfully trained over 400 students through comprehensive automation courses covering Shell, Python, and Ansible. With six years of training expertise, VRTechnologies' commitment to staying at the forefront of technology trends is unmatched, ensuring that students receive the most up-to-date knowledge. Their passion for learning and teaching drives them to meticulously research and prepare each course, offering hands-on demonstrations from the basics to advanced concepts. Join VRTechnologies on a transformative learning journey and unlock the power of automation in your career.

Course Outline

1. Introduction and Environment Setup for Boto3

1. Objective of the Course

This video introduces you to the objective of the course.

2. What Do You Need for This Course

This video introduces you to what you need for this course.

3. Introduction to Boto3

This video explains an introduction to Boto3.

4. Installing Required Python Version and Boto3 on Windows Server

This video explains installing the required Python version and Boto3 on Windows server.

5. Installing Required Python and Boto3 on Linus Server to Work with AWS Services

This video explains installing the required Python and Boto3 on Linus server to work with AWS services.

6. Boto3 Environment Setup on Windows Server to Work with AWS Services

The video explains Boto3 environment setup on Windows server to work with AWS services.

7. Boto3 Environment Setup on RHEL Server to Work with AWS Services

You will learn about Boto3 environment setup on RHEL server to work with AWS Services.

8. First Boto3 Script to Verify the Boto3 Environment Setup on Windows and Linux

This video explains the first Boto3 script to verify the Boto3 environment setup on Windows and Linux.

9. Concepts of Boto3 to Write Python Scripts for AWS Automation

This video explains concepts of Boto3 to write Python scripts for AWS automation.

10. Different Types of Boto3 Sessions

This video explores different types of Boto3 sessions.


2. Boto3 Documentation Help to Implement Python Boto3 Scripts

1. How to Implement Python Boto3 Scripts Using Client Object

This video shows you how to implement Python Boto3 scripts using client object.

2. How to Implement Python Boto3 Scripts Using Resource Object

This video introduces you to how to implement Python Boto3 scripts using resource object.


3. Working with STS

1. Get AWS Account ID

This video introduces you to get AWS account ID.


4. EC2 - Part 1: Working with EC2 Services

1. Simple Python Boto3 Scripts on EC2 Service

This video introduces you to simple Python Boto3 scripts on EC2 service.

2. Menu Driven Script to Perform Different Status Actions on EC2 Instance

This video introduces you to menu driven script to perform different status actions on EC2 instance.


5. EC2 Waiters

1. What is a Waiter? How to Use Waiters on the EC2 Instance?

This video introduces you to what a waiter is and how to use waiters.


6. Usage of Meta Object

1. Usage of Meta Object

This video introduces you to the usage of Meta object.


7. EC2 Collections

1. Boto3 Collections Concepts

This video introduces you to Boto3 Collections concepts.

2. Boto3 Collection Concept to Start, Stop, Terminate, and Monitor All Instances Once

This video introduces you to Boto3 Collection concept to start, stop, terminate, and monitor all instances once.


8. EC2- Part 2: Practice with EC2 Services

1. Delete Unused and Untagged EBS Volumes

This video introduces you to delete unused and untagged EBS volumes.

2. EC2 Instances Inventory

This video introduces you to EC2 instances inventory.

3. List All Available Snapshots

This video introduces you to list all available snapshots.

4. List Snapshots Based on Size

This video introduces you to list snapshots based on size.

5. List Snapshots Based on Start Time

This video introduces you to list snapshots based on start time.


9. IAM Roles to Execute Python Boto3 Scripts

1. Executing Python Boto3 Script from EC2 Instance that is Attached with IAM Role

This video introduces you to executing Python Boto3 script from EC2 instance that is attached with IAM Role.


10. Exception Handling with Boto3 and Botocore Modules

1. Simple Exception Handling

This video introduces you to simple exception handling.


11. Working with IAM Users

1. Get IAM User Details and Get All IAM Users Details

This video introduces you to get IAM user details and get all IAM users' details.

2. Random Password Generator Using Python

This video introduces you to random password generator using Python.

3. Create an IAM User with Console Login Access Using Boto3 of Python

This video introduces you to create an IAM user with console login access using Boto3 of Python.


12. Lambda-Part 1: AWS Automation with Boto3 and Lamba Functions

1. Introduction to AWS Lambda Functions

This video introduces you to AWS Lambda functions.

2. Automating the Start and Stop EC2 Instances for Test Environment

This video introduces you to automating the start and stop EC2 instances for test environment.

3. Automatic Mail Alert: When Instance State is Reached to Stopped

This video introduces you to automatic mail alert: when instance state is reached to Stopped.

4. Automate Snapshots for EBS Volumes Using Lambda and Cloudwatch

This video introduces you to automate snapshots for EBS volumes using Lambda and Cloudwatch.

5. Automate Snapshots of EBS Volumes for All Regions

This video introduces you to automate snapshots of EBS volumes for all regions.

6. Automate Copy of EBS Snapshots Between Regions

This video introduces you to automate copy of EBS snapshots between regions.


13. Paginators of Boto3

1. Boto3 Client Paginators

This video introduces you to DevO.


14. Working with S3

1. Concepts of Boto3 to Work with AWS S3 Service

This video introduces you to concepts of Boto3 to work with AWS S3 service.

2. List All Buckets

This video introduces you to list all buckets.

3. Paginators for s3

This video introduces you to paginators for s3.


15. Lambda-Part 2: AWS Automation with Boto3 and Lambda Functions

1. Assigning Secondary IP of Master to Slave when Master is Down

This video introduces you to assigning secondary IP of master to slave when master is down.

Course Content

  1. Learn AWS Automation with Boto3, Python, and Lambda Functions

About The Provider

Packt
Packt
Birmingham
Founded in 2004 in Birmingham, UK, Packt’s mission is to help the world put software to work in new ways, through the delivery of effective learning and i...
Read more about Packt

Tags

Reviews