Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Figgins authored and Nick Figgins committed Mar 8, 2022
1 parent efbbbfc commit d9f0603
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@

# ElasticSpot
Plug-in lambda function for reassigning Elastic IPs to new spot instances on termination inside an ECS cluster.



## Usage/Examples

```go
package main

import (
"github.com/nickfiggins/elasticspot"
...
)


...

func main() {
lambda.Start(elasticspot.NewHandler(ec2_sess, elasticIp).Handle)
}
```

## Contributing

Contributions are always welcome!


## License

[MIT](https://choosealicense.com/licenses/mit/)

0 comments on commit d9f0603

Please sign in to comment.