Skip to content

Commit

Permalink
Merge pull request #116 from vkareh/SDA-2921/decrease-quota-check
Browse files Browse the repository at this point in the history
verify-quota: Check for only 100 vCPU
  • Loading branch information
vkareh authored Sep 24, 2020
2 parents f294776 + ef8ac61 commit 47a650f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/aws/quota.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var serviceQuotaServices = []quota{
ServiceCode: "ec2",
QuotaCode: "L-1216C47A",
QuotaName: "Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) instances",
DesiredValue: aws.Float64(200.0),
DesiredValue: aws.Float64(100.0),
},
{
ServiceCode: "vpc",
Expand Down

0 comments on commit 47a650f

Please sign in to comment.