6bcf6a59007b7b39313d2e6d3e6a4f5e6a616874
java/com.sap.sse.landscape.aws/src/com/sap/sse/landscape/aws/impl/AwsLandscapeImpl.java
| ... | ... | @@ -998,7 +998,6 @@ public class AwsLandscapeImpl<ShardingKey> implements AwsLandscape<ShardingKey> |
| 998 | 998 | } |
| 999 | 999 | final Ec2Client ec2Client = getEc2Client(getRegion(az.getRegion())); |
| 1000 | 1000 | final Builder runInstancesRequestBuilder = RunInstancesRequest.builder() |
| 1001 | - .additionalInfo("Test " + getClass().getName()) |
|
| 1002 | 1001 | .imageId(fromImage.getId().toString()) |
| 1003 | 1002 | .minCount(numberOfHostsToLaunch) |
| 1004 | 1003 | .maxCount(numberOfHostsToLaunch) |