diff --git a/CHANGELOG.md b/CHANGELOG.md index 58cac75..0f26ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/aws/DRVault-Single-Deployment.yaml b/aws/DRVault-Single-Deployment.yaml index 67baa67..7f363e4 100644 --- a/aws/DRVault-Single-Deployment.yaml +++ b/aws/DRVault-Single-Deployment.yaml @@ -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. diff --git a/aws/Full-PAS-Deployment.yaml b/aws/Full-PAS-Deployment.yaml index dad05e3..a3140c9 100644 --- a/aws/Full-PAS-Deployment.yaml +++ b/aws/Full-PAS-Deployment.yaml @@ -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). diff --git a/aws/PAS-Component-Single-Deployment.yaml b/aws/PAS-Component-Single-Deployment.yaml index 98e4c7b..7916af5 100644 --- a/aws/PAS-Component-Single-Deployment.yaml +++ b/aws/PAS-Component-Single-Deployment.yaml @@ -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). diff --git a/aws/Vault-Single-Deployment.yaml b/aws/Vault-Single-Deployment.yaml index c40f165..94e1fb1 100644 --- a/aws/Vault-Single-Deployment.yaml +++ b/aws/Vault-Single-Deployment.yaml @@ -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.