AWS AppRunner Service Deploy failing : Unable to access AWS Secrets Manager SDK

0

Hi,

While trying to deploy the AWS Apprunner service which is a Spring boot application integrated with AWS Secret Manager, The deployment fails citing the reason :

com.amazonaws.SdkClientException: Unable to execute HTTP request: Connect to secretsmanager.eu-west-1.amazonaws.com:443

I am using a VPC connector to enable an RDS connection for the application. Any insights on fixing this issue would be really helpful

  • Hi @Aritra, Thanks for reaching out. A few follow up questions:

    • Is the spring boot app trying to read the secrets from AWS Secrets manager using AWS SDK or in this case you are using the native App Runner integration with these Secrets Manager using environment variables?
    • Just looking at the error message this seems to be a transport error which might be intermittent, did you retry creating a new service?
    • Can you share the serviceARN of this service? so we can understand whats going on with this service.
No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions