Skip to content
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

AWS Matching the corresponding ProductFamily values #1095

Merged

Conversation

SungWoongz
Copy link
Contributor

@SungWoongz SungWoongz commented Feb 26, 2024

Issue - #1089

AWS 드라이버 특이사항

  • Product Family(Compute Instance, Storage, Load Balancer-Network)에 해당하는 ProductInfo 값 매칭 및 불필요한 값 제거

GetPriceInfo

  • CommonAwsFunc.go
    • func ReplaceEmptyWithNAforComputeInstance()
    • func ReplaceEmptyWithNAforStorage()
    • func ReplaceEmptyWithNAforLoadBalancerNetwork()
  • 각 ProductFamily에 해당하는 값들만 출력

ProductInfo

  • Compute Instance ProductFamily 반환값

image

  • Storage ProductFamily 반환값

image

  • Load Balancer-Network 반환값

image


  • Matching ProductInfo values and removing unnecessary values for the Compute Family (Compute Instance, Storage, Load Balancer-Network)

GetPriceInfo

  • CommonAwsFunc.go
    • func ReplaceEmptyWithNAforComputeInstance()
    • func ReplaceEmptyWithNAforStorage()
    • func ReplaceEmptyWithNAforLoadBalancerNetwork()
  • Output only values corresponding to each ProductFamily

ProductInfo

  • Output Compute Instance ProductFamily
    image

  • Output Storage ProductFamily
    image

  • Output Load Balancer-Network

image

Copy link

Good news! All print and log statements are in English, as per our guidelines. 😊

@powerkimhub powerkimhub self-requested a review February 26, 2024 06:06
@powerkimhub powerkimhub linked an issue Feb 26, 2024 that may be closed by this pull request
@powerkimhub powerkimhub merged commit 4cb80c8 into cloud-barista:master Feb 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[AWS:PriceInfo] 2nd Test Results and Issue
2 participants