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 Respuesta
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.

respondido hace un año
  • 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.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas