ashb commented on a change in pull request #14290: URL: https://github.com/apache/airflow/pull/14290#discussion_r578300109
########## File path: docs/apache-airflow-providers-amazon/connections/aws.rst ########## @@ -31,10 +31,12 @@ Authentication may be performed using any of the `boto3 options <https://boto3.a To use IAM instance profile, create an "empty" connection (i.e. one with no Login or Password specified, or ``aws://``). + Default Connection IDs ----------------------- -The default connection ID is ``aws_default``. +The default connection ID is ``aws_default``. If the environment/machine where you are running Airflow has the +file credentials in ``/home/.aws/``, the default connection will take automatically the credentials from there. Review comment: This is only true so long as the user/pass is empty isn't it? If so we should explicitly say that. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
