nrdg / cloudknot

A python library to run your existing code on AWS Batch
https://nrdg.github.io/cloudknot/
Other
71 stars 17 forks source link

Adding to an existing Security Group #304

Open richford opened 1 year ago

richford commented 1 year ago

Discussed in https://github.com/nrdg/cloudknot/discussions/303

Originally posted by **DrJohnDale** October 26, 2022 Hi, Is there any way, when creating a new cloudknot, to set the security group to use? We want to use a batch job to access am aws database instance where access is controlled via a firewall. Thanks, John

We should add security_group_id to the Pars / Knot inputs to allow users to adopt an existing security group.