cockroachdb / cockroachdb/cockroach
roachprod: support AWS configuration for multiple accounts
Open
A-roachprod
A-testeng-infra
C-enhancement
T-testeng
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Currently `roachprod` is configured to use a single AWS account to run clusters on EC2. Users can supply a custom configuration with per-region and per-AZ resources using the `--aws-config` flag. However, there is no standardized way to track and share these configuration options.
** Proposed Solution **
One potential solution is to provide a directory of JSON configs that `roachprod` can select from based on the account credentials used at runtime.
Jira issue: CRDB-31849
Contributor guide
Assessment
This issue has not been assessed yet.