fun with boto3:
EC2C.detach_internet_gateway( InternetGatewayId=gateway_id, VpcId=vpc_id)
gives MissingParameter error, 2016-12-04 20:13:55,074 - root - ERROR - Could not detach gateway: An error occurred (MissingParameter) when calling the DetachInternetGateway operation: The request must contain the parameter internetGatewayId; however, specifying internetGatewayId gives Unknown parameter error. catch-22. maybe I can do it with Resources instead.
last updated 2016-12-04 15:20:35. served from tektonic.jcomeau.com