-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDay 16.txt
33 lines (19 loc) · 904 Bytes
/
Day 16.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Infrastructure as code
======================
Dev --- CFT (Automated) --- AWS
--- Azure ( Azure Resource manager)
Openstack == used to create your own cloud uses ( Heat template to automate )
Explaination
-===========
For example org wants to use hybird or want to move to another clooud provider at that we have to learn more things to address these problems we have Terraform in the picture
Terraform
=-=========
--- API as code
-- Terraform is developed by Hashicorp
-- Terraform slove the solution to learning to many tools
Terraform is used to automation the clouds provider
Terraform is used to migrate from other clouds
-- Terrform script will talk to the cloud provider to create infra
-- Once we provide the detials terraform will create (provider.ts)
API = App programming interface
-- We can talk with google api and get the response