Default to environment variables but allow user to use own scheme (IAM role credentials, etc.)
As an example I am using DoctrineCacheAdapter as the value for credentials so that, on my EC2 instance, AWS uses the default provider and uses the IAM for the instance so I don't have to specify key/secret in the environment variables.
Default to environment variables but allow user to use own scheme (IAM role credentials, etc.)
As an example I am using
DoctrineCacheAdapter
as the value forcredentials
so that, on my EC2 instance, AWS uses the default provider and uses the IAM for the instance so I don't have to specify key/secret in the environment variables.