aws-samples / aws-cfn-custom-resource-examples

Apache License 2.0
87 stars 40 forks source link

Add example CR that allocates existing EIPs from a pool in DynamoDB #1

Closed evandbrown closed 10 years ago

evandbrown commented 10 years ago

This example CR queries DynamoDB for available, pre-provisioned EIPs and returns the first unassigned address. Addresses are grouped into named pools, where pool name is the DDB HK and EIP addr is the DDB RK. The CR handles Create, Update, and Delete.

evandbrown commented 10 years ago

Implemented above changes, except botocore. Will work on that piece next week.

evandbrown commented 10 years ago

Let me add a README before you consider the merge...