Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
February 22, 2022 04:19 pm GMT

Building an AWS Auto Scaling Group (ASG) using Terraform Enterprise (contd)

In the last article, we looked at how to push Terraform code through GithHub to Terraform enterprise, setting up our infrastructure.

The first part of this article can be viewed here.

This article highlights how to use CLI to push Terraform codes to Terraform enterprise to set up needed infrastructure.

Triggering the Run

  • Create a new workspace and select the run type as CLI-driven runspic1

Then set up variables such as your access key and secrets.

image

  • Login to your enterprise
terraform login

Copy the API token and paste it in your terminal when prompted

image

  • Copy and add the given code block to your provider.tf file.
    image

  • Run the following Terraform commands:

terraform initterraform planterraform apply

image

image

  • Head over to your AWS account, to view the created resources
    image

  • It is good practice to delete all provisioned services, to avoid incurring costs when using cloud providers.

terraform destroy

Useful Resources

Thanks for your time.

Feel free to connect with me via: LinkedIn, Twitter

Yoroshko!


Original Link: https://dev.to/mbaoma/building-an-aws-auto-scaling-group-asg-using-terraform-enterprise-contd-20f7

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To