If I have VPC1 with security group (sg-aaaaaaaa) that allows ssh access from source 10.10.10.10/32 and I peer VPC1 with VPC2 that has a security group (sg-bbbbbbbb) that allows ssh access from source sg-aaaaaaaa (the SG from VPC1). If I assign the SG (sg-bbbbbbbb) from VPC2 to an EC2 instance, should I then be able to login to that EC2 instance in VPC2 from 10.10.10.10?
I'm trying to recycle my SG's between a dev and prod VPC so I don't have to make changes in multiple places if I have to add/remove access for stuff like SSH. Is this possible? or have I misunderstood the ability w/ VPC peering, b/c its not working for me the way I have it setup.