Skip to content

Commit

Permalink
Merge pull request #2345 from ASFHyP3/daac-vcpu
Browse files Browse the repository at this point in the history
increase vcpus for daac deployments
  • Loading branch information
asjohnston-asf authored Jul 3, 2024
2 parents 42ac204 + 01c99c0 commit d385597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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: 1200
expanded_max_vcpus: 2400
default_max_vcpus: 1500
expanded_max_vcpus: 3000
required_surplus: 2000
security_environment: EDC
ami_id: image_id_ecs_amz2
Expand All @@ -50,8 +50,8 @@ jobs:
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: 1200
expanded_max_vcpus: 2400
default_max_vcpus: 1500
expanded_max_vcpus: 3000
required_surplus: 2000
security_environment: EDC
ami_id: image_id_ecs_amz2
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Increased throughput for `hyp3-a19-jpl` (0 -> 4,000 vCPUs) to support continued processing of ARIA GUNW products.
- The `hyp3-a19-jpl` and `hyp3-nisar-jpl` deployments now use the `m6id[n]` instance families to reduce the high number of spot interruptions seen with wth `c6id` instance family.
- Increased available vCPUs for DAAC deployments.

### Removed
- The `INSAR_ISCE_TEST.yml` job spec, which only differed from `INSAR_ISCE.yml` in support of different instance families, has been removed now that all ARIA JPL deployments are using the same instance families again.
Expand Down

0 comments on commit d385597

Please sign in to comment.