- client(‘ec2’): A low-level client representing Amazon Elastic Compute Cloud (EC2)
- resource(‘ec2’): A resource representing Amazon Elastic Compute Cloud (EC2)
也就是說實際上 ServiceResource 會去使用 client,簡單的說 ServiceResource 是一個 client wrapper (這可以從 boto3/session.py 看到)。
友情小提示:在閱讀程式碼時,用 function name 去找,會發現都找不到,實際上 boto3 library 會將 function call/parameters 轉換為 AWS API 呼叫送出去。
沒有留言:
張貼留言