Skip to main content

All Questions

0 votes
2 answers
88 views

Elastic Beanstalk - WordPress and Laravel using common RDS instance, is this ok?

I'm working on a project that utilizes WordPress' admin front end to manage data, and a Laravel API that accesses the WP database (via Corcel) to return JSON/HTML/whatever. I'd like to run these as ...
Adam Crampton's user avatar
0 votes
1 answer
1k views

How to run this cron job on Amazon Elastic beanstalk?

My Elastic Beanstalk App has 2 environments in it: Web server with RDS - for website hosting and data. Worker (no RDS) - for running cron jobs Now I have a cron job that needs to read about 1 ...
supersan's user avatar
  • 101
0 votes
1 answer
2k views

Can't connect to RDS MySQL

So, I created a new DB and my EB app is reaching it fine, but I can't seem to access MySQL from my computer. When I try to run: mysql --host=123.abc.us-west-2.rds.amazonaws.com –-port=3306 –u myname –...
Oscar Godson's user avatar
4 votes
2 answers
3k views

Can Amazon Elastic Beanstalk auto-scale Amazon RDS?

I'm planning to run a PHP/MySQL application using Amazon Elastic Beanstalk. In the settings I can define when it should launch new instances automatically (Auto-Scaling). However, as I understand ...
David's user avatar
  • 51