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

[Price:AWS] ListProductFamily() #998 #1005

Merged

Conversation

raccoon-mh
Copy link
Member

#998 issue

GetAttributeValues 로 ListProductFamily 변경

  • 컴퓨팅 인프라 관련 서비스로 한정

[As-Is]

  [
   "A4B",
   "AWSAmplify",
   "AWSAppFabric",
   "AWSAppRunner",
   "AWSAppSync",
   "AWSApplicationMigrationSvc",
   "AWSB2Bi",
   "AWSBackup",
   "AWSBillingConductor",
   ... 중략 ...
   "translate"
  ]

[To-Be]

  [
    "CPU Credits",
    "Compute Instance (bare metal)",
    "Compute Instance",
    "Data Transfer",
    "Dedicated Host",
    "EBS direct API Requests",
    "Elastic Graphics",
    "Fast Snapshot Restore",
    "Fee",
    "IP Address",
    "Load Balancer",
    "Load Balancer-Application",
    "Load Balancer-Network",
    "NAT Gateway",
    "Provisioned Throughput",
    "Storage Snapshot",
    "Storage",
    "System Operation"
  ]

@powerkimhub powerkimhub linked an issue Jan 10, 2024 that may be closed by this pull request
@powerkimhub powerkimhub self-requested a review January 10, 2024 06:56
@powerkimhub powerkimhub merged commit 9104981 into cloud-barista:master Jan 10, 2024
1 check 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.

[Price:AWS] ListProductFamily()
2 participants