I bumped to this interesting feature of AWS Secret caching: https://docs.aws.amazon.com/secretsmanager/latest/userguide/use-client-side-caching.html#use-client-side-caching-components
https://github.com/aws/aws-secretsmanager-caching-python
I have a question though:
I am running several different docker containers on the same AWS EC2 instance retrieving AWS Secrets. After implementing aws-secretsmanager-caching-python will containers share the same cache or each container will have it's own cache?
Thank you