Skip to content

Commit

Permalink
chore(aws): Remove stale comment for EKS (#224)
Browse files Browse the repository at this point in the history
In #223, I forgot to remove the comment to deprecate the comment. This deprecates the comment.
  • Loading branch information
Pokom authored Jul 3, 2024
1 parent ad2381f commit 23dbf3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/aws/aws.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ func New(ctx context.Context, config *Config) (*AWS, error) {
client := costexplorer.NewFromConfig(ac)
collector := s3.New(config.ScrapeInterval, client)
collectors = append(collectors, collector)
// TODO: Deprecate EKS once we've migrated to using EC2
case "EC2":
pricingService := pricing.NewFromConfig(ac)
computeService := ec2.NewFromConfig(ac)
Expand Down

0 comments on commit 23dbf3c

Please sign in to comment.