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.

답변함 일 년 전
  • 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.

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

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

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

관련 콘텐츠