jgreenemi/Parris

Add in-script IAM role creation for each training job.

Open

#3 aperta il 2 gen 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (22 fork)batch import
help wanted

Metriche repository

Star
 (320 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Make the IAM role configurable in config (and then created just-in-time as Lambda is launched) for what they may need from it, rather than ask that it be set up ahead of time. Can give some preset IAM options for things like S3 read/S3 write/EC2 tag updates/EC2 termination so user gives a couple keywords in the config and the script auto-generates the necessary IAM roles on the fly.

Training config will need to be updated such that an existing IAM role can be used, otherwise a new one is auto-created.

Guida contributor