LibVM-EC2-Perl
LibVM-EC2-Perl copied to clipboard
Simple version of Perl Amazon EC2 modules that supports the tag API
Made the following changes to DB instance object. - Added Amazon Resource Name - Changed the typo, EndPoint to Endpoint
Signed-off-by: Ulrich Weber [email protected]
Synchronous calls are not really blocking, because they use the asynchronous implementation. When there are multiple EV consumer working with the same default loop, they interfere with each other. E.g....
Signed-off-by: Ulrich Weber [email protected]
Without this change, ephemeral disks with 2 trailing digits don't match the ephemeral\d$ pattern, and therefore, an attempt is made to initialize them through the EBS code path instead, causing...