Another thing I found that in order to add with AWS EC2, which take tags as key/value, you can use userMetaData(Map<String,String>).
template.getOptions().userMetadata(Map<String,String> tags); On Tue, Jul 22, 2014 at 11:17 AM, Andrew Phillips <[email protected]> wrote: > It's working now - with my VPN off :) >> > > Glad to hear! "VPN considered harmful" ;-) > > ap >
