Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudformation template #362

Merged
merged 4 commits into from
Dec 5, 2019

Conversation

ghost
Copy link

@ghost ghost commented Dec 2, 2019

This PR adds a pure CloudFormation option for infrastructure deployment.

It is based on the existing k8s/terraform templates, but:

  • includes all resource in the one template, including the KMS key
  • the WebUI is optional, controlled by a parameter
  • Fargate containers retrieve their configuration via SSM parameters

If included, the Web UI includes an HTTPS Application Load Balancer (certificates are free via ACM) and Route53 records.

Secrets:
- Name: SLACK_API_TOKEN
ValueFrom: !Join [':', ['arn:aws:ssm', !Ref 'AWS::Region', !Ref 'AWS::AccountId',!Join ['/', [ 'parameter', !Ref ResourcesPrefix, !Ref 'Slice','SLACK_API_TOKEN']]]]
- Name: SNOWFLAKE_ACCOUNT
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not strictly necessary as of v1.9.1 but does not hurt to have it

@sfc-gh-afedorov sfc-gh-afedorov changed the base branch from master to v1.9.1 December 5, 2019 18:47
@sfc-gh-afedorov sfc-gh-afedorov merged commit 25d6c57 into snowflakedb:v1.9.1 Dec 5, 2019
sfc-gh-afedorov pushed a commit that referenced this pull request Dec 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants