shinji62 / terraform-aws-opsmanager

1 stars 1 forks source link

Cannot access public internet nor AWS api from opsmgr #3

Open drnic opened 8 years ago

drnic commented 8 years ago

On both us-east-1 and us-west-2 the opsmgr VM cannot access AWS API (results in 500s/timeouts) nor the general public internet (if you SSH into OpsMgr vm as ubuntu). Ideas?

shinji62 commented 8 years ago

Need to check into a running OpsManager VM,will check when I will come back from holiday.

fearoffish commented 8 years ago

Missing from the NAT security group are the following traffic rules.

Outbound:

All traffic -> 0.0.0.0/0

And inbound:

All traffic -> 10.0.0.0/16

From the OpsManager instance:

Outbound:

All traffic -> 0.0.0.0/0
fearoffish commented 8 years ago

Later on the PCF VM's need the same outbound changes:

All traffic
10.0.0.0/16
fearoffish commented 8 years ago

Also constrain mysql SG to accept traffic only from 10.0.0.0/16 at most; currently it is 0.0.0.0/0

shinji62 commented 8 years ago

@fearoffish PR are welcome my friend :)

fearoffish commented 8 years ago

Working on it :-)

—Jamie van Dyke

On Sun, Oct 4, 2015 at 9:26 PM, Etourneau Gwenn notifications@github.com wrote:

@fearoffish PR are welcome my friend :)

Reply to this email directly or view it on GitHub: https://github.com/shinji62/terraform-aws-opsmanager/issues/3#issuecomment-145408544

shinji62 commented 8 years ago

Nice ! I like that :)

drnic commented 8 years ago

We're just using the issue as a todo list of things we find.

On Sun, Oct 4, 2015 at 9:47 PM, Etourneau Gwenn notifications@github.com wrote:

Nice ! I like that :)

Reply to this email directly or view it on GitHub: https://github.com/shinji62/terraform-aws-opsmanager/issues/3#issuecomment-145409609

shinji62 commented 8 years ago

I understand and sorry about that :/ I did not find the time to look at ..

drnic commented 8 years ago

Not a problem. Thanks for the head start.

On Sun, Oct 4, 2015 at 10:09 PM, Etourneau Gwenn notifications@github.com wrote:

I understand and sorry about that :/

I did not find the time to look at ..

Reply to this email directly or view it on GitHub: https://github.com/shinji62/terraform-aws-opsmanager/issues/3#issuecomment-145411717