We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487b219 commit 24d20ceCopy full SHA for 24d20ce
pkg/ec2pricing/ec2pricing.go
@@ -48,7 +48,7 @@ type spotPricingEntry struct {
48
// New creates an instance of instance-selector EC2Pricing
49
func New(sess *session.Session) *EC2Pricing {
50
return &EC2Pricing{
51
- // use us-east-1 since pricing only has endpoints in us-east-1 and ap-south-1
+ // use us-east-1 since pricing only has endpoints in us-east-1 and ap-south-1
52
PricingClient: pricing.New(sess.Copy(aws.NewConfig().WithRegion("us-east-1"))),
53
EC2Client: ec2.New(sess),
54
AWSSession: sess,
0 commit comments