Hi, EC2Api api = context.unwrap(); AvailabilityZoneAndRegionApi zoneRegionApi = api.getAvailabilityZoneAndRegionApiForRegion(region).get(); Set<AvailabilityZoneInfo> availabilityZones = zoneRegionApi.describeAvailabilityZonesInRegion(region, null);
is this describeAvailabilityZonesInRegion method deprecated? If so, how can I get the zones of a particular region in EC2? On Thu, Nov 21, 2013 at 1:23 PM, Nirmal Fernando <[email protected]> wrote: > Hi Everett, > > Thanks for the pointers. > > > On Thu, Nov 21, 2013 at 12:41 PM, Everett Toews < > [email protected]> wrote: > >> ComputeService.listAssignableLocations() >> NovaApi.getConfiguredZones() >> EC2Api.getConfiguredRegions() >> >> Everett >> >> >> On Nov 21, 2013, at 12:26 AM, Nirmal Fernando wrote: >> >> > Hi Devs, >> > >> > $Subject please? Especially in AWS EC2 and Openstack. >> > >> > Thanks. >> > >> > -- >> > >> > Thanks & regards, >> > Nirmal >> > >> > Senior Software Engineer- Platform Technologies Team, WSO2 Inc. >> > Mobile: +94715779733 >> > Blog: http://nirmalfdo.blogspot.com/ >> >> > > > -- > > Thanks & regards, > Nirmal > > Senior Software Engineer- Platform Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/ > > -- Thanks & regards, Nirmal Senior Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/
