Enterprise Automation with Python

Enterprise Automation with Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 2 Hours | 320 MB

Accomplish administrative task like network automation, automating databases, user and process management and automating instances with AWS on cloud infrastructure.

In the coming years, Python programming has developed massively in terms of automation. Enterprise automation with Python will teach you how simple python programming can make your life easier by automating your infrastructure.

This course will start by introducing the modules and the tools we will be using and how to set up a python environment to perform automation tasks and to deal with file editors and IDE like Pycharm. The course will cover network automation tasks and administration tasks with Python Fabric to automate the execution of web server with simple python programs. Moving ahead, you will learn to create database servers with python and backup them. Also, you will be creating users on multiple servers to manage users and then check the health of the Enterprise and then you will be performing automation tasks on the cloud infrastructure with python. The course will make the most of Python libraries and modules to automate your infrastructure. Leverage Python programming to automate server configuration and administration tasks.

By the end of the course, you will be able to efficiently develop your python skills making it an alternate automation tool from the major automation frameworks.The use cases in this course will help you to track the processes with high utilization on all servers and create web server via python code. So, now need not depend on Network Automation Tools like a puppet, Ansible, and chef and grab this course to make your daily work easy with automation and python modules which will help you to deliver the service more faster than before.

The course will construct a topology of servers with a different OS like Centos and will start using the tools to develop the python scripts we need for Automation our servers.At each section, the instructor will explain the needed python modules to develop the real-world tasks. At the end of the course, you will be able to make the difference from the Automation and the manual intervention with your servers.

What You Will Learn

  • Learn different tools used for the automation.
  • Understand enterprise automation with using python scripting.
  • Perform administrative tasks like user, database and process management using automation.
  • Learn to make health checks on all servers using automation.
  • Perform automation tasks with AWS on cloud infrastructure.
  • Learn to automate and configure the switches or routers.
Table of Contents

Introduction to the Tools Used for Enterprise Automation
1 The Course Overview
2 The Need for the Automation in the Enterprise
3 A Quick View about the Topology and Prerequisites
4 Installing Python 3
5 Configuring Virtual Environments and Its Wrapper

Network Automation Tasks
6 Installation of Netmiko Python Module
7 Configuring Multiple Cisco Devices via Netmiko
8 Gathering Information from Cisco Devices

Administration Tasks with Python Fabric
9 Installation of Paramiko Module with Initial Examples
10 Installation of Fabric Module
11 Practical Examples Using Fabric Main Functions
12 Jinja Template Engine

Database Management
13 Installation of PyMySQL Python Module
14 Creating Database and Tables Using PyMySQL
15 Admin Utilities to Insert, Delete, and Alter
16 Admin Utilities to Export and User Management

User Management
17 Creating Users Using Python
18 Modify User Information
19 Python Program to Add Users from CSV File

Process Management
20 Installation of psutil Python Module
21 Python Program to Check the Free Disk Space
22 Python Program to Check High CPU Process
23 Python Program to Diagnose Network

Cloud Infrastructure — AWS
24 Installation of Boto Module
25 Setting Up Authentication Credentials from Amazon
26 Creating an EC2 Instance Using Boto3
27 Creating and Using Amazon S3 Buckets