Nominatim on AWS ECS+RDS #3699
Replies: 1 comment 9 replies
-
It is possible but not officially supported. Latest Nominatim will happily work with a standard PostgreSQL/PostGIS installation, which AWS RDS should provide. Just make sure you have the permissions to creating functions and triggers. You might have to create the database manually and then use the unprivileged import. If such a setup is a good idea, is another question. I doubt that it will have a very good performance or be particularly cost effective. Nominatim uses the database quite heavily and relies on having low-latency storage. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I want to set up reverse geo coding using nominatim using below desing :
Load balancer --> Nominatim service in ecs --> nominatim database in aws rds.
Can this design be possible, I checked online that this is possible but need to reconfirm?
Also is there any proper documentation for this type of set up in nominatim ?
Beta Was this translation helpful? Give feedback.
All reactions