Releases: red5pro/terraform-aws-red5pro
Releases · red5pro/terraform-aws-red5pro
v2.1.1
v.2.1.0
- Added new variables to the docker-compose files
- Introduced a new script to create a node group
- Updated scaling rules: switched from CPU-based scaling to connection capacity in the node group configuration
- Added variables to configure maximum connection limits for Origin, Edge, and Transcoder nodes:
node_group_origins_connection_limit = 20
node_group_edges_connection_limit = 200
node_group_transcoders_connection_limit = 20
- Fixed an issue with the Kafka service on the SM2.0 instance
- Added a variable to specify the SM2.0 Docker image version:
stream_manager_version = "latest"
- Added variables to configure additional authentication for Proxy and Spatial services:
stream_manager_proxy_user = "example_proxy_user"
stream_manager_proxy_password = "example_proxy_password"
stream_manager_spatial_user = "example_spatial_user"
stream_manager_spatial_password = "example_spatial_password"
v2.0.1
Terraform module for AWS version 2.0.0
- Support latest Red5 Pro artifacts
- Support Stream Manager 2.0 deployment
- Support multiple deployment and configuration options