| In Jenkins configuration I'm trying to add a new Cloud config for plugin amazon-ecs-plugin. I've entered Name, Amazon ECS Credentials, and region. The field ECS Cluster is empty. I can't see any of my 2 ECS clusters that I have configured in AWS. Background information about AWS account The users are setup in the AWS main account, the ECS cluster can be setup in a different account using profiles with roles. aws ecs list-clusters doesn'ts how any clusters but aws ecs list-clusters --profile my_profile does. |