ebcli/lib/ec2.py [219:227]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    result = _make_api_call(
        'describe_subnets',
        Filters=[
            {
                'Name': 'vpc-id',
                'Values': [vpc_id]
            },
        ]
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ebcli/lib/ec2.py [232:240]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    result = _make_api_call(
        'describe_subnets',
        Filters=[
            {
                'Name': 'vpc-id',
                'Values': [vpc_id]
            },
        ]
    )
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



