Hi, I added a new collection for managing IP addresses in cloud. Right now there is support for EC2 and GoGrid but also there are some differencies between these two models.
For GoGrid you get a list of 'pre-allocated' IP addresses which you can use as you want. Which means that in GoGrid driver, 'create' operation is not supported and returns 501 error code and BackendUnsupported exception. Same applies for destroy. In EC2 you basically have no 'pre-allocated' IPs and you need to 'manually' allocate them through API calls. Which means that in EC2 driver 'create' operation allocate a new elastic IP for you and 'destroy' operation 'release' it. This is just initial support and features like assigning IP address to Instance come as fast as we agree on model. -- Michal
