I'm working on a project where I need to deploy a software agent to endpoint devices. The requirement is for the deployment to be completely silent and automatic, initiated by a script running on the user's device. Here are the specific details:
-
The script will download the agent from a cloud storage location (e.g., S3 bucket).
-
The downloaded agent will then be automatically installed on the user's device.
-
The entire process should be seamless and require no user interaction.
Can someone please help me with the script or any other approach I can take here?
Thanks!