Skip to content

Add AWS configurations for all ref. architectures in the docs

Tanya Pazitny requested to merge tp-add-aws-recommendation into master

What does this MR do?

Adds initial and untested configurations for AWS-based reference architecture environments.

Notes:

  1. Anything that was highcpu for GCP became c5 instances for AWS.
  2. Anything that was standard for GCP became m5 for AWS.
  3. GCP's g1-small became t2.small for AWS, which was the closest equivalent without dropping memory.

I originally compared instance sizings here.

Closes gitlab-org/quality/performance#27 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by 🤖 GitLab Bot 🤖

Merge request reports