-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Spot fleet resource #7243
AWS Spot fleet resource #7243
Conversation
Hi @keshavdv! Thanks for opening a pull request. I've taken a quick look over it and it looks good to me - one request however: could you rebase this onto master and squash it into a single commit? Thanks! |
31f48d9
to
f5aad08
Compare
f5aad08
to
58bd6df
Compare
Done! Fixes #4070 |
^ keep in mind that "fixes" thing has to be in the "body" of the PR to work (otherwise it is just a reference, not an auto-close thing): |
Huh, didn't know that. Updated the PR. |
Thanks for rebasing this PR @keshavdv On running the tests, I could see they were targetted towards us-east-1, but no region was added to the region:
I then changed the tests to use
I have manually merged this with these changes (ef0302e) :) Thanks for the work here Paul |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This adds a Spot fleet resource to AWS, docs and some acceptance tests. We've been using this for a bit in our own environment without any issues.
Fixes #4070