I'm trying to open up my Amazon Ec2 security group so that Heroku apps
can access some mysql servers in our EC2 account

I've looked around and determine that this is the command that is
recommended:

ec2-authorize default -P tcp -p 3306 -u 098166147350 -o default

This command from what I understand instructs EC2 to let the default
security group owned by Heroku to have access to tcp port 3306 in our
default EC2 group.

However, it's just not working. I see the command has executed
correctly and the Heroku account 098166147350 appears to have
permission. However, the data connection is not being established. But
when I temporarily open the port to everyone for a few minutes, the
connection can occur so I know it's not the app settings. Is there an
update Heroku accnt number? Or has someone found another way?

Thanks.

Leo

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to