0% found this document useful (0 votes)
3 views

class 1 intro , make EC2

The document provides an overview of Terraform, an orchestration management tool created by Mitchell Hashimoto in 2014, and its relationship with cloud services like AWS, Azure, and GCP. It outlines the basic commands for using Terraform, including initialization, planning, applying, and destroying infrastructure. Additionally, it mentions Ansible as a configuration management tool and briefly discusses creating an EC2 instance with specific parameters.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

class 1 intro , make EC2

The document provides an overview of Terraform, an orchestration management tool created by Mitchell Hashimoto in 2014, and its relationship with cloud services like AWS, Azure, and GCP. It outlines the basic commands for using Terraform, including initialization, planning, applying, and destroying infrastructure. Additionally, it mentions Ansible as a configuration management tool and briefly discusses creating an EC2 instance with specific parameters.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

class 1

Terraform = it is an orchestration management tool.


cloud = EC2 , Storage, VPC , RDS, Route 53 , LB, Autoscalling

AWS = cloud formation


AWS, Azure, GCP = Terraform
Terraform = IAC - infrastructrue as code

===================================================================================
inventor = mitchell hashimoto
28 july 2014 = Hashicorp

==================================================
Ansible = configuration management tool
playbook = EC2 , EBS , S3
Instance =

===================================================================================
========
Terraform installation
window =
Linux =
===================================================================================
===
1 file

terraform init = intilize the terraform


terrform plan = check the file
terraform apply = run the file
terraform destroy = delete the infrastructure

===============================================================================
make Ec2 instance
==============================================
make EC2 instance with key , SG , EIP

You might also like