You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
Scripts work great, but EC2 machines have Java 1.7 on them rather than Java 1.8.
I can see #12 adds some functionality related to this, but it's not clear to me exactly how to take advantage.
Do I need to build a new AMI and pass this on the command like (--ami) rather than using the versions defaulted from ami-list in the repo? Is there anywhere documented the exact process to build this new AMI? I can see the create_image.sh script, but usage isn't entirely clear to me.
Thanks!
Adam
The text was updated successfully, but these errors were encountered:
Short of recreating the AMIs there might not be an out of the box way to do this. However we can just install OpenJDK 8 using something like yum install java-1.8.0-openjdk-devel.x86_64 on the machines ? If that works we can do it during initialization.
Scripts work great, but EC2 machines have Java 1.7 on them rather than Java 1.8.
I can see #12 adds some functionality related to this, but it's not clear to me exactly how to take advantage.
Do I need to build a new AMI and pass this on the command like (--ami) rather than using the versions defaulted from ami-list in the repo? Is there anywhere documented the exact process to build this new AMI? I can see the create_image.sh script, but usage isn't entirely clear to me.
Thanks!
Adam
The text was updated successfully, but these errors were encountered: