/ssp-eks-patterns

Sample patterns repository for the Amazon EKS SSP Quick Start.

Primary LanguageTypeScriptMIT No AttributionMIT-0

SSP EKS Patterns

Welcome to the SSP EKS Patterns repository.

This repository contains a number of samples for how you can leverage the Amazon EKS SSP Quick Start.

Patterns

The individual patterns can be found in the lib directory.

Documentation

Please refer to the Amazon EKS SSP Quick Start documentation site for complete project documentation.

Usage

Install project dependencies.

make bootstrap

To view patterns that are available to be deployed, execute the following:

cdk list

Bootstrap your CDK environment.

cdk bootstrap

We can then deploy a specific pattern with the following:

cdk deploy multi-team-blueprint

Deploying Blueprints with External Dependency on AWS Resources

There are cases when the blueprints defined in the SSP Patterns have dependencies on existing AWS Resources such as Secrets defined in the account/region. For such cases, you may see errors if such resources are not defined.

For MultiRegionConstruct the pattern relies on the following secrets defined:

  1. github-ssh-key - must contain GitHub SSH private key in Plain Text. The secret is expected to be defined in us-east-1 and replicated to us-east-1 and us-west-2 regions.
  2. argo-admin-secret - must contain ArgoCD admin password in Plain Text. The secret is expected to be defined in us-east-1 and replicated to us-east-1 and us-west-2 regions.

For more information on defining secrets for ArgoCD, please refer to SSP Documentation as well as known issues.

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.