leonidfrolov commented on issue #1813:
URL: 
https://github.com/apache/incubator-datalab/issues/1813#issuecomment-1441804923

   Hello Dylan,
   you tried to deploy from master branch, right?
   Please try to add Termination protection to SSN instance when it is created, 
and try to establish SSH connection from your VM to said instance with provided 
key and ubuntu user. 
   You can also try to run deploy_datalab.py from another EC2 instance, as some 
networking misconfiguration of your VM on Host machine can block connection.
   
   Is there any chance that some policy removes security group rule with 
allowed inbound traffic from 0.0.0.0/0?
   
   If you already have some existing VPC, subnet, security group that you use 
to successfully connect to EC2 instances, you can try to use them with 
additional options
   --aws_vpc_id vpc-xxxxxxxx \
   --aws_subnet_id subnet-xxxxxxxx \
   --aws_security_groups_ids 'sg-xxxxxxxx,sg-xxxxxxxx' 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to