Boto3 teaches you how to implement EC2 resources and VPC resources on AWS with the Python API. You can code your infrastructure!
About This Video
- Learn how to create EC2 resources and VPC resources on AWS with Python API, Boto3, then launch your own infrastructure on AWS.
- Learn how to code against API documentation.
This course will begin by examining the tools and environment we need to use AWS resources. We'll show you how to set up your environment on both MacOS or Windows. Once we have our environment set up, we will start implementing our solution on AWS. Next, we will create two subnets: Public and Private. Finally, we will create a startup bash script that will automatically run when our EC2 Instance launches. This script will update our packages using yum package manager to ensure that we are always up-to-date on security patches and updates. Next, we will install an HTTP server on it. Finally, we will run a startup check command to verify that it is working.
After creating our HTTP server, we will create a simple HTML page for a greeting. We will then write this page to disk so that it can be served when we access our Public EC2 Instance. Remember, all of this will be done with our Python code.
After launching our EC2 Instances are launched, we will move on to learning how to describe EC2 Instances in detail on AWS. This includes their IP addresses and the subnet they belong to. Next, we'll learn how EC2 Instances can be managed in different ways. We will stop, start and terminate EC2 instances. The best part is that all of this will be done with our Python code.
Who is this book for
This course is for Beginners on AWS who wants to put their theory in practice, AWS Cloud Architect Associate Exam Preppers who wants to practice their theories with real projects, Who wants to learn how to implement Infrastructure-as-a-Code or IaaS on AWS, Who wants to learn how to develop infrastructures on AWS using Python, Who wants to learn how to launch Virtual Private Clouds, Public-Private Subnets and more with Python code on AWS, Who wants to learn how to launch EC2 Instances publicly and privately using Python on AWS, Who wants to learn AWS Python API or namely Boto3.