You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/15 14:52:08 UTC

[GitHub] [airflow] VijayantSoni commented on pull request #9011: Changing from Resource to Client for EC2 and adding support for filters

VijayantSoni commented on pull request #9011:
URL: https://github.com/apache/airflow/pull/9011#issuecomment-861567170


   > Needs back-compat, and I'm not sure what real benefit this gives us.
   
   Yeah, I am planning to pick this up soon.
   
   > I.e. why do we need this change?
   
   The resources API (currently used) is very limited and does not support the operations which can be done on EC2 instances, the client API does.
   
   From the docs:
   > Clients provide a low-level interface to AWS whose methods map close to 1:1 with service APIs. All service operations are supported by clients
   
   > Resources represent an object-oriented interface to Amazon Web Services (AWS). They provide a higher-level abstraction than the raw, low-level calls made by service clients. 
   


-- 
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:
users@infra.apache.org