First, I’m assuming you’ve got both an EC2 instance and an RDS instance in the same VPC, as mentioned in my article on setting up…
Day: May 1, 2019
Deploying a Rails API to Elastic Beanstalk in 2019

aws eb deploy Create a status controller and route for EB health checks Add route in config/routes: get '/ping' => 'status#ping' Create ElasticCache cluster with…