You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice have the script default the profile to AWS_DEFAULT_PROFILE to be consistent with other params. This allows for assume role to be taken care of by aws cli itself.
Current workaround:
ecs-deploy ... --profile ${AWS_DEFAULT_PROFILE}
The text was updated successfully, but these errors were encountered:
Would be nice have the script default the profile to
AWS_DEFAULT_PROFILE
to be consistent with other params. This allows for assume role to be taken care of by aws cli itself.Current workaround:
ecs-deploy ... --profile ${AWS_DEFAULT_PROFILE}
The text was updated successfully, but these errors were encountered: