Hi guys. I am following the cloud formation templa...
# ask-metaflow
a
Hi guys. I am following the cloud formation template to set up metaflow on AWS. I found an issue when deploying a simple flow in batch because the default security group of the VPC is not allowed to handle outbound rules anywhere in the template. I had to create a separate security group with access to http and https for download of docker images and connection to the metadata service. Am i missing something?. 🫠
h
been a while since i looked at the template. which one are you using? i think you're right and by default it limits egress to within the vpc, which shouldn't be a problem for the metadata service. and for docker you could setup a vpce