-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[+Price] AWS Cloud Driver Implementation #986
[+Price] AWS Cloud Driver Implementation #986
Conversation
…eInfo_ali_20231204_yhnoh
…4_yhnoh Feature price info ali 20231204 yhnoh
…5_mhlee aws price info
|
Build err amd64 container image cloud-barista#477 fix
|
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 특별한 사유가 없다면 주석 처리 해제 부탁드립니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 테스트 하며 잠시 오류가 있어 주석 처리 했었습니다.
- 주석처리 해제하였습니다.
@@ -79,6 +79,6 @@ type PricingPolicyInfo struct { | |||
} | |||
|
|||
type PriceInfoHandler interface { | |||
ListProductFamily(regionName string) ([]string, error) | |||
ListProductFamily(targetRegion string) ([]string, error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- targetRegion으로 수정해야하는지요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 문제 없습니다.
- regionName 으로 변경했습니다.
|
|
[+Price] AWS Cloud Driver Implementation #968
#968
AWS Driver Docs
AWS Price Information Web
AWS Driver Notes
ListProductFamily
GetPriceInfo
{Key: "filter", Value: "{\"Field\":\"instanceType\",\"Type\":\"TERM_MATCH\",\"Value\":\"t2.nano\"}"}
aws pricing get-attribute-values --service-code AmazonEC2 --attribute-name instanceType
AWS 드라이버 Docs
AWS price info web
AWS 드라이버 특이사항
ListProductFamily
cblogger.Info()
로 AttributeNames 배열을 확인할 수 있음GetPriceInfo
{Key: "filter", Value: "{\"Field\":\"instanceType\",\"Type\":\"TERM_MATCH\",\"Value\":\"t2.nano\"}"}
같은 형태로aws pricing get-attribute-values --service-code AmazonEC2 --attribute-name instanceType