Skip to content

Commit

Permalink
win2022 + release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pelegor committed Nov 25, 2024
1 parent ec388e1 commit ddb21ea
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 8 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
The AWS Cloud package includes CyberArk PAS products, delivered as AMIs and AWS CloudFormation templates to automate deployment.


## [PAS on Cloud v14.4] (TBD)

### Added
- #### Azure :
- ARM templates now support Azure GovCloud accounts.
- Windows Server 2022 images are now available for all Windows based components.
- New Terraform deployment offering: The PAMonCloud solution is now available in Terraform for both Azure and AWS, offering more flexibility, self-tailored configurations, cross-region deployments, and the benefits of using the IaC platform. PAMonCloud-terraform modules and examples are publicly available at:
[PAMonCloud-Terraform](https://github.com/cyberark/pamoncloud-terraform)

### Changed
- #### AWS :
- Product configuration and registration are now executed as part of the instance's userdata, rather then CloudFormation::Init.
- Enhanced CloudWatch logging for better observability during deployment.
- Failures are tracked and raised in real-time, rather than only at stack timeout.
- Deployment and configuration time for Windows-based components has been significantly reduced.
- Windows components are no longer published based on Windows Server 2016. You can create a Win2016-based AMI using the BYOI solution to suit your needs (subject to product system requirements).

## [PAS on Cloud v14.2] (18.6.2024)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions aws/DRVault-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ Parameters:
Type: String
Description: Select a Windows Server version for all Windows-based components.
AllowedValues:
- Win2016
- Win2019
Default: Win2016
- Win2022
Default: Win2019
VaultCustomAmi:
Type: String
Description: Enter the Vault Image ID, if you wish to use a custom Vault image.
Expand Down
4 changes: 2 additions & 2 deletions aws/Full-PAS-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,9 +1099,9 @@ Parameters:
Type: String
Description: Select a Windows Server version for all Windows-based components.
AllowedValues:
- Win2016
- Win2019
Default: Win2016
- Win2022
Default: Win2019
CyberarkAccountId:
Type: String
Description: Enter the CyberArk Account ID (AMI Owner account ID).
Expand Down
4 changes: 2 additions & 2 deletions aws/PAS-Component-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,9 +589,9 @@ Parameters:
Type: String
Description: Select a Windows Server version for all Windows-based components (field ignored for PSMP/PTA).
AllowedValues:
- Win2016
- Win2019
Default: Win2016
- Win2022
Default: Win2019
CyberarkAccountId:
Type: String
Description: Enter the CyberArk Account ID (AMI Owner account ID).
Expand Down
4 changes: 2 additions & 2 deletions aws/Vault-Single-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ Parameters:
Type: String
Description: Select a Windows Server version for all Windows-based components.
AllowedValues:
- Win2016
- Win2019
Default: Win2016
- Win2022
Default: Win2019
VaultCustomAmi:
Type: String
Description: Enter the Vault Image ID, if you wish to use a custom Vault image.
Expand Down

0 comments on commit ddb21ea

Please sign in to comment.