Error while accessing secrets manager from boto3

0

Error encountered : Connect timeout on endpoint URL: "https://secretsmanager.us-east-2.amazonaws.com/

this only occurs for us-east-2

2개 답변
2

Please send more context from where you are trying to access this endpoint.

But if you are trying to do it from a Lambda function, please make sure the VPC this lambda function is deployed has internet connectivity. As you are trying to access it over the public internet you must see it as well. If you want private connectivity to the service, then you need to provision a VPC interface endpoint for the service and deploy it in the same VPC as your lambda

AWS
답변함 일 년 전
0

Hi, review this article as it should address your issue: https://repost.aws/knowledge-center/lambda-secret-vpc

If this helped you, I d appreciate answer to be accepted so that communì an benefit for clarity, thanks ;)

profile picture
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인