Skip to content

Commit

Permalink
Merge pull request #2145 from ASFHyP3/edc-vcpus
Browse files Browse the repository at this point in the history
reduce vcpu limits for edc deployments
  • Loading branch information
asjohnston-asf authored Mar 14, 2024
2 parents c156a1f + fdc43c5 commit ef35429
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
deploy_ref: refs/heads/main
job_files: job_spec/AUTORIFT.yml job_spec/INSAR_GAMMA.yml job_spec/RTC_GAMMA.yml job_spec/INSAR_ISCE_BURST.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 1500
expanded_max_vcpus: 3000
required_surplus: 3000
default_max_vcpus: 1200
expanded_max_vcpus: 2400
required_surplus: 2000
security_environment: EDC
ami_id: image_id_ecs_amz2
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'
Expand All @@ -51,9 +51,9 @@ jobs:
job_spec/INSAR_ISCE_TEST.yml
job_spec/INSAR_ISCE_BURST.yml
instance_types: r6id.xlarge,r6id.2xlarge,r6id.4xlarge,r6id.8xlarge,r6idn.xlarge,r6idn.2xlarge,r6idn.4xlarge,r6idn.8xlarge
default_max_vcpus: 1500
expanded_max_vcpus: 3000
required_surplus: 3000
default_max_vcpus: 1200
expanded_max_vcpus: 2400
required_surplus: 2000
security_environment: EDC
ami_id: image_id_ecs_amz2
distribution_url: 'https://d1riv60tezqha9.cloudfront.net'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [6.4.0]

### Changed
- Reduced vcpu limits for EDC deployments from 1,500/3,000 to 1,200/2,400.

### Removed
- The `disable-private-dns` lambda function added in v4.3.2 has been removed; the underlying issue has been resolved in
the Earthdata Cloud platform. Fixes [#1956](https://github.com/ASFHyP3/hyp3/issues/1956).
Expand Down

0 comments on commit ef35429

Please sign in to comment.