diff --git a/ecs/pkg/amazon/backend/backend.go b/ecs/pkg/amazon/backend/backend.go index f5bba4ed..4fd40c2b 100644 --- a/ecs/pkg/amazon/backend/backend.go +++ b/ecs/pkg/amazon/backend/backend.go @@ -8,7 +8,8 @@ import ( func NewBackend(profile string, region string) (*Backend, error) { sess, err := session.NewSessionWithOptions(session.Options{ - Profile: profile, + Profile: profile, + SharedConfigState: session.SharedConfigEnable, Config: aws.Config{ Region: aws.String(region), },