Ejemplo n.º 1
0
        public async Task DeletePeeringConnection(string vpcPeeringConnectionId, SA_Vpc requesterVpc, SA_Vpc accepterVpc)
        {
            await ec2Helper.DeletePeeringConnection(vpcPeeringConnectionId);

            await RemovePeeringConnectionFromRouteTables(requesterVpc, accepterVpc, vpcPeeringConnectionId);
        }