How to call createLedger / any QLDB (Quantum Ledger Database) management API requests from a lambda without internet access?

1

We are trying to create new ledgers in QLDB (Quantum Ledger Database) from a lambda within a vpc without internet access however the request is bouncing due to there not being a VPC endpoint for the management API. We are using the driver to create indices and tables within the ledger which is working successfully with the VPC endpoint com.amazonaws.${AWS::Region}.qldb.session.

We are also looking to call export ledger and delete ledger in the same lambda setup

Does anyone have a solution to creating ledgers inside a vpc without internet access?

If someone in AWS is available is there a timeframe for a QLDB management API VPC endpoint being made available.

1 個回答
1

We already have a VPCE for com.amazonaws.region.qldb.session however this is only used for communicating with the transactional data API. There currently isn't a endpoint which allows the management API (creating and deleting ledgers etc.

已回答 1 年前
  • You could isolate a layer that would communicate through a NAT Gateway where that layer would implement controls and mitigations for the threats you identify.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南