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?. ðŸ«