The GlobalSolutions

Terraform Powered by GlobalSolutions

Terraform is one of the most popular Infrastructure-as-Code (IaC) tools, used by DevOps teams to automate infrastructure tasks and provision cloud resources. It is an open-source, cloud-agnostic tool developed by HashiCorp and written in Go. Terraform handles both orchestration and configuration management, supports popular providers like AWS, Azure, GCP, and Oracle, and provides immutable infrastructure where configuration changes are straightforward.

We have ensured the image is hardened to be secured from all existing vulnerabilities.

Terraform Workflow

Why Subscribe to Our Offering in AWS Marketplace

Accessing Your AMI from AWS Marketplace

To get started with your Terraform stack:

  1. Subscribe: Purchase the Terraform AMI from the AWS Marketplace.
  2. Connect via SSH:
    • SSH into the instance using the following command:
    ssh -i yourpemfile.pem ubuntu@<public-ip-of-your-server>
    • Once logged in you will land in the home directory.
For more information, refer to the AWS Instance Connection Guide.

Getting Started with Terraform

We have packaged Terraform with sample code to help you kick-start building your infrastructure. The sample code will create a private S3 bucket in your AWS account.

Setting Up Your Credentials

  1. From the home directory, navigate into the gs folder:
    cd gs
  2. You will see main.tf in the folder — this is the Terraform code that will create the private S3 bucket.
  3. Run aws configure and provide your AWS credentials when prompted:
    aws configure
Important: The access key and secret key of the IAM user must have S3 create permissions. Make sure the correct permissions are attached to the user before proceeding.

Running Terraform

Initialize the working directory, review the plan, then apply it to create the S3 bucket:

terraform init
terraform plan  -var="bucket_name=gs-private-demo-20260503"
terraform apply -var="bucket_name=gs-private-demo-20260503"
Caution: The above commands use sample code to help you start the right way. Please review the code thoroughly and build your own configurations before running in production.

AWS Cost Optimizer — CloudInsider

Our other popular offering is the AWS Cost Optimizer aka CloudInsider, available in AWS Marketplace. This service has helped our customers save significantly on AWS and other cloud spending. It is easy to subscribe and you can see the savings in minutes.

▶ Watch Demo Video Subscribe on AWS Marketplace

Support

For any questions or assistance with our AWS Marketplace offering, reach out to us at support@theglobalsolutions.net.