shinesolutions / aem-orchestrator

Java application for orchestrating AEM infrastructure created using aem-aws-stack-builder
Apache License 2.0
12 stars 9 forks source link

Change loading of AWS credentials to use 'Instance Profile' only #17

Closed nletts closed 7 years ago

nletts commented 7 years ago

Currently the Orchestrator uses the 'DefaultAWSCredentialsProviderChain' to load the AWS credentials. This uses 5+ different methods of loading the credentials. For security reasons we want to lock it down to instance profile only.

See: InstanceProfileCredentialsProvider