cryptobiu / MATRIX

MPC Simulation Framework
MIT License
24 stars 13 forks source link

Tagging of spot instances fails #19

Closed lenerd closed 6 years ago

lenerd commented 6 years ago

Hi, using a sufficiently high bid price I encountered the error message THE REQUEST MUST CONTAIN THE PARAMETER RESOURCEIDSET during deployment (see below). The request got fulfilled and the instances are running but not tagged. Therefore, Matrix cannot find them to execute the protocol.

...
Choose deployment task
1. Deploy Instance(s)
2. Create Key pair(s)
3. Create security group(s)
4. Get instances network data
5. Terminate machines
6. Change machines types
7. Start instances 
8. Stop instances
Your choice:1
Current date : 
2018-09-24 14:51:48.891975
Deploying instances :
region : us-east-1b
number of instances : 2
ami_id : ami-0e28a521f5947123e
instance_type : c5.large
valid until : 2018-09-24 20:51:48.891975
THE REQUEST MUST CONTAIN THE PARAMETER RESOURCEIDSET
Waiting for the images to be deployed..
Parties network configuration
Finished to deploy machines
lenerd commented 6 years ago

It worked when I used spot instances with other configurations instead of the ABY inner product example.

lenerd commented 6 years ago

Since I cannot reproduce it anymore, I close this for now.