Hi All,
If possible, I think it's better to let 443 (https) requests hitting an
instance be redirected to 80 so you don't have to configure an SSL locally
in the instance itself. It's very cumbersome to do it that way.
You can also use a single instance behind an AWS LB if you only have one
inst
You could use their public certificate with their lb and redirect 443 to
port 80 in the lb I was using jboss server running on port 80 in the ec2
instances that were running behind the lb. when I did that all requests
hitting the lb were secured. Jboss is another container like tomcat.
Hope that
Hi James:
James wrote:
On Thu, Apr 6, 2017 at 9:45 AM, James H. H. Lampert <
jam...@touchtonecorp.com> wrote:
> On 4/6/17, 8:57 AM, Andrew Stanton wrote:
>
>> I am using tomcat in a vm running ubuntu 16.04 (parallels). I have also
>> used ubuntu 16.04 in an instance
I am using tomcat in a vm running ubuntu 16.04 (parallels). I have also
used ubuntu 16.04 in an instance in AWS. I have not used google cloud but
I would think the process for setting up an ubuntu image is very similar.
I would go w/ 16.04. I can't speak for how big your instance should be
beca