Skip to content

Commit

Permalink
Merge pull request #2156 from ACCESS-Cloud-Based-InSAR/develop
Browse files Browse the repository at this point in the history
Update deploy-enterprise.yml to increase access throughput
  • Loading branch information
forrestfwilliams authored Mar 22, 2024
2 parents 1fad0ad + 2382530 commit 7b7319f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
cost_profile: DEFAULT
job_files: job_spec/INSAR_ISCE.yml job_spec/INSAR_ISCE_TEST.yml
instance_types: c6id.xlarge,c6id.2xlarge,c6id.4xlarge,c6id.8xlarge
default_max_vcpus: 1000
expanded_max_vcpus: 1000
default_max_vcpus: 4000
expanded_max_vcpus: 4000
required_surplus: 0
security_environment: JPL-public
ami_id: /aws/service/ecs/optimized-ami/amazon-linux-2023/recommended/image_id
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- A `publish_bucket` parameter to `AUTORIFT_ITS_LIVE` and `AUTORIFT_ITS_LIVE_TEST` that specifies if product should be uploaded to either the ITS_LIVE open data bucket or test bucket.
- Access key secrets to `AUTORIFT_ITS_LIVE` and `AUTORIFT_ITS_LIVE_TEST` that allow for S3 upload of products.

### Changed
- Update throughput for ACCESS deployments by factor of 4 (from 1000 to 4000 vcpus).

## [6.4.0]

### Changed
Expand Down

0 comments on commit 7b7319f

Please sign in to comment.