This PR involves adding a testing infrastructure for AWS. It creates an EKS cluster and deploys VSO and Vault.
Prereq: Doormat AWS sandbox account
Before running any make commands, make sure to log in into doormat and export the AWS keys:
doormat login && eval $(doormat aws -a <AWS ACCOUNT NAME> export)
Make sure to export the path to your vault license:
export TF_VAR_vault_license_path=<path to license file>
Then to set up EKS cluster and deploy Vault and VSO:
make -f scale-testing.mk create-eksmake -f scale-testing.mk deploy-workload
This PR involves adding a testing infrastructure for AWS. It creates an EKS cluster and deploys VSO and Vault.
Prereq: Doormat AWS sandbox account
Before running any make commands, make sure to log in into doormat and export the AWS keys:
doormat login && eval $(doormat aws -a <AWS ACCOUNT NAME> export)
Make sure to export the path to your vault license:
export TF_VAR_vault_license_path=<path to license file>
Then to set up EKS cluster and deploy Vault and VSO:
make -f scale-testing.mk create-eks
make -f scale-testing.mk deploy-workload