Re: DnsNameValidator and EC2

2016-09-01 Thread Richard Janik
rc/main/java/org/jclouds/compute/internal/FormatSharedNamesAndAppendUniqueStringToThoseWhichRepeat.java#L79 On 31 August 2016 at 14:12, Richard Janik <rja...@redhat.com> wrote: > Hello everyone, > > I've run into [2] some time ago. First off, it's not a problem for me to just &

DnsNameValidator and EC2

2016-08-31 Thread Richard Janik
Hello everyone, I've run into [2] some time ago. First off, it's not a problem for me to just shorten the group names. However, I've brought this up with a colleague of mine and it's been suggested, that the limit of 63 characters is in there due to [1], which is obsolete, and that maybe the

Re: EC2ComputeService, non-default VPC and Security groups

2016-06-01 Thread Richard Janik
.com/jclouds/jclouds/blob/master/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/compute/loaders/AWSEC2CreateSecurityGroupIfNeeded.java#L87 > [3] https://github.com/jclouds/jclouds/blob/master/providers/aws- > ec2/src/main/java/org/jclouds/aws/ec2/compute/loaders/AWSEC2CreateSecurityGroupI

EC2ComputeService, non-default VPC and Security groups

2016-05-27 Thread Richard Janik
Hi all, I'm trying to create nodes in EC2 in a non-default VPC, setting only subnetId on TemplateOptions (no security groups). Like so: AWSEC2TemplateOptions templateOptions = new AWSEC2TemplateOptions(); ... some more template options setup that shouldn't be relevant