gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Allow tags to be set on EC2 and VPC

Open jtesser opened this issue 9 years ago • 3 comments
trafficstars

Currently you cannot set VPC or tags on the AmazonEC2RunInstanceTask

This is problematic for us.

jtesser avatar Nov 08 '16 16:11 jtesser

Seems this is the API for it from AWS http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/ec2/AmazonEC2Client.html

jtesser avatar Nov 08 '16 16:11 jtesser

Also i do not see a way to get the Public DNS after an instance is up.

jtesser avatar Nov 08 '16 16:11 jtesser

With my PullRequest #131 it would be possible to read the publicIP after the AmazonEC2WaitInstanceStatusTask. Perhaps a bit late, but I needed it ;-)

If someone still needs it I could also build the possibility of setting Tags for new Instances.

TweetyHH avatar Jan 08 '18 20:01 TweetyHH