Hi all, and thanks again <@U01P6EGHFDW> for the he...
# ask-metaflow
b
Hi all, and thanks again @User for the help. Starting a new thread here. I wanted to see if there was a way to access the MetaFlow UI dashboard without providing a dedicated SSL cert + domain (perhaps accessing this through SSH tunneling and forwarding the local traffic). Is this possible through the setup via CloudFormation?
1
a
This is not something that is supported by cloudformation template out of the box. You can technically do this if you remove Cognito bits and you probably will have to replace ALB with something else as well, and launch another ec2 instance to work as a ssh tunnel bastion host in the same VPC. But honestly its almost certainly not worth your time given that the cheapest domain in Route53 can be registered for ~$5 and SSL cert is free, unless you want to do it for fun :)
another option is to use terraform template instead of cloudformation, it has a few more options including IP allowlist for Metaflow UI, instead of cognito
b
Gotcha. Thank you!
👍 1