I tried to connect my wordpress that have elb+ssl with amazon , to rds on aws.
but i cant see all the information , color templates that in the webs only black and white
i think that somting with mysql.
thanks for helping.
2
When connecting to an RDS instance from an application running on EC2, check your Inbound Rules. Also make sure your RDS instance accepts Public connections. For more information, please check Controlling access with security groups.
It seems RDS connection works, the issue might be the loading of CSS and JS. The Developer tools (https://developer.chrome.com/docs/devtools/open/) on the Console tab you might get some hint.
I suspect Cross origin resource sharing issue. (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)
Click here to cancel reply.
2
Answers
When connecting to an RDS instance from an application running on EC2, check your Inbound Rules. Also make sure your RDS instance accepts Public connections. For more information, please check Controlling access with security groups.
It seems RDS connection works, the issue might be the loading of CSS and JS.
The Developer tools (https://developer.chrome.com/docs/devtools/open/) on the Console tab you might get some hint.
I suspect Cross origin resource sharing issue. (https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS)