AutoCAD Deployment from AWS S3 bucket?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm curious if anyone has setup packages that their users can download from the cloud and deploy after they download it? The norm before Covid was that all computers were in our local network and pushing gigs of Autocad, Civil3d, Revit, Inventor could be done in a few minutes and overnight no problem. Now most of our users are home with a VPN connection. Now pushing our pre-configured software trough the VPN is much slower and leads to tons of failed installs because many have slow connections and installs timeout.
I was thinking that I could setup these deployments and have them on the cloud such as an S3 bucket. I can send the link to my users, they download these packages and once they confirm it downloaded I can push a script to install for them since they don't have admin rights. Would I just setup the deployment to load from a "C:\ path" as opposed to a network path "\\server\setup.exe" ?
Is anyone doing something similar?