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

AWS EKS – Terraform does not create load balancer after applying LoadBalancer service – Amazon Web Sevices

I have 1 deployment and 1 service configurations: Deployment apiVersion: apps/v1 kind: Deployment metadata: name: dashboard-backend-deployment spec: replicas: 2 selector: matchLabels: app: dashboard-backend template: metadata: labels: app: dashboard-backend spec: containers: - name: dashboard-backend image: $BACKEND_IMAGE imagePullPolicy: Always env: - name:…

VIEW QUESTION
Back To Top
Search