I created a new VPC ca-central. I followed the same procedure as everywhere else:
- New VPC (this created acl which is wide open)
- three subnets, one for each availabiltiy zone, CIDR spaced out properly
- all subnets on routing table
- that routing table routes 0.0.0.0/0 to internet gateway
- instances use a secGroup which has port 22 open inbound, all traffic outbound
- everything attached properly to vpc
I cannot connect to any T3 instance created there via ssh, spot or on-demand. I even tried using factory AIM for ubuntu instead of our AIMs, same thing. Any attempt just times out. For test, I allowed all ports in secGroup, and that did not help. I nuked everything and created from scratch, didn't help.
I do not know what I did wrong. Exactly the same setup is in us-east-1 and it works just fine. Anyone has any idea what I am doing wrong?
PS: Instances have public IPs linked to internal IP on the VNIC attached to vpc
Edit: The CloudFormation script for the VPC: https://pastebin.com/VK3Cb6j8
Edit: VPS is ok, T2 isntaces work, but T3 instances do not work.