Home › Forums › AWS › AWS Certified Solutions Architect Professional › ElasticBean Stalk, does secret manager support elasticbean stalk › Reply To: ElasticBean Stalk, does secret manager support elasticbean stalk
-
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