DEV Community

Discussion on: Create an AWS ECS Cluster Using Terraform

Collapse
 
petarmitrovic profile image
Petar

I found this article very helpful when setting up my ECS cluster.

A several improvements I'd like suggest:

  • use different roles for execution_role_arn and task_role_arn (in order to follow least permissions principle)
  • not store aws_access_key and aws_secret_key in .tfvars