Is it possible to communicate between different CIDRs?

Solution 1:

Yes, subnets in your VPC can communicate by default.

It is possible to provide a custom security configuration to control inbound/outbound traffic using Security Groups or Networl ACLs features.

It is also possible to configure routing using Route Tables.

Please refer to the official AWS documentation, which covers this topics in detail.