Propagating Tags to AWS ECS TasksJuly 8, 2025By default, user-defined tags on an AWS ECS Service are not propagated to its Tasks, which can impact cost allocation. This can be fixed by setting the propagate_tags parameter.AWSECSCost ManagementTerraform
Generating Least Privilege IAM Policies using iamliveMarch 14, 2025iamlive can automatically generate least privilege IAM policies based on the permissions used during Terraform execution.AWSIAMTerraform
S3 Native State Locking in TerraformMarch 1, 2025Terraform 1.11 introduces S3-native state locking, eliminating the need for DynamoDB-based locks.TerraformAWSS3Infrastructure-as-Code