What is Terraform & Why Terraform : Scenario Based Interview Question & Answer
For our project, we create infra like S3 buckets and our networks and servers. Like these, there are so many requirements in my project.
Previously we were working with different services based on the cloud platform. Suppose I am creating infrastructure in AWS; we just used CloudFormation, like in Azure We used Azure Resource Manager and GCP; we used Google Cloud Deployment Manager...like that we were working on our project.
but right now in my latest project, we implemented a new style infra creation
using only one software tool across all the cloud platforms like AWS, Azure, and GCP.
The software tool name is Terraform.
terraform is a infrastructure creation software tool which we are using in my current project
With the help of this Terraform, we are creating our project infrastructure, like S3 buckets, networks, services, and so on.
Previously we were spending a lot of time to crate infrastructure by using respective cloud services ...instead of using all these services, we just need a single tool that is terraform.
Watch Video :https://youtu.be/RsXgrokeTMw
Comments
Post a Comment