All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed the Object Ownership for logging bucket from 'Object writer' to 'Bucket owner enforced' to mitigate the impact caused by new S3 default settings.
- Updated S3 bucket policy to support access logging.
- Added support to block customer misconfiguration for 'Terminate Unused Workspaces' feature. The feature will terminate workspaces only on the last day of the month to avoid accidental termination due to misconfiguration.
- Updated the solution to use CDK V2 to generate CloudFormation templates and support CDK deployments.
- Updated the 'Terminate Workspace' feature to accept user input for number of months to check for before terminating unused workspaces.
- Added a retention policy of 365 days to ECS logs to optimize the costs.
- The CFN templates from the deployment folder as we are using CDK V2 to generate templates.
- Fixed vulnerabilities py CVE-2022-42969, pytest, requests, certifi CVE-2022-23491
- Added support for AWS Organizations
- Added VPC Endpoints for S3 and DynamoDB
- Fixed the bug to get all the workspaces in a directory
- Fixed the bug to correctly calculate billable hours if user disconnects workspace within autostop timeout
- Feature to terminate unused workspaces
- Generate aggregated reports
- Feature to specify AWS Regions to monitor
- Support for Gov cloud partition
- Fixed the bug to catch InvalidResourceException during the modify_workspace API Call
- Fixed the bug to catch the Timeout error when sending solution metrics
- Feature to support using existing VPC for ECS task
- Calculate ADMIN_MAINTENANCE hours and add it to final billable hours
- Added new columns to the daily report
- Improved the accuracy to calculate billable hours
- Removed the the api call for describe_workspace_bundles to address the throttling issue
- Changed the metric to calculate billable hours from "Stopped" to "UserConnected"
- Made tagging case insensitive
- Removed duplicate handler in CF