Skip to main content
Solved

How can I access my database with FME Cloud?

  • September 26, 2016
  • 1 reply
  • 20 views

fmelizard
Safer
Forum|alt.badge.img+21

How can I access a database that is part of my local network or running on a RDS instance in my Virtual Private Cloud (VPC) on AWS?

Best answer by gerhardatsafe

To access a database with FME Cloud the database needs to be publicly accessible with a public IP or DNS name.

A publicly accessible database can be configured to only accept connections from FME Cloud if a static IP address is assigned to the FME Cloud instance. Here’s some documentation regarding static IP addresses: https://docs.safe.com/fme_cloud/FME_Cloud/Content/About_Instances/Assign-Static-IP-to-Instance.htm?

For RDS instances, Network ACLs for your VPC that only allow traffic between the RDS instance and FME Cloud could be an option for another layer of security.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

Forum|alt.badge.img
  • Best Answer
  • September 26, 2016

To access a database with FME Cloud the database needs to be publicly accessible with a public IP or DNS name.

A publicly accessible database can be configured to only accept connections from FME Cloud if a static IP address is assigned to the FME Cloud instance. Here’s some documentation regarding static IP addresses: https://docs.safe.com/fme_cloud/FME_Cloud/Content/About_Instances/Assign-Static-IP-to-Instance.htm?

For RDS instances, Network ACLs for your VPC that only allow traffic between the RDS instance and FME Cloud could be an option for another layer of security.