How can I implement AWS QLDB standard mode with VPC endpoint?
AWS recommends QLDB Standard permissions mode instead of Allow_all in order to allow least privilege access for resources which need to run operations on QLDB. Reference: https://docs.aws.amazon.com/qldb/latest/developerguide/getting-started-standard-mode.html However, If you are using VPC endpoints to have a private channel between…