lambda/isolate-ec2-security-group.py [44:51]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        'IpProtocol': 'tcp',
                        'IpRanges': [
                            {
                                'CidrIp': corp_cidr,
                                'Description': 'Corp Office'
                            },
                        ]
                    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lambda/isolate-ec2-security-group.py [55:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        'IpProtocol': 'tcp',
                        'IpRanges': [
                            {
                                'CidrIp': corp_cidr,
                                'Description': 'Corp Office'
                            },
                        ]
                    },
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



