AWS requires Interface to be specified when using elasticIP
- 主要言語
- Python
- スター
- 2.1k
- フォーク
- 931
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 4
説明
## Feature Request
When setting an elastic IP for an AWS instance that is using multiple interfaces you must specify the interface you wish to use with the elasticIP.
Currently the method does not allow you to specify the interface: ex_associate_address_with_node(node, elastic_ip).
I propose adding an optional parameter to this function that would allow you to define the interface.
Such as: ex_associate_address_with_node(node, elastic_ip, interface).
コントリビューションガイド
調査の方向性
まず Python provider の実装で ex_associate_address_with_node を見つけ、elastic IP の関連付けが現在どのように要求されているかを確認します。インターフェースを選択するための AWS API パラメータを追跡し、その後、オプションのインターフェース引数を対象に含めるよう関連するテストを更新します。既存の2引数の呼び出しが引き続き機能し、呼び出し元が選択したインターフェースに elastic IP を関連付けられるようになれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100