Third party extension support

0

Hello,

Is there some way to use third party extensions? Specifically, I have been using a FDW for Elasticsearch (link: https://github.com/matthewfranglen/postgres-elasticsearch-fdw), which itself uses Multicorn. If there were a way to use this extension in RDS, it would greatly simplify our setup.

A related thread: {message:id=684936}

Thanks!
-Aksel

Aksel
질문됨 4년 전335회 조회
2개 답변
0

In order to provide a managed service arbitrary use of third party extensions has to be blocked. The RDS team tests and regularly adds support for extensions as it releases new versions, but there are many types of extensions that can't be supported. Sometimes that is because they aren't being sufficiently maintained. In the case of Multicorn there hasn't been a release since 2016, and hasn't had a check-in for 3 months, so there would be concern that if a major issue came up there would be no way for AWS to support the extension. In the case of a security issue, for example, the RDS team might have no option but to pull support for the extension with little or no warning to the customer.

Another reason extensions aren't supported is when they could allow access that interferes with database integrity, security, or RDS' ability to manage the database instance. For more information on the challenges in supporting arbitrary extensions (in a broader context of the challenges of having a managed service) see https://hal2020.com/2018/01/20/challenges-of-hyperscale-computing-part-2/ and https://hal2020.com/2018/08/25/challenges-of-hyperscale-computing-part-3/

HalTemp
답변함 4년 전
0

Allright, thanks for the detailed response!

Aksel
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠