Skip to content

Commit 84758c4

Browse files
authored
Merge pull request #754 from gruntwork-io/ref-arch-emergency-measures
Reflect new Ref Arch emergency measures
2 parents 36a7858 + 78f0fd2 commit 84758c4

File tree

16 files changed

+22
-23
lines changed

16 files changed

+22
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the code for the [Gruntwork website](https://www.gruntwork.io).
44

5-
Gruntwork can help you get your entire infrastructure, defined as code, in about one day. You focus on your product.
5+
Gruntwork can help you get your entire infrastructure, defined as code, in a few days. You focus on your product.
66
We'll take care of the Gruntwork.
77

88
## Docker quick start

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
baseurl: ""
33
url: "https://www.gruntwork.io"
44
name: "Gruntwork | DevOps as a Service"
5-
description: "Your entire infrastructure. Defined as code. In about one day. At Gruntwork, we get you running on AWS with Terraform and you get 100% of the code."
5+
description: "Your entire infrastructure. Defined as code. In a few days. At Gruntwork, we get you running on AWS with Terraform and you get 100% of the code."
66
full_company_name: "Gruntwork, Inc"
77
thumbnail_path: "/assets/img/logos-gruntwork/gruntwork-overview.png"
88
repository: "gruntwork-io/gruntwork-io.github.io"

_data/cis-how-it-works.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<p class="alert" style="border: 1px solid #194c5f; background-color: #242e3b;">
2525
<strong>Get an End-to-End CIS Compliant Production-Grade Architecture</strong><br>
2626
Request a <a href="/reference-architecture">Gruntwork Reference Architecture</a> to get an end to end
27-
production-grade environment, certified by CIS for the AWS Foundations Benchmark, deployed into your AWS accounts, and fully managed as code—all in about 1 day!
27+
production-grade environment, certified by CIS for the AWS Foundations Benchmark, deployed into your AWS accounts, and fully managed as code—all in a few days!
2828
</p>
2929
3030
- title: Pass an audit

_data/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
The modules in the Infrastructure as Code Library are all designed to be highly configurable, composable, and to
170170
work together. In fact, we even offer the <a href="/reference-architecture/">Reference Architecture</a>,
171171
which is a battle-tested, end-to-end tech stack for AWS that we can customize to your needs and deploy
172-
into your AWS accounts in about one day. With open source code, all the integration work is up to you,
172+
into your AWS accounts in a few days. With open source code, all the integration work is up to you,
173173
and you'll find many of the modules are too inflexible to fit your needs or incompatible with other modules.
174174
</td>
175175
</tr>

_data/initial-setup-how-it-works.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
description: |
33
<p>Customize your architecture and complete a few setup steps:</p>
44
<ul>
5-
<li>Create several AWS accounts (logs, security, shared, dev, stage, and prod)</li>
5+
<li>Create six AWS accounts (logs, security, shared, dev, stage, and prod)</li>
66
<li>Choose a region</li>
7-
<li>Set up domains in DNS</li>
8-
<li>Run services on Docker using EKS (Kubernetes) or ECS, or directly on EC2 Instances using ASGs</li>
7+
<li>Set up domains (TLDs) in DNS</li>
8+
<li>Run services on Docker using EKS (Kubernetes) or ECS</li>
99
<li>PostgreSQL, MySQL, SQL Server, Aurora, or other relational database</li>
1010
<li>Redis or Memcached</li>
11-
<li>CircleCI, GitLab, or Jenkins</li>
1211
<li>Bastion Host or OpenVPN</li>
1312
<li>Static content storage and serving</li>
1413
<li>Serverless functions</li>
@@ -21,7 +20,7 @@
2120
<p>
2221
We generate the architecture using Terragrunt, Terraform, Bash, Python and Go. We deploy the resources to your
2322
AWS accounts. We validate the configuration, then we push the code to your git repository. For AWS, this
24-
takes about one day.
23+
takes a few days.
2524
</p>
2625
2726
- title: Learn how to use it

_data/reference-architecture-features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
description: The architecture has been proven with hundreds of Gruntwork customers.
66

77
- title: Fast
8-
description: We'll deploy a fully-working, best-practices tech stack in AWS in about one day!
8+
description: We'll deploy a fully-working, best-practices tech stack in AWS in a few days!
99

1010
- title: Reliable
1111
description: Designed for high availability, scalability, and durability

_data/steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Fortunately, there's a solution: the Gruntwork <a href="/infrastructure-as-code-library/">Infrastructure as Code Library</a>
1212
(IaC Library) is a collection of reusable infrastructure code written in Terraform, Go, Bash, and Python that
1313
solves these 1,001 problems. Instead of reinventing the wheel, you can leverage 5+ years and 350,000+ lines of
14-
battle-tested code, including pre-built solutions for Kubernetes, MySQL, Postgres, Redis, OpenVPN, Jenkins, Lambda,
14+
battle-tested code, including pre-built solutions for Kubernetes, MySQL, Postgres, Redis, OpenVPN, Lambda,
1515
CloudWatch, Kafka, ELK, and more, all of which have been proven in production at
1616
<a href="/customers/">hundreds of companies</a>. To get an idea of how the library works before signing up, try out
1717
our <a href="/infrastructure-as-code-library/#open-source">open source modules</a> and check out
@@ -25,7 +25,7 @@
2525
<a href="/reference-architecture/">Reference Architecture</a> for you. The Reference Architecture is an opinionated,
2626
battle-tested, end-to-end tech stack that includes just about everything you need, including: server cluster, load
2727
balancer, database, cache, network topology, monitoring, alerting, CI/CD, secrets management, VPN, and more. We
28-
customize the Reference Architecture to your needs, give you 100% of the code, and deploy it into your AWS account in about one day.
28+
customize the Reference Architecture to your needs, give you 100% of the code, and deploy it into your AWS account in a few days.
2929
3030
- title: Learn Terraform, Docker, Packer, AWS, and DevOps
3131
description: |

pages/checkout/_add-ons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1 class="addon-amount" id="addon-amount-cis">$1,245</h1>
8686
Benchmark. Our code is certified compliant by the Center for
8787
Internet Security. Add the Reference Architecture to get an
8888
end-to-end, production-grade architecture in your own AWS
89-
environment, fully managed as code - all in about 1 day!
89+
environment, fully managed as code - all in a few days!
9090
</p>
9191
<p id="cis-button-default" hidden>
9292
<a

pages/checkout/_checkout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h5 class="margin-top-none text-center no-anchor">
117117
<li class="check-list-disabled" id="subscription-addon-2">
118118
<span
119119
class="help-text light"
120-
title="An opinionated, best-practices, end-to-end tech stack that we customize to your needs, deploy into your AWS accounts, and give you 100% of the code—all in about one day."
120+
title="An opinionated, best-practices, end-to-end tech stack that we customize to your needs, deploy into your AWS accounts, and give you 100% of the code—all in a few days."
121121
data-toggle="tooltip"
122122
id="subscription-addon-3-text"
123123
>Reference Architecture</span

pages/how-it-works/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: "Gruntwork: How it Works"
4-
excerpt: Gruntwork can help you get your entire infrastructure defined as code in about one day. Here's how it works.
4+
excerpt: Gruntwork can help you get your entire infrastructure defined as code in a few days. Here's how it works.
55
permalink: /how-it-works/
66
slug: how-it-works
77
footer_heading: Ready to hand off the gruntwork?

0 commit comments

Comments
 (0)