Bash script task

This task has been assigned to me but I don’t know what exactly “d” wants.
would you please guide me?

I have done the rest with sudo,zip,mv,scp and ssh key pair but just cannot understand this part.

" the respective server user (for example, tony in case of App Server 1 ) must be able to run it. "

Does it mean to copy the script into all app servers in /scripts/ directory ?

@Nasri
That means respective sudo user can run that script without any issues. For hint, app server 3 sudo user is banner so banner user can execute that script.

@Tej-Singh-Rana Thank you so much, it helped. It was matter of chown and chmod.