Skip to content

Commit 7760ab9

Browse files
authored
Merge pull request #736 from gruntwork-io/ib/faq-aws-mktp
Add AWS Marketplace to the pricing FAQ
2 parents 5394ee8 + 765ea24 commit 7760ab9

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

_data/faq.yml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -224,13 +224,26 @@
224224
225225
- category_name: Pricing
226226
items:
227+
- question: What payment options do you accept?
228+
answer: |
229+
<p>
230+
For monthly billing, we require automated payments via credit card or ACH transfer. If you wish to use invoices and pay by wire transfer or check instead, you must do annual billing. We also accept AWS Marketplace for annual contracts.
231+
</p>
232+
233+
- question: Can I pay with AWS credits?
234+
answer: |
235+
<p>
236+
Yes, please reach out to [email protected].
237+
</p>
238+
227239
- question: What's a user?
228240
answer: |
229241
<p>
230242
A user is any human or machine that makes use of Gruntwork's services, including accessing code from the
231243
<a href="/infrastructure-as-code-library/">Infrastructure as Code Library</a>, watching videos in the
232244
<a href="/training/">DevOps Training Library</a>, or submitting requests to <a href="/support/">support</a>.
233245
</p>
246+
234247
- question: Is an annual subscription required?
235248
answer: |
236249
<p>
@@ -257,9 +270,3 @@
257270
<p>
258271
If, however, you remain a subscriber for at least 12 months, the license allows you to fork and modify the code and create derivative works as much as you want, and even if you cancel your subscription, you can keep using all the code you had been using up to that point. We recommend that prior to canceling, you make copies of all the repos in the Infrastructure as Code Library into your own version control system. After you cancel your Gruntwork Subscription, you'll no longer have access to the updates, additions, and fixes we make to the Infrastructure as Code Library, support from the Gruntwork team, security alerts, and any other subscription benefits. However, your infrastructure will continue to work just fine and you'll still have all the code you had been using up to that point.
259272
</p>
260-
261-
- question: What payment options do you accept?
262-
answer: |
263-
<p>
264-
For monthly billing, we require automated payments via credit card or ACH transfer. If you wish to use invoices and pay by wire transfer or check instead, you must do annual billing.
265-
</p>

pages/checkout/_need-help.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,13 @@ <h2 class="need-help-text">Need help deciding?</h2>
66
>
77
</div>
88
</div>
9+
<div class="row row-page-header padding-top-none">
10+
<div class="col-xs-12 col-md-8 col-md-offset-2">
11+
<p class="text-center text-muted small">
12+
Discounted pricing is available for non-profits, educational institutions,
13+
and startups with fewer than 10 employees. Additionally, you can use AWS
14+
credits to purchase a Gruntwork subscription through our AWS Marketplace listing.
15+
<a href="/contact/">Contact us</a> for the details.
16+
</p>
17+
</div>
18+
</div>

pages/pricing/_terms.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
<div class="col-xs-12 col-md-8 col-md-offset-2">
33
<p class="text-center text-muted small">
44
Discounted pricing is available for non-profits, educational institutions,
5-
and startups with fewer than 10 employees.
5+
and startups with fewer than 10 employees. Additionally, use your AWS
6+
credits to purchase Gruntwork through our Marketplace listing.
67
<a href="/contact/">Contact us</a> to get the discounted pricing.
78
</p>
89
</div>

0 commit comments

Comments
 (0)