Devops zero to Hero - How to create Virtual Machines (ex. on AWS )
+-------------------------------------------------------------- | **Can create VMs on AWS, Azure, and On-Premises +-------------------------------------------------------------- | - AWS | - Azure | - On-Premises +-------------------------------------------------------------- +-------------------------------------------------------------- | **Importance of Automation in DevOps** - 1. user can create multiple VMs on single command 2. error free | +-------------------------------------------------------------- Tools for Automate VMs Tools for automate single VMs service provider like AWS or Azure- (1) APIs (using boto3 in Python) (2) CLI (3) CloudFormation (4) AWS cloud development Kit Tool for automate different VMs provided by differe nt cloud service providers li ke AWS and Azure both - Te...