Home › Forums › AWS › AWS Certified Solutions Architect Professional › ElasticBean Stalk, does secret manager support elasticbean stalk
Tagged: elasticbeanstack, SecretManager
-
ElasticBean Stalk, does secret manager support elasticbean stalk
TutorialsDojo-Support updated 4 years, 5 months ago 2 Members · 2 Posts -
Hi ,
From the link
I am referring this link
https://docs.aws.amazon.com/secretsmanager/latest/userguide/integrating.html
in the list, I have not seen elasticbeanstalk, did a google search to check if any docs which says elasticbeanstalk supported by AWS Secret Manager. Was not able to find any
any url link about this, in which it says that it supports or not
thanks
-
Hi Joseph,
Thank you for your feedback.
Elastic Beanstalk allows you to declare environment properties using key-value pairs, which can be configured on the console. However, this is not suitable for storing secret parameters since the values are not encrypted.
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-cfg-softwaresettings.html
You can still use the Parameter Store and Secrets Manager for storing your secrets. And have your Elastic Beanstalk application retrieve those parameters using the API. You will have to create your own application to logic to retrieve the credentials using the AWS APIs.
Hope this helps.
Regards,
Kenneth Samonte @ Tutorials Dojo
Log in to reply.