This is an automated email from the ASF dual-hosted git repository.

husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8ef1830dda ECS Executor doc fix (#37210)
8ef1830dda is described below

commit 8ef1830dda2490cb89d8d91fb977d568544b3533
Author: D. Ferruzzi <[email protected]>
AuthorDate: Wed Feb 7 06:09:37 2024 -0800

    ECS Executor doc fix (#37210)
---
 docs/apache-airflow-providers-amazon/executors/ecs-executor.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst 
b/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
index 9850c016b7..a6062a6304 100644
--- a/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
+++ b/docs/apache-airflow-providers-amazon/executors/ecs-executor.rst
@@ -205,13 +205,6 @@ Replace ``YOUR_ACCESS_KEY``, ``YOUR_SECRET_KEY``,
 ``YOUR_SESSION_TOKEN``, and ``YOUR_DEFAULT_REGION`` with valid AWS
 credentials.
 
-Alternatively, you can authenticate to AWS using the ``~/.aws`` folder.
-See instructions on how to generate this folder
-`here 
<https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html>`__.
-Uncomment the line in the Dockerfile to copy the ``./.aws`` folder from
-your host machine to the container's ``/home/airflow/.aws`` directory.
-Keep in mind the Docker build context when copying the ``.aws`` folder
-to the container.
 
 Base Image
 ~~~~~~~~~~

Reply via email to