This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

building map tile sever on EC2 and Amazon RDS

1

Hi,

I'm building my own tile server with database on Amazon RDS and rendering it on AWS EC2. I followed this tutorial:[https://github.com/s6o/aws-osm-rds] to do so. When I access the link http://<your-ec2-dashed-ip-zone>.compute.amazonaws.com/osm_tiles/0/0/0.png I get a blank blue tile. My guess is modtile is not able to access my DB. In the tutorial the only place where I mention my RDS db details is in osm2pgsql, is there anywhere else I would have to mention the data base credentials?

asked 25 Feb '19, 08:25

vishy91's gravatar image

vishy91
666611
accept rate: 0%

edited 25 Feb '19, 08:27

Source code available on GitHub .