aws-ia / cfn-ps-clickhouse-cluster

Apache License 2.0
10 stars 6 forks source link

Ran this with the new-vpc template from scratch, but can't ssh into bastion host #20

Open aaronvg opened 10 months ago

aaronvg commented 10 months ago

I can't even ping my bastion host using its public IP. It seems perhaps the security group is wrong? Couldn't also connect from the console with ec2 connect.

qiaow02 commented 10 months ago

Yes, you need to update the inbound rules of the security group to allow your client IP or 0.0.0.0 to access bastion host as following:

image image