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 different cloud service providers like AWS and Azure both - Terraform (for Hybrid ,when multiple cloud service need like for azure, AI and machine learning is good and for AWS, storage system is good). |



Creation of  AWS VM using UI

1. Create a free account (ask CC details and will deduct Rs.2 for free account)



2. Click on EC2 instance


3. click launch instance


4. select any machine from quick start


5. select any free instance type


6. create key pair and save generated .pem file  (for login later)



7. Keep other info as it is and click launch instance


8. machine has been created 





9. select the instance and click connect, machine is ready to use






















Comments

Popular posts from this blog

Devops zero to Hero - DevOps and SDLC Efficiency

Devops zero to Hero - VMs for DevOps

Devops zero to Hero - Definition, Importance and Evolution of DevOps