I am creating a self ingress rule in a security group. I have created a CloudFormation template for the security groups, but I couldn't understand what is the CidrIp
that I need to give here:
"SelfIngress1": [
{
"IpProtocol" : "tcp",
"FromPort" : "7600",
"ToPort" : "7600",
"CidrIp" : "10.0.0.0/1"
},
What is the CidrIp
that I have to provide here? Do I have to get it from the subnet where the VPC associates?