This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Use default AWS SDK credentials and region providers by default #568
Labels
component: core
An issue related to core functionality - credentials, region resolution
status: in-progress
An issue that being worked on
type: enhancement
A general enhancement
Milestone
Configuring credentials and region currently causes a lot of confusion (#102, #470). Spring Cloud AWS should use
DefaultAWSCredentialsProviderChain
andDefaultAwsRegionProviderChain
by default and fall back to old mode only if propertiescloud.aws.credentials.use-default-aws-credentials-chain
andcloud.aws.region.use-default-aws-region-chain
are set tofalse
.The text was updated successfully, but these errors were encountered: