Skip to main content
SolarWinds MSP
  • Login
  • Support
  • Partnerships
    • Partnerships Overview
    • Solution Provider Program
    • Technology Alliance Program
    • Distributor Program
SolarWinds MSP
  • Products
    • SolarWinds N-central Automate what you need. Tackle complex networks. Try this remote monitoring and management solution built to help maximize efficiency and scale.
    • SolarWinds RMM Start fast. Grow at your own pace. Try this powerful but simple remote monitoring and management solution.
    • SolarWinds EDR Defend against ransomware, zero-day attacks, and evolving online threats with Endpoint Detection and Response
    • SolarWinds Backup Manage data protection for servers, workstations applications, documents and Microsoft 365 from one SaaS dashboard.
    • Mail Protection & Archiving Protect users from email threats and downtime.
    • Password Management Easily adopt and demonstrate best practice password and documentation management workflows.
      • Passportal Demo
    • PSA & Ticketing Manage ticketing, reporting, and billing to increase helpdesk efficiency.
    • Remote Support Help support customers and their devices with remote support tools designed to be fast and powerful.
  • Solutions

    I'm looking for...

    • Security Solutions
    • Monitoring Solutions
    • Efficiency Solutions
  • Resources
    • Blog
    • Webcasts & Events
    • Ask the N-central Experts
    • Daily Live Demos
    • RMM Foundations Training
    • Upcoming Events
    • Upcoming Webcasts
    • Resource Center
    • COVID-19 Resources
    • Resource Library
      • Case Studies
      • Product Information
      • eBooks
      • White Papers
      • Infographics
    • SolarWinds MSP Free Tools
    • GDPR Resource Center
    • Security Resource Center
    • MSP Institute Webinar Series
    • MSP Advice Project
  • About
    • Contact
    • Customer Success
    • Worldwide sales and support
    • Careers
    • Awards and Recognition
    • Get A Quote
    • Newsroom
      • Press Releases
      • In The News
      • Media Contacts
      • COVID-19 Response
    • Leadership Team
    • Legal
      • Cookie Policy
      • Privacy Notice
      • Software Services Agreement
      • Terms of Use
      • Backup Fair Use Policy
    • Security
      • SolarWinds Security Statement
      • Vendor Data Protection Requirements
    • Support
  • IT Departments
  • Contact Sales
    • Get A Quote
    • General Inquiry
  • TRY NOW
    • SolarWinds RMM
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Passportal
    • SolarWinds N-central
    • SolarWinds Mail Assure
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
  • Request a Quote
  • Try Now
    • SolarWinds RMM
    • SolarWinds N-central
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Mail Assure
    • SolarWinds Passportal
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
Request quote
Filter Blogs
  • Filter by:
  • MSP Business
    • Automation
    • Backup & Disaster Recovery
    • Security-series
    • Best Practices
    • Business
    • Business Growth
    • Business Risk
    • Cloud Computing
    • Customer Service
    • Cybersecurity
    • Cybersecurity Awareness Month
    • Data
    • GDPR
    • Internet of Things
    • IT Support
    • ITSM
    • LOGICcards
    • Machine Learning
    • Mail
    • Managed Services
    • Marketing
    • Mobile
    • Networking
    • Operations
    • Podcast
    • Product
    • PSA
    • Remote Management
    • Research & Trends
    • Risk Intelligence
    • Security
    • Security Vlog
    • Service Desk
    • Services & Support
    • The Head Nerds
    • Tips & Advice
    • Training
Home Blog MSP Business Automation Using AWS S3 Buckets in Automation Manager
Automation

Using AWS S3 Buckets in Automation Manager

By Marc-Andre Tanguay
26 February, 2020

It’s becoming increasingly more common for partners to deploy large files—whether it’s to deploy software updates, do OS upgrades, or help a customer with a project. The need to transfer large files is more important than ever and will continue to grow as applications and updates grow. 

Amazon Web Services (AWS) has a fairly inexpensive offering called Simple Storage Service (S3), which allows people to upload files and then download them via a direct URL. 

Imagine a managed services provider (MSP) wants to migrate one of their customers to Microsoft Office 365. This means downloading a file that is 1.9GB for the 64-bit version, or around 1.7GB for the 32-bit version. Since some computers likely still require the 32-bit version, both installation files have to be available to the MSP. 

CTA Image

SolarWinds Remote Monitoring and Management

Get the tools you need to manage, secure, and improve all things IT—all within a single web-based dashboard.

Try It Free Learn More

The MSP could install them manually, however, as we know, deploying Office 365 to 100 computers can take days to do. Alternatively, they could do it automatically in a matter of minutes using an automation engine like SolarWinds® Automation Manager. 

In this example, I’ll focus on the AWS part of the example. In the next article, I’ll dig deeper into the Office 365 deployment process, as this is frequently requested.

If you don’t have an AWS account, it’s pretty simple and inexpensive to get. You’ll need to register for it and provide a credit card for billing. AWS S3 charges a storage fee per GB/month (charged hourly), plus a minimal fee per request for each download or upload. 

Following the AWS web portal, the files are uploaded and a unique file link is generated.

Once that’s done, you’ll have access to files anywhere in the world without impacting your own bandwidth on either your RMM, your internal FTP/sFTP server, or other file exchange mechanism. 

In Automation Manager, you can do one of two things based on your needs:

  • You can use the “Download file from URL” object to download it locally to a temporary location, use the “Extract Compressed File” object to unzip it, and run the program.
  • Alternatively, you can use the “Download file from Amazon” object, which will require the bucket name, file key, path to download to, access key, and secret key. This is useful for licensed software, license keys, or any other confidential information that you have to pass to a client’s computer. 

In today’s article, I covered using AWS, but keep in mind that you can also use Azure or Google Cloud to share files with your customers for your project work or software deployments.

Automation of the Week

This week’s automation policy was created by Johnny Walker from Spinen. He submitted this winning policy to the 2019 North American Automation Hackathon. 

The policy is quite simple. It searches Active Directory and disables users who haven’t logged into it in a certain number of days. This can help bolster security in your customers’ networks. Often customers will manage their own users, however sometimes employees who leave are not disabled or deleted. This incurs costs and security risks.

This policy goes through the system, finds users that haven’t logged into Active Directory in the last ‘x’ days (this is configurable), and disables them. Of course, since system users don’t usually log in, you can exclude them via an exclude list. 

See the article on the policy and the link to the policy here : https://success.solarwindsmsp.com/kb/solarwinds_n-central/Disable-Inactive-Users 

If you’ve created an automation policy and would like to share it with the community, please send it my way by emailing me at [email protected]. 

As always, don’t forget to check out the Automation Cookbook at www.solarwindsmsp.com/cookbook if you’re interested in other automation policies, script checks, and custom services.

 

Marc-Andre Tanguay is Head Automation Nerd. You can follow him on Twitter at @automation_nerd

 

Make PowerShell Easy with Automation Manager
Automation Topic of The Week: Tackling a Growing Problem with Office 365
How to Move Up the Automation Maturity Model 
You might also like...
Automation

What the Head Nerds Were Up to in 2020

Automation

Motivating Your Team to Work on Automation

Automation

Is It Worth Automating? 

Automation

Should You Have an Automation Team? 

Automation

Introducing Cisco Meraki Monitoring for N-central

Automation

Monitoring Network Devices Using Automation in N-central

Want to stay up to date?

Get the latest MSP tips, tricks, and ideas sent to your inbox each week.

Loading form....

If the form does not load in a few seconds, it is probably because your browser is using Tracking Protection. This is either an Ad Blocker plug-in or your browser is in private mode. Please allow tracking on this page to request a subscription.

Note: Firefox users may see a shield icon to the left of the URL in the address bar. Click on this to disable tracking protection for this session/site

Recent Posts
  • What the Head Nerds Were Up to in 2020
  • RMM and PSA Tools: How to Make the Most of Both
  • How to Empower an IT Help Desk Team for Success
  • Six Tips That Will Make Managing Your MSP Company Easier
  • January 2021 Patch Tuesday: One Actively Exploited Vulnerability and a Few Likely to Be
Categories:
  • Security (230)
  • Tips & Advice (122)
  • Best Practices (94)
  • Managed Services (86)
  • Backup & Disaster Recovery (83)
  • The Head Nerds (75)
  • Business Growth (75)
  • IT Support (42)
  • Business (39)
  • Automation (37)
  • Cybersecurity (37)
  • Operations (34)
  • Mail (33)
  • Remote Management (28)
  • ITSM (25)
  • Data (21)
  • Cloud Computing (21)
  • Networking (21)
  • Marketing (14)
  • PSA (11)
  • Product (11)
  • Services & Support (5)
  • Service Desk (5)
  • Mobile (4)
  • Risk Intelligence (4)
  • Internet of Things (3)
  • Customer Service (3)
  • GDPR (2)
  • Research & Trends (2)
  • Training (2)
  • Business Risk (1)
  • LOGICcards (1)
Show moreless
SolarWinds MSP

Products
  • SolarWinds RMM
  • SolarWinds N-central
  • SolarWinds Backup
  • SolarWinds EDR
  • SolarWinds MSP Manager
  • SolarWinds Mail Assure
  • SolarWinds Risk Intelligence
  • SolarWinds Take Control
  • SolarWinds Passportal
  • All Products Use Cases
Solutions
  • Security Solutions
  • Monitoring Solutions
  • Efficiency Solutions
  • Identify which RMM solution is right for me
  • Drive Efficiency with Automation
  • Manage my MSP Business More Efficiently
  • Manage my IT Department More Efficiently
  • Layered Security
  • Cross-Platform Support
  • Data-Driven Insights
About
  • About Us
  • Careers
  • Newsroom
  • Leadership Team
  • Upcoming Events
  • Subscription Preferences
  • SolarWinds
  • SolarWinds Trust Center
  • COVID-19 Response
Support
  • SolarWinds RMM
  • Solarwinds N-central
  • SolarWinds Backup
  • SolarWinds Mail Assure
  • SolarWinds Take Control
  • SolarWinds MSP Manager
  • Solarwinds Risk Intelligence
  • Solarwinds Threat Monitor
  • SolarWinds Passportal
  • SolarWinds Take Control Downloads
  • Backup & Recovery Downloads
  • Service Status

Footer 2

  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Security Information
  • Sitemap

© SolarWinds MSP Canada ULC and SolarWinds MSP UK Ltd.
All Rights Reserved.