skip to Main Content

Security group 'ALB-sg' is not valid – Amazon Web Sevices

I create an ALB by Cfn, but I got the error called Security group 'ALB-sg' is not valid (Service: AmazonElasticLoadBalancing; Status Code: 400; Error Code: ValidationError; Request ID: 6ec8a268-80cc-4a3e-9477-809dba8a00c7; Proxy: null) AWSTemplateFormatVersion: 2010-09-09 Description: AWS CloudFormation Sample Template for creating…

VIEW QUESTION

TypeError: command.resolveMiddleware is not a function AWS Lambda Javascript V3 – Amazon Web Sevices

I'm trying to programmatically upload a secret to an AWS Secret Manager instance using "@aws-sdk/client-secrets-manager": "^3.299.0", but I am continuously getting an error. I have followed the documentation here: https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-secrets-manager/classes/getsecretvaluecommand.html I'm using Typescript version 5.0.2 and Node 18.x as runtime,…

VIEW QUESTION
Back To Top
Search