Commit a0b4f800 authored by Craig Norris's avatar Craig Norris

AWS cost grammar fixes

Fixes a typo and some future tense.
parent f8971bea
...@@ -44,22 +44,21 @@ Below is a diagram of the recommended architecture. ...@@ -44,22 +44,21 @@ Below is a diagram of the recommended architecture.
## AWS costs ## AWS costs
Here's a list of the AWS services we will use, with links to pricing information: GitLab uses the following AWS services, with links to pricing information:
- **EC2**: GitLab will deployed on shared hardware which means - **EC2**: GitLab is deployed on shared hardware, for which
[on-demand pricing](https://aws.amazon.com/ec2/pricing/on-demand/) [on-demand pricing](https://aws.amazon.com/ec2/pricing/on-demand/) applies.
will apply. If you want to run it on a dedicated or reserved instance, If you want to run GitLab on a dedicated or reserved instance, see the
consult the [EC2 pricing page](https://aws.amazon.com/ec2/pricing/) for more [EC2 pricing page](https://aws.amazon.com/ec2/pricing/) for information about
information on the cost. its cost.
- **S3**: We will use S3 to store backups, artifacts, LFS objects, etc. See the - **S3**: GitLab uses S3 ([pricing page](https://aws.amazon.com/s3/pricing/)) to
[Amazon S3 pricing](https://aws.amazon.com/s3/pricing/). store backups, artifacts, and LFS objects.
- **ELB**: A Classic Load Balancer will be used to route requests to the - **ELB**: A Classic Load Balancer ([pricing page](https://aws.amazon.com/elasticloadbalancing/pricing/)),
GitLab instances. See the [Amazon ELB pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). used to route requests to the GitLab instances.
- **RDS**: An Amazon Relational Database Service using PostgreSQL will be used. See the - **RDS**: An Amazon Relational Database Service using PostgreSQL
[Amazon RDS pricing](https://aws.amazon.com/rds/postgresql/pricing/). ([pricing page](https://aws.amazon.com/rds/postgresql/pricing/)).
- **ElastiCache**: An in-memory cache environment will be used to provide a - **ElastiCache**: An in-memory cache environment ([pricing page](https://aws.amazon.com/elasticache/pricing/)),
Redis configuration. See the used to provide a Redis configuration.
[Amazon ElastiCache pricing](https://aws.amazon.com/elasticache/pricing/).
## Create an IAM EC2 instance role and profile ## Create an IAM EC2 instance role and profile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment