-
Suggestion
-
Resolution: Fixed
-
None
Due to Sun's DLJ license, we need to prevent third parties from using the JDK installed in the EC2 image unless they have accepted Bamboo's EULA.
Due to Sun's DLJ license, we need to prevent third parties from using the JDK installed in the EC2 image unless they have accepted Bamboo's EULA.
We should do this @ the OS level (with appropriate logging) since it's the instance that we need protect.
There's a /opt/bamboo-elastic-agent/bin/getCustomData.sh shell script that allows you to write the result of a meta data call to disk, so you can use that directly or use it as inspiration.