
Drupal on AWS ECS
Drupal on AWS using Terraform and CloudPosse libs
Change Log
All notable changes to this blueprint.
1.1.0 (2025-02-20)
- The default CPU architecture is now
ARM64, offering up to 20% savings on ECS. - Fargate CPU architecture is now configurable using the
service_task_cpu_architectureinput variable. - Added support for the Fargate Spot capacity provider; use
service_task_spot_weightto define what percentage of tasks run on Fargate Spot.
Upgrading
- Upgrading to
ARM64completes as a rolling process without downtime. To retain x86, setservice_task_cpu_architecturetoX86_64. - Enabling Fargate Spot recreates the ECS service, causing a brief service interruption.
1.0.5 (2024-08-23)
- Add support for the new Amazon Aurora SSL/TLS CA.
1.0.4 (2024-08-03)
- Updating to this version will perform rolling restart of the Aurora instances without downtime. This is due to the changes in the RDS module.
1.0.2 (2023-12-12)
- Added EFS throughput mode configuration
1.0.0 (2023-11-22)
- Initial release