Skip to content

Commit

Permalink
Merge pull request #1891 from ASFHyP3/revert-ami-id
Browse files Browse the repository at this point in the history
Change AMI for EDC platforms
  • Loading branch information
jacquelynsmale authored Oct 23, 2023
2 parents 96dd986 + 5f43cf8 commit ab7a41e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-daac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_s1_ecs_amz2
ami_id: image_id_ecs_amz2
distribution_url: 'https://d3gm2hf49xd6jj.cloudfront.net'

- environment: hyp3-edc-uat
Expand All @@ -52,7 +52,7 @@ jobs:
expanded_max_vcpus: 3000
required_surplus: 3000
security_environment: EDC
ami_id: image_id_s1_ecs_amz2
ami_id: image_id_ecs_amz2
distribution_url: 'https://d1riv60tezqha9.cloudfront.net'

environment:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.1]
### Changed
- The `ami_id` for EDC platforms now uses the original AMI.

## [4.2.0]
### Added
- Added `phase_filter_parameter` for `INSAR_GAMMA` job type.
Expand Down

0 comments on commit ab7a41e

Please sign in to comment.