Tag: boto
-
How to use Python3 – boto3 to automate AWS service – EC2/VPC deployment with example
Boto3 is python3 library for AWS cloud deployment automation. Its Infrastructure as code. I have created one POC (Proof Of Concept) to demostrate how we can automate AWS EC2 and AWS VPC creation/destruction using Python3 boto3 library. This code is realtime and ready made to use now. I shown example of VPC creation/destruction having one…