,String environmentName
,String accessKey
,String secretKey) throws Exception
{
credentials = new BasicAWSCredentials(accessKey,secretKey);
beanstalk = new AWSElasticBeanstalkClient(credentials);
this.versionLabel = versionLabel;
this.bucketName = bucketName;
this.warName = warName;
this.applicationName = applicationName;