Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

autospotting

We are on a mission to make AWS more affordable
Collective - Host: opensource - https://opencollective.com/autospotting - Code: https://github.com/AutoSpotting/AutoSpotting

Implement support for running AutoSpotting on a configurable schedule (#342)

* Move ASG configs to autoscaling_configuration.go
* Move AutoScaling-specific configs to the A...

github.com/LeanerCloud/AutoSpotting - 81519810c6aa9894044a7c4f1654610b7beaec62 authored over 5 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Implement versioning for the regional_stack_lambda.zip

github.com/LeanerCloud/AutoSpotting - bccf99580bcfff1dfbeabb27acdbace9d672caa1 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Small logging fix

github.com/LeanerCloud/AutoSpotting - 3fef70a6b6a91339a60a3362babf91dd50063750 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Use on demand price of the original instance as default spot bid price

github.com/LeanerCloud/AutoSpotting - 74731dddcbd386a57d7c336f0cf07b98eb49b330 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update dependencies, including instance type information

github.com/LeanerCloud/AutoSpotting - 6ef8f7a935a3d9f913859053bc1f2b7d71673d08 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Use an all-spot configuration

github.com/LeanerCloud/AutoSpotting - 039673bfb15ac10784e166ab46e6d24ed5c6534e authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Pass the TRAVIS_BUILD_NUMBER environment variable

github.com/LeanerCloud/AutoSpotting - edfa229595c42200d826dd43087c89c561580d08 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Delete old stack parameter

github.com/LeanerCloud/AutoSpotting - 8b3752a98f8f669554cc6a27b473b22e0fb690c2 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Rewrite main Handler method to parse sns and event (#340)

This way we can pass to main lambda a cloudwatch event or an sns
that contain/forward a cloudwa...

github.com/LeanerCloud/AutoSpotting - 6893e7ba2047ca95c2238f7853d26501ce82bb62 authored over 5 years ago by mello7tre <[email protected]>
Skip Coverall if token missing (#339)

https://docs.travis-ci.com/user/pull-requests#pull-requests-and-security-restrictions

Travis ...

github.com/LeanerCloud/AutoSpotting - b2e135e5a68f3820101dcbbc0b7f5ae2f7121bde authored over 5 years ago by mello7tre <[email protected]>
Template simplifications on Fix/termination signal (#338)

* Template simplifications on Fix/termination signal

* regional_template.yaml/template.yaml.
...

github.com/LeanerCloud/AutoSpotting - 9ff3774040b9085c358d5180fd649585a971d889 authored over 5 years ago by mello7tre <[email protected]>
Migrate to Go modules (#337)

* Add configs needed for go modules
* Delete vendor directory
* Use Go modules for building th...

github.com/LeanerCloud/AutoSpotting - 6679503dbce179b6e953812987d0bc35290742f4 authored over 5 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Fix/termination signal handling, fixes #331 (#334)

* Carve out the regional Lambda stack template and Lambda function code out of the CloudFormatio...

github.com/LeanerCloud/AutoSpotting - eba18a4aa08c4b8fc86bb44d7427b8af2f80bd97 authored over 5 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Always fall back to launching another spot instance type

github.com/LeanerCloud/AutoSpotting - 46532ba0027e35bf4566c16390cef699ffeb8976 authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update dependencies, getting latest instance type data

github.com/LeanerCloud/AutoSpotting - ebe5419a0b2e271993042fc1d121c1b12919383c authored over 5 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Updated the doco to package default or custom binaries for a lambda function (#336)

This is just for advanced users, but still it is good to have it for clarity

github.com/LeanerCloud/AutoSpotting - 79b8fb90b06046a9ddcb1bcceddefed77d989988 authored over 5 years ago by Vikas Kumar <[email protected]>
Fix build using golang 1.12 and use it in CI

github.com/LeanerCloud/AutoSpotting - 506a1ed0db0dc4acf997d4903770d0fd6711d12c authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Improve error message

github.com/LeanerCloud/AutoSpotting - f21b48d928b7d5fe09ee8aedd5ceb1ad6be26e25 authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Do not process AutoScaling groups while the CloudFormation stack that (#330)

created them is in progress

Fixes for #13

When analyzing ASG to choose if process it or no...

github.com/LeanerCloud/AutoSpotting - 7bee6a1f58ff817297028f1c8b0bd66bde254ece authored almost 6 years ago by mello7tre <[email protected]>
Delete Tag 'launched-for-asg' when detaching a spot instance (#329)

* Delete Tag 'launched-for-asg' when detaching a spot instance

In some situation (described i...

github.com/LeanerCloud/AutoSpotting - cbb9cccc9e45845bf256bd161cf4bb225c567ea2 authored almost 6 years ago by mello7tre <[email protected]>
Termination Notification Configurable Action (#328)

* Termination Notification Configurable Action

Idea:
At the moment, when a termination notif...

github.com/LeanerCloud/AutoSpotting - 452fef049ee82fb93c85f3111322ac4cbd1df37c authored almost 6 years ago by mello7tre <[email protected]>
Terminate unused spot instances #321 (#325)

* Terminate unused spot instances #321

Currently.
A spotted instance is launched.
Before th...

github.com/LeanerCloud/AutoSpotting - a3c1ed6b3b05a1f795038b5796142514f41d547e authored almost 6 years ago by mello7tre <[email protected]>
Detach instance when spot termination notification is received - event is not from CloudWatch but from SNS #322 (#323)

* Detach instance when spot termination notification is received - event
is not from CloudWatch...

github.com/LeanerCloud/AutoSpotting - 20b298651d0f44d842755b955f0339a18f3545d0 authored almost 6 years ago by mello7tre <[email protected]>
Detach instance when spot termination notification is received - missing (#324)

permissions

We need permission for CloudWatch Events to Publish to SNS Topic and
permission ...

github.com/LeanerCloud/AutoSpotting - 0dca14c8f4b803166c30cca3b220d063786124ac authored almost 6 years ago by mello7tre <[email protected]>
Conform to terraform standard module structure (#318)

* Conform to terraform file naming convention

* Conform to terraform standard module structur...

github.com/LeanerCloud/AutoSpotting - c6142d8c9b6d178d271f2e4ee93cd8e3aa1fa2d7 authored almost 6 years ago by Brian Findlay <[email protected]>
Use dynamic names for terraform resources so the module can be reused (#316)

* Use label module to generate names and tags for terraform resources

* Define label variable...

github.com/LeanerCloud/AutoSpotting - 44095c6aef0fdc839b392c7d60502dea662c497c authored almost 6 years ago by Brian Findlay <[email protected]>
Check CPU architecture compatibility

It would not attempt to launch ARM spot instance types as replacement
for Intel or AMD instance ...

github.com/LeanerCloud/AutoSpotting - 369728009196b29ea8a0daec28470ce5ca4241f6 authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update dependencies

github.com/LeanerCloud/AutoSpotting - 5672b3564ba7c2f4b1c6d06b98a1436008315b7e authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Delete FAQ and point to autospotting.org for it

github.com/LeanerCloud/AutoSpotting - aa213d91d3a6e44be48ae7da62fa59e932909c3a authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update USERS.md

github.com/LeanerCloud/AutoSpotting - 492522582d5e40a85333e765f505fe606b780620 authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update documentation

github.com/LeanerCloud/AutoSpotting - 94b07dedc6618cca00c329fffeb56d9224d440dc authored almost 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Detach instance when spot termination notification is received (#309)

* Add CloudWatch event to trigger lambda when spot termination event is triggered

When a spot...

github.com/LeanerCloud/AutoSpotting - 32d8966863b08ac43ade9561aa8e709e53bf8b1d authored almost 6 years ago by adeshrd <[email protected]>
Correcting case on the Docker image to prevent ImagePullFailures (#310)

github.com/LeanerCloud/AutoSpotting - 9c6b2f9b133720898f1124dc9d7eb4c2fe9c4bfb authored about 6 years ago by Cole Calistra <[email protected]>
Attempt multiple instance types for launch. #263 (#306)

github.com/LeanerCloud/AutoSpotting - f835dc7204b21845dd09ea483aea1e70d31426b1 authored about 6 years ago by Johannes Tigges <[email protected]>
Update dependencies, including instance type data (#308)

* Update dependencies, including instance type data

Fixes #294.

* Rename repo to AutoSpott...

github.com/LeanerCloud/AutoSpotting - 7647f5843213cabfb045620492b3b7186a3d1ca1 authored about 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update START.md

github.com/LeanerCloud/AutoSpotting - 122ab8f292a2f718dd85e79ec22acd455122907e authored about 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - acbadb09a0ab2c2d3f5dcc984594f65d7904d587 authored about 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update FAQ.md

github.com/LeanerCloud/AutoSpotting - d259273de85581ea5d49151bb7fe95389ca9655f authored about 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - c6da3cb5f82ee8f4cd73e6a467401e08f7127b9d authored about 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update Makefile (#302)

go-lint package location changed from github to golang.org

This is to fix this error during b...

github.com/LeanerCloud/AutoSpotting - 6f7499672fc3aa8a0de5422eabc136fc4d0476df authored about 6 years ago by Matthew Haag <[email protected]>
Using filter tags with wildcard does not work #246 (#300)

Add support for filesystem glob-based matching of ASG tags. This is
consistent with other regex...

github.com/LeanerCloud/AutoSpotting - d938081a833eb722a7de6d64b4a2cc40db67c79c authored about 6 years ago by bruce <[email protected]>
Update docs, add example for running as K8s cron job (#299)

- Thanks to @sunnynew for contributing the Kubernetes
configuration example.
- Also updated ...

github.com/LeanerCloud/AutoSpotting - b67a703a8d9ad8f0200a75d2ab08bd0eb8af7f32 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update Go to 1.11 (#298)

Also needed a few fmt changes, since the latest version seems to be a
bit more picky.

github.com/LeanerCloud/AutoSpotting - caf51135075d58a82a939bff3ff8ea657242a3d6 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update deps to have latest instance type data (#297)

Remove the dep prune call, it's actually doing the opposite nowadays.

github.com/LeanerCloud/AutoSpotting - 16b99ed46b92628805a9a7154803ba8703182808 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Implement support for handling instance termination protection (#275)

* Implement support for handling instance termination protection
- determine instance terminati...

github.com/LeanerCloud/AutoSpotting - 5afd4c9a7284e3fa72f0a56632684775c56bc2d5 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Check ASG min OD rules before launching new spot instance (#291)

In the event an ASG has just enough OD instances to meet the minimum
number of OD instances, th...

github.com/LeanerCloud/AutoSpotting - fff582b10adb46544918a3b7a5cf3b9b9e672ada authored over 6 years ago by jjones-smug <[email protected]>
Amended PR for issue 138: default to TerminateInstanceInAutoScalingGroup method (#287)

* use TerminateInstanceInAutoScalingGroup instead of Detach (#141)

* Add legacy support for i...

github.com/LeanerCloud/AutoSpotting - 498197977b6881bde8ba0c9ea293c77db1abeac9 authored over 6 years ago by Michael S. Fischer <[email protected]>
Update FAQ.md

github.com/LeanerCloud/AutoSpotting - 269f4bf143effc210cbacf8f6f2d16a472d0207d authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
correct log message for instance out of grace period and add test for instance still in grace period (#286)

github.com/LeanerCloud/AutoSpotting - ecc0122940ab9c029e25e8c917723759fe7083c9 authored over 6 years ago by gpdenny <[email protected]>
Sets default virtualizationType to HVM if none are retrieved from API (#283)

* Sets default virtualizationType to HVM if none are retrieved from API

github.com/LeanerCloud/AutoSpotting - 24a5693f0c336f32fddce4fdaab87aeccca26d4f authored over 6 years ago by Taylor Price <[email protected]>
Fix unavailable build_local command (#280)

github.com/LeanerCloud/AutoSpotting - cee2f079840117dc105b8c5d27be47204203b01b authored over 6 years ago by Prayash Mohapatra <[email protected]>
Fix typo in FAQ.md (#279)

github.com/LeanerCloud/AutoSpotting - a8292423246cbd8d5e7e59422510b7dabeb71cff authored over 6 years ago by Prayash Mohapatra <[email protected]>
Update Terraform instructions (#278)

github.com/LeanerCloud/AutoSpotting - cedc8bad25a3c210ef69da9ef3c334d535519354 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Add additional build flags (#276)

github.com/LeanerCloud/AutoSpotting - f0598ec77057cbc3949ffdc38d61c79e6791655d authored over 6 years ago by Artem Nikitin <[email protected]>
Fix markdownlint issues

github.com/LeanerCloud/AutoSpotting - a9fa30b6768d5f612b2748ed0801caa62545b81a authored over 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Set the AssociatePublicIpAddress on spot instances (#270)

This was missing even if configured on the on-demand instances, we lost
it when changing the co...

github.com/LeanerCloud/AutoSpotting - 387247e4e4486992be3ffe653c3e19a21e3e4206 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Fix goreportcard issues

Reported at https://goreportcard.com/report/github.com/cristim/autospotting

github.com/LeanerCloud/AutoSpotting - 339df8b67af056f93988b9e7fd1764d1a379425f authored over 6 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - 3270bd6d73cb4f6696f1d2e6cafb18bf7a5b1a85 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Ignore protected group members (#269)

github.com/LeanerCloud/AutoSpotting - fb1bab3685750c20df0e22178ce20e33e047733e authored over 6 years ago by Jam Risser <[email protected]>
Update dependencies (#258)

github.com/LeanerCloud/AutoSpotting - 50b78e1e48b3aa013cc0d088a8c9fda9c9cbc42d authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Switch to the RunInstances API call (#257)

github.com/LeanerCloud/AutoSpotting - ea38ec20fd3726355f996d0efab9c08d2a5f1369 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Add task to update dependencies (#265)

github.com/LeanerCloud/AutoSpotting - bea0841b1e670daa3d4f672284a62148506297c5 authored over 6 years ago by Artem Nikitin <[email protected]>
Add "-u" flag to "go get" calls (#266)

github.com/LeanerCloud/AutoSpotting - 7beba608dd7bbd615ed3e4e16385ff1bfb1a80be authored over 6 years ago by Artem Nikitin <[email protected]>
Cleanup vendor (#264)

github.com/LeanerCloud/AutoSpotting - 85b08412630b0e019cd59621696b4d910342014a authored over 6 years ago by Artem Nikitin <[email protected]>
Fix #260: Handle different wc behaviour of OS X and coreutils (#261)

github.com/LeanerCloud/AutoSpotting - 236df43395b3e87780b3b2714a9e2a27c6105d95 authored over 6 years ago by lenucksi <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - 9f36af387eecc93b28abea0157817f5fe2cf416c authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - bf1a76baed5abbcea0d3f9249916a8b876cb548d authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update README.md

github.com/LeanerCloud/AutoSpotting - 4c49cf0e6e8fa4a10beef84a0b6cfba90ede65ac authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Documentation of autospotting_min_on_demand_percentage and autospotting_min_on_demand_number tags fixed

github.com/LeanerCloud/AutoSpotting - d771c6c2ea2cc281b2112e4783ab18b55830db41 authored over 6 years ago by Aaron Cowdin <[email protected]>
Tag spot instances launched by AutoSpotting (#251)

github.com/LeanerCloud/AutoSpotting - 69ed6177f6d06324e3b962080807977751cb2f21 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Implement tagging for the Lambda function (#245)

* Convert the CloudFormation stack to YAML format
* Word-wrap long lines inside the CloudFormat...

github.com/LeanerCloud/AutoSpotting - 580a5c1f5625dd84035bf912f848c383554b06e4 authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Add support for opt-out mode (#244)

* Add support for opt-out mode
* Sort and tidy up command line flags
This implements #242.

github.com/LeanerCloud/AutoSpotting - 8f23b6c005b6cd90d64cf5925ce53b3d6306169e authored over 6 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Fix configuration of terraform module in docs (#250)

Copy and paste the usage example from docs didn't work and it took me some time that the variabl...

github.com/LeanerCloud/AutoSpotting - 0e280edfe88c095203da9ef161f90054d61ad2db authored over 6 years ago by Timo Hirt <[email protected]>
Add a sleep to let detachment initialize properly before terminating (#241)

* Add a sleep to let detachment initialize properly before terminating
* Don't sleep during tests

github.com/LeanerCloud/AutoSpotting - 038265b15eec48e84625a8dddd2ff2a6bb6e910f authored over 6 years ago by Atilla Mas <[email protected]>
Merge pull request #224 from grahamlyons/terraform-s3-support

Terraform s3 support

github.com/LeanerCloud/AutoSpotting - ad02ed4e8de32e47e3b0f5cc60301c49b4dec185 authored over 6 years ago by xlr-8 <[email protected]>
Incorporate documentation suggestions from @xlr-8

github.com/LeanerCloud/AutoSpotting - 03a46728b365f82dab300f4d013eed1fbb96126f authored over 6 years ago by grahamlyons <[email protected]>
Add example of referring to lambda code in S3

github.com/LeanerCloud/AutoSpotting - 74d81ea9f75ec1a914af8f3ae9b3c33b445c675c authored over 6 years ago by grahamlyons <[email protected]>
Update terraform commands and code in documentation

The `terraform init` command downloads plugins and modules so there's
no need for an extra `terr...

github.com/LeanerCloud/AutoSpotting - 48e2cb93216ca9d0ed753c3ac719f3335006ee51 authored over 6 years ago by grahamlyons <[email protected]>
Merge branch 'master' into terraform-s3-support

github.com/LeanerCloud/AutoSpotting - 2d4b5db3ad8166f6620e43a2fd29525119bae9b3 authored almost 7 years ago by Graham Lyons <[email protected]>
Document license exemptions for contributors.

github.com/LeanerCloud/AutoSpotting - ef3bd7dcfe3616e56f5a6d15a4280ec5ce79062d authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Merge branch 'master' into terraform-s3-support

github.com/LeanerCloud/AutoSpotting - a6fcd86f6e887db484578be01fc7be471f1db0a3 authored almost 7 years ago by Graham Lyons <[email protected]>
Update the README.md

github.com/LeanerCloud/AutoSpotting - b300f8bac4c91a876bc45de592300e140ed3e12f authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update dependencies

This includes recent instance type information, which should fix #238

github.com/LeanerCloud/AutoSpotting - 1229b5d4dd086c68bd3f8c2c88bf0851708ec20f authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Fix the crash reported in #229

github.com/LeanerCloud/AutoSpotting - 473f21584e11d1581285499184bcdb8138d02739 authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Add ec2:DescribeSecurityGroups to the list of IAM permissions

github.com/LeanerCloud/AutoSpotting - fbb17de42e26a7a6b9b6e9f9c206be882cac8e4c authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
Update support matrix

github.com/LeanerCloud/AutoSpotting - e792544823bdd0eeed645ce6cb45527b3f540f3c authored almost 7 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
Update feature support matrix

github.com/LeanerCloud/AutoSpotting - c48f8ee68d6ed683a035420c82180d79d5078edc authored almost 7 years ago by Cristian Măgherușan-Stanciu @magheru_san <[email protected]>
adding documentation on how to get codedeploy to work with autospotting (#200)

* adding documentation on how to get codedeploy to work with autospotting and spot instances
* ...

github.com/LeanerCloud/AutoSpotting - 3e415c41450750985d88c9304897edb86ad8e1df authored almost 7 years ago by Chad Upton <[email protected]>
autoscaling: add LC Name tag by default (#219)

To know from which LaunchConfiguration the spot instances were started
with, it seemed interest...

github.com/LeanerCloud/AutoSpotting - 0da2bdc7f0245cb6653b46ce60b1cb3f6e64333c authored almost 7 years ago by xlr-8 <[email protected]>
core/launch_configuration: make regexp global

That saves us from creating the same regexp in the tests.

github.com/LeanerCloud/AutoSpotting - 0897a06d7f366c473f9ea8ba04db3b9a84468bd6 authored almost 7 years ago by Silvan Jegen <[email protected]>
autoscaling: print instance ID, not pointer value

github.com/LeanerCloud/AutoSpotting - 096c568b37c38d6505e3ef322ee539ae32d0fec6 authored almost 7 years ago by Silvan Jegen <[email protected]>
core/autoscaling: refactor launchCheapestSpotInstance

github.com/LeanerCloud/AutoSpotting - e5bed3421f1582086c1c1aec12add406724671e2 authored almost 7 years ago by Silvan Jegen <[email protected]>
core: refactor getSecurityGroupIDs

github.com/LeanerCloud/AutoSpotting - 6180124ce41ec04f2485e37acb9b68bac280089f authored almost 7 years ago by Silvan Jegen <[email protected]>
core/launch_configuration_test: make ID/name distinction more obvious

We indicate which security group strings have been treated as names and
not ids by appending cha...

github.com/LeanerCloud/AutoSpotting - 11f4a809a2c043e9f1cd8192428d26c4f612ed8c authored almost 7 years ago by Silvan Jegen <[email protected]>
core: allow longer SecurityGroup IDs

We also add more test cases.

github.com/LeanerCloud/AutoSpotting - 3051c0c6e1c853770be69ee32398e598dcd0a7c0 authored almost 7 years ago by Silvan Jegen <[email protected]>
core: always use SecurityGroup IDs

We want to attach the correct SecurityGroups to newly created spot
instances. For that we just r...

github.com/LeanerCloud/AutoSpotting - a82afba56b2c9a02a7784c31aaf3b4116aa4d50c authored almost 7 years ago by Silvan Jegen <[email protected]>
terraform/autospotting-policy: grant rights to check SecurityGroups

We need those rights to be able to get the Security Group IDs which we
use in the RequestSpotLau...

github.com/LeanerCloud/AutoSpotting - 4aca0ae6313e9ea1eca5707f3a84b964592ca002 authored almost 7 years ago by Silvan Jegen <[email protected]>
core: use regex to check SecurityGroupID pattern

Instead of just checking the prefix of a string to determine whether
it's a SecurityGroupID or n...

github.com/LeanerCloud/AutoSpotting - c144f9d4151056cdf05340ff7a245a92190b2fc1 authored almost 7 years ago by Silvan Jegen <[email protected]>
Add support for Docker builds

github.com/LeanerCloud/AutoSpotting - cacc22524541e3bfc377b7470c6e0fe188736be2 authored almost 7 years ago by Cristian Măgherușan-Stanciu <[email protected]>
fixes #225

github.com/LeanerCloud/AutoSpotting - e3ff1f73ae60e4f8fa872ed4e1e59cb13b4dca97 authored almost 7 years ago by dominictootell <[email protected]>