<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[BoilerPlate Blog]]></title><description><![CDATA[BoilerPlate Blog]]></description><link>https://blog.useboilerplate.com</link><generator>RSS for Node</generator><lastBuildDate>Wed, 08 Apr 2026 13:01:06 GMT</lastBuildDate><atom:link href="https://blog.useboilerplate.com/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Terraform + AWS]]></title><description><![CDATA[The aim of this post is to provide a 10,000 feet view of AWS and Terraform along with links for further digging
What is AWS?
AWS (Amazon Web Services) is a massive cloud services provider offering over 200 fully featured services from data centres gl...]]></description><link>https://blog.useboilerplate.com/terraform-aws</link><guid isPermaLink="true">https://blog.useboilerplate.com/terraform-aws</guid><category><![CDATA[Terraform]]></category><category><![CDATA[AWS]]></category><dc:creator><![CDATA[Saquib Kothawala]]></dc:creator><pubDate>Tue, 17 Aug 2021 14:31:50 GMT</pubDate><content:encoded><![CDATA[<p>The aim of this post is to provide a 10,000 feet view of AWS and Terraform along with links for further digging</p>
<h3 id="heading-what-is-aws">What is AWS?</h3>
<p>AWS (Amazon Web Services) is a massive cloud services provider offering over 200 fully featured services from data centres globally. It is the world's largest cloud services provider by market share.</p>
<h3 id="heading-what-is-terraform">What is Terraform?</h3>
<p>Terraform is an infrastructure as code (IaC) tool that allows you to build, change, and version infrastructure safely and efficiently. It allows you to define infrastructure as code for over  <a target="_blank" href="https://registry.terraform.io/browse/providers">1300 cloud services providers</a> , including AWS. </p>
<h3 id="heading-can-aws-and-terraform-be-used-together">Can AWS and Terraform be used together?</h3>
<p>Yes, terraform supports the vast majority of services offered by AWS.</p>
<h3 id="heading-is-terraform-free-to-use">Is Terraform free to use?</h3>
<p>Terraform is an open source product licensed under the  <a target="_blank" href="https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2">MPL-2.0 License</a>) . It can be downloaded by any developer or company and can be used for commercial purposes without providing compensation to the authors.</p>
<h3 id="heading-who-created-and-maintains-terraform">Who created and maintains Terraform?</h3>
<p>Terraform was created and is maintained by  <a target="_blank" href="https://www.hashicorp.com/">HashiCorp</a> . </p>
<h3 id="heading-does-hashicorp-make-any-money-off-of-terraform">Does HashiCorp make any money off of Terraform?</h3>
<p>HashiCorp  <a target="_blank" href="https://www.hashicorp.com/products/terraform/pricing">offers a managed service</a>  to maintain and collaborate on infrastructure code for $20/month/user. Terraform can be used without using the paid managed service</p>
<h3 id="heading-do-hashicorp-and-aws-play-nice-with-each-other">Do HashiCorp and AWS play nice with each other?</h3>
<p>HashiCorp is an AWS partner and has launched more than a 100 AWS based applications. <a target="_blank" href="https://partners.amazonaws.com/partners/001E000001BxMyKIAV/HashiCorp"> More details here.</a> </p>
<h3 id="heading-will-aws-create-a-competitive-service-to-terraform">Will AWS create a competitive service to Terraform?</h3>
<p>AWS does have an IaC service known as  <a target="_blank" href="https://aws.amazon.com/cloudformation/">CloudFormation</a> . While Terraform supports 1300+ cloud service providers, CloudFormation only supports AWS.</p>
]]></content:encoded></item></channel></rss>