-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add terraform and manual installation support (#4246)
This tweaks the BYOC cloud installation methods to enable manual installation; and installation via terraform. Example commands: To install automatically via CloudFormation: `earthly cloud install --via cloudformation --name <stack-name>` To install automatically via Terraform: `earthly cloud install --via terraform` To install manually: ``` earthly cloud install \ --name <name> \ --aws-account-id <aws-account-id> \ --aws-region <aws-region> \ --aws-security-group-id <aws-security-group-id> \ --aws-ssh-key-id <aws-ssh-key-id> \ --aws-subnet-id <aws-subnet-id> \ --aws-instance-profile-arn <aws-instance-profile-arn> \ --aws-earthly-access-role-arn <aws-earthly-access-role-arn> ``` Docs forthcoming on the new installation options. --------- Co-authored-by: Brandon Schurman <[email protected]>
- Loading branch information
Showing
4 changed files
with
200 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters