AWS SSM error while targets.1.member.values failed to satisfy constraint: Member must have length less than or equal to 50 – Amazon Web Sevices
I am trying to run a SSM command on more than 50 EC2 instances of my fleet. By using AWS boto3's SSM client, I am running a specific command on my nodes. My code is given below. After running the…