So, enabling `dagster-aws` to work with in account...
# announcements
c
So, enabling
dagster-aws
to work with in accounts without a default VPC is something I can spend some time on. Skimming the code for the
cli
package, I think it would make sense to add the ability to use a given vpc/security group pair. Any advice or warning for pitfalls from anyone who may have already thought this through more than I have?
n
hey Cagatay, that’s fantastic! I’m happy to work with you on this. I built most of the current CLI, and I think it should be straightforward to implement what you’re describing. It sounds like you’ve already found the right corner of the codebase to look at, but please let me know if you have any more questions.
c
Cool! I'm hoping to have some time next week or the week after that to work on this, and I'll create an early PR as soon as I have something we can talk about.