Hi all, With the second term of GSOC coming to an end I thought I'd update you on what I've been doing since my last email.
Ec2stack user profiles can now be configured / used in a similar way to gstack. You can configure a profile of your choice with the optional -p or --profile flag at configuration time. $ ec2stack-configure -p exampleprofile And run ec2stack with that profile configuration. $ ec2stack -p exampleprofile Ec2stack now has support for VPC operations. CreateVpc, DeleteVpc & DescribeVpc actions were all added. To be able to use VPC actions ec2stack will have to be configured with an advanced zone. $ ec2stack-configure -a True Snapshot support is being worked on on a branch called snapshot_support[1], this should be completed shortly. In terms of gstack, it was modified to allow it to work with the latest release of the google_cloud_sdk. This means the setup of gstack will be slightly different than it used to be. Check out the user guide[2] on the wiki for more information. [1] https://github.com/BroganD1993/ec2stack/tree/snapshot_support [2] https://github.com/NOPping/gstack/wiki/User-Guide If you have any questions about either ec2stack or gstack don't hesitate get in touch. Thanks, Darren