Closed lenerd closed 6 years ago
Hi,
At your config file, you defined your requested regions:
https://github.com/cryptobiu/MATRIX/blob/77a331626027cc4c7c4855aff8fe640ecde15e69/ProtocolsConfigurations/Config_ABY_InnerProduct.json#L30-L33
The b
at the end specify the placement group inside the region.
Since the regions.json
file is common to all the placement groups inside a region, the code snippet omits the placemant group specifier and not the suffix of the key name.
Hence you should change the regions.json
file according to your key file name.
Hi,
I have used the
Create Key pair(s)
option from theDeploy
menu. This resulted in the creation of a private keyMatrixuseast1-1
in~/Keys
where the filename has suffix-1
. https://github.com/cryptobiu/MATRIX/blob/77a331626027cc4c7c4855aff8fe640ecde15e69/Deployment/aws_deploy.py#L29-L30During deployment, the Matrix client tries to use the key name from
regions.json
where this suffix is omitted (it is justMatrixuseast1
).https://github.com/cryptobiu/MATRIX/blob/77a331626027cc4c7c4855aff8fe640ecde15e69/Deployment/aws_deploy.py#L116-L132
I can change the entry of the
regions.json
, but I am not sure what happens when there are multiple regions involved.