skip to Main Content

Aws ElasticSearch is not being accessed from Lambda where as it is being accessed from the localhost – Amazon Web Sevices

I have an ElasticSearch instance deployed in AWS which is pulically accessable. I can easily query data on localhost but when I deploy on Aws lambda I get the following error Message: 'User: arn:aws:sts::xxxxxxxx:assumed-role/infrastruct-dev-us-east-2-lambdaRole/zeong-immigration-infrastruct-dev-app is not authorized to perform: es:ESHttpPost…

VIEW QUESTION

How to make aws aurora serverless v2 publicly accessible through cloudformation – Amazon Web Sevices

I'm trying to connect aws aurora serverless v2 with pgadmin or another postgres client. I have deployed the resources using cloudformation and serverless framework. This is my current yml configuration: resources: Conditions: CreateProdResources: !Equals ["${self:provider.stage}", "prod"] CreateDevResources: !Not [!Equals ["${self:provider.stage}",…

VIEW QUESTION
Back To Top
Search