https://www.channelfutures.com/wp-content/themes/channelfutures_child/assets/images/logo/footer-new-logo.png
  • Home
  • Technologies
    • Back
    • SDN/SD-WAN
    • Cloud
    • RMM/PSA
    • Security
    • Telephony/UC/Collaboration
    • Cable
    • Mobility & Wireless
    • Fiber/Ethernet
    • Data Centers
    • Backup & Disaster Recovery
    • IoT
    • Desktop
    • Artificial Intelligence
    • Analytics
  • Strategy
    • Back
    • Mergers and Acquisitions
    • Channel Research
    • Business Models
    • Distribution
    • Technology Solutions Brokerages
    • Sales & Marketing
    • Best Practices
    • Vertical Markets
    • Regulation & Compliance
  • MSP 501
    • Back
    • 2022 MSP 501 Rankings
    • 2022 NextGen 101 Rankings
  • Intelligence
    • Back
    • Galleries
    • Podcasts
    • From the Industry
    • Reports/Digital Issues
    • Webinars
    • White Papers
  • Channel Futures TV
  • EMEA
  • Channel Chatter
    • Back
    • People on the Move
    • New/Changing Channel Programs
    • New Products & Services
    • Industry Honors
  • Resources
    • Back
    • Advisory Boards
    • Industry Organizations
    • Our Sponsors
    • Advertise
    • 2022 Editorial Calendar
  • Awards
    • Back
    • 2022 MSP 501
    • Channel Influencers
    • Circle of Excellence
    • DE&I 101
    • Channel Partners 101 (CP 101)
  • Events
    • Back
    • CP Conference & Expo
    • MSP Summit
    • Channel Partners Europe
    • Channel Partners Event Coverage
    • Webinars
    • Industry Events
  • About Us
  • DE&I
Channel Futures
  • NEWSLETTER
  • Home
  • Technologies
    • Back
    • SDN/SD-WAN
    • Cloud
    • RMM/PSA
    • Security
    • Telephony/UC/Collaboration
    • Cable
    • Mobility & Wireless
    • Fiber/Ethernet
    • Data Centers
    • Backup & Disaster Recovery
    • IoT
    • Desktop
    • Artificial Intelligence
    • Analytics
  • Strategy
    • Back
    • Mergers and Acquisitions
    • Channel Research
    • Business Models
    • Distribution
    • Technology Solutions Brokerages
    • Sales & Marketing
    • Best Practices
    • Vertical Markets
    • Regulation & Compliance
  • MSP 501
    • Back
    • 2022 MSP 501 Rankings
    • 2022 NextGen 101 Rankings
  • Intelligence
    • Back
    • Galleries
    • Podcasts
    • From the Industry
    • Reports/Digital Issues
    • Webinars
    • White Papers
  • Channel Futures TV
  • EMEA
  • Channel Chatter
    • Back
    • People on the Move
    • New/Changing Channel Programs
    • New Products & Services
    • Industry Honors
  • Resources
    • Back
    • Advisory Boards
    • Industry Organizations
    • Our Sponsors
    • Advertise
    • 2022 Editorial Calendar
  • Awards
    • Back
    • 2022 MSP 501
    • Channel Influencers
    • Circle of Excellence
    • DE&I 101
    • Channel Partners 101 (CP 101)
  • Events
    • Back
    • CP Conference & Expo
    • MSP Summit
    • Channel Partners Europe
    • Channel Partners Event Coverage
    • Webinars
    • Industry Events
  • About Us
  • DE&I
    • Newsletter
  • REGISTER
  • MSPs
  • VARs / SIs
  • Agents
  • Cloud Service Providers
  • Channel Partners Events
 Channel Futures

Cloud


10, ten

10 AWS and Azure Features MSPs Should Know — and Exploit

  • Written by Kurt Marko
  • October 24, 2018
Your customers are swamped by the volume, variety and velocity of new and updated services coming from hyperscale cloud providers. That spells opportunity for partners who can stay current and put offerings into a business perspective.

A funny thing happened on the way to Amazon world domination and the cloud-annihilating MSPs on the altar of self-service convenience: AWS, Azure and other hyperscale clouds turned into business opportunities and excellent sources of new customers and revenue.

It turns out that as these providers expand their portfolios into a labyrinthine mix of infrastructure, analytics, AI and developer and management services, most customers realize they need help. Sure, large enterprises and cloud-native startups can navigate the complexity on their own, but the types of organizations already drawn to MSPs for a variety of IT functions can quickly get in over their heads when trying to operate production systems, analyze company data or develop new applications on cloud infrastructure.

While cloud services from AWS and Azure offer MSPs tremendous possibilities, they come with a steep learning curve that means turning them into a business requires a serious commitment by both the management and staff. Indeed, even industry professionals can feel swamped by the pace of cloud-service introductions and updates, with AWS typically introducing dozens of new and updated products at its annual re:Invent conference in November.

We’re here to help with a roundup of features on the two most popular cloud platforms that MSPs shouldn’t miss.

Since many organizations come to MSPs and cloud-service partners for help with infrastructure, application and service operations and management, we highlight five services on each platform that can reduce management overhead, improve security, add visibility into usage and performance, and generally assist with running a multitenant cloud business.

AWS Management and Automation Services

  1. CloudWatch is a log collection, monitoring and analysis service that’s indispensable for keeping abreast of an AWS environment — think of it as a combination syslog server and Splunk-lite. While CloudWatch has the alerting and dashboard features MSPs would expected of any monitoring tool, its real power comes in its automation potential. For example, you gain the ability to trigger responses to events, such as auto-scaling EC2 instances, invoking a Lambda (serverless) function or posting to an Amazon SNS (Simple Notification Service) event queue, or “topic,” in AWS-speak.
  2. CloudTrail is another monitoring and auditing tool. It logs changes to an AWS account by recording all AWS API calls, similar to how a Linux tool like Tripwire logs any change to system files. On AWS (and other cloud services), every operation is performed using APIs for each service, which makes CloudTrail a means to granularly track access to things like the AWS Management Console, CLI usage or any changes to a deployed service. It logs so-called “Trails,” definitions of the events to be tracked, to an S3 bucket in JSON format that can be monitored with CloudWatch or filtered in real time for troubleshooting.
  3. Config is another auditing service, but this time focused on verifying that operating AWS systems match predefined configuration templates. Config continually watches for configuration changes and, like CloudWatch, can post notifications to Amazon SNS when it detects events. Config can also auto-discover resources in an AWS account, record their configurations and use those as baselines against which future changes are logged. Config can use compliance rules built by AWS or custom rules written as a Lambda function (which supports Node.js, Python or Java). 
  4. AWS Systems Manager is an automation tool that centralizes data and management of multiple services and resources. MSPs can create a hierarchical structure for similar resources, like EC2 instances, S3 buckets, RDS databases or EFS shares, allowing them to be grouped by type, application, customer or whatever organizational unit makes sense for customers. Systems Manager console integrates with AWS Resource Groups and can create or automate actions across a group. Automation tasks are encoded as JSON documents that can be executed through the AWS Management Console, CLI or various service SDKs and be manually started or automatically triggered in response to CloudWatch events.
  5. Trusted Advisor is a resource-optimization tool that checks an AWS environment for compliance with best practices in five areas: cost management, performance, security, fault tolerance and service limits. For example, it will examine the usage rates of EC2 on-demand instances to identify those that are candidates for reserved instances (steady-state usage), downsizing (underutilization) or load balancing. Likewise, it scans for security vulnerabilities, such as instances with unrestricted access or open ports, overly permissive S3 bucket permissions or root/administrator accounts with lax IAM passwords and no multifactor authentication. Note that access to all Trusted Advisor features requires a business or enterprise support plan.

Azure Management and Automation Services

 

  1. Automation is an Azure service that facilitates the programmatic execution of repetitive tasks. It can be used to automate: processes, using PowerShell or Python runbooks; configuration management, to collect inventory, track changes or compare running infrastructure with defined configurations; and update systems. It supports role-based access controls (RBAC) to allow segmenting administrative responsibilities and source code control systems (GitHub and Visual Studio Team Services) for collaborative development of runbooks.
  2. Advisor is a resource-optimization service, similar to AWS Trusted Advisor, that checks a customer’s environment for compliance with best practices in the same four areas: cost, performance, security and reliability/high availability. For example, it’s best to protect applications against the failure of a compute instance by running it across two or more VMs in an availability set, so Advisor will flag instances that aren’t part of a set. Likewise, it will identify VMs not configured to back up their data and run an environment through Azure Security Center to identify security weaknesses and adherence to any custom security policies.
  3. Monitor collects service metrics (real-time records of system variables) and logs (telemetry records and events) across a range of Azure services and customer applications. It can also collect data from Application Insights, Azure’s APM service for web applications. Monitor writes metrics into a data store that feeds the Metrics Explorer UI in the Azure Portal and sends log data to Log Analytics, formerly a standalone service that is being integrated into Monitor, for further analysis; it has a dashboard to summarize data or perform ad-hoc analysis, valuable to MSPs to answer customer queries. Monitor can also trigger alerts or actions, like auto-scaling an instance group, when data exceeds defined limits.
  4. Azure Migrate scans on-premises VMware workloads to assess their suitability for migration to Azure VM instances. Migrate can auto-discover VMs and map dependencies of multitier applications. It also provides sizing recommendations based on each VMs runtime performance and estimates the monthly costs. Its output can feed Azure Site Recovery and Azure Database Migration services to automate the migration process. Although Migrate doesn’t yet work with Hyper-V VMs, running these through the Azure Site Recovery Deployment Planner will produce a similar set of recommendations.
  5. Azure Resource Manager (ARM) Templates are a mechanism to use the ARM portal’s APIs to automate resource configuration and deployment using a superset of JSON code. Templates add expressions and functions to the basic JSON syntax and support hierarchical nesting that allows templates to call (link to) other templates. The ARM portal has a GUI for authoring templates, but MSPs with dev chops can also write them in Visual Studio or your text editor of choice — preferably one with syntax checking.

MSP Action Items

Partners and service providers should view cloud services like AWS and Azure as business opportunities, not competitive threats. The fact is, many if not most of your customers have neither the resources nor the inclination to become experts at operating cloud infrastructure and services.

As to which of the hyperclouds to hitch your practice to, assess your existing customers. Do you support mostly Microsoft shops and want a full-stack solution, or are customers global and dev-focused, desiring robust API support?  

Next, start down the path of becoming a certified partner: Both AWS and Azure have formal partner programs with a variety of benefits around technical assistance, marketing and training. The following provide a good overview of each program:

  • AWS re:invent slides: Building a next-gen AWS MSP practice
  • AWS re:invent slide: AWS Partner Network 2018 and Beyond
  • Azure Microsoft cloud solution provider program (CSP) slides
  • Azure Managed service provider playbook

Finally, use the services we highlight above and the other management tools available on each cloud as the foundation of your cloud operations service portfolio.

Tags: Agents Cloud Service Providers MSPs VARs/SIs Best Practices Cloud Strategy

Most Recent


  • Cyber insurance
    Now Is the Time to Consider Cyber Insurance for Your Business
    If your business is online and accesses sensitive data, the need for cyber insurance is becoming critical.
  • Telarus leadership team
    Images: Telarus Hosts Partner Summit, Gives Partner, Supplier Awards
    See who landed Telarus' top partner award.
  • Making Waves
    7 Channel People Making Waves This Week at Kaseya, AT&T, Cohesity, More
    Cloud-managed service is the fastest-growing area one analyst said in response to an MSP acquisition this week.
  • Job cuts
    RingCentral Announced Layoffs Ahead of Strong Earnings Growth in Q2
    RingCentral says changing business needs necessitate the job cuts.

Leave a comment Cancel reply

-or-

Log in with your Channel Futures account

Alternatively, post a comment by completing the form below:

Your email address will not be published. Required fields are marked *

Related Content

  • Cloud Phone
    AT&T to Offer Up to 1 Million Customers Cisco Webex Calling
  • edge computing
    'Challenging Results' for MSPs in Channel Futures' Exclusive Quarterly Survey
  • Cloud Computing
    'No Drama'? Microsoft Status as SAP-Preferred Cloud Partner Fades
  • White House
    White House Urges Companies to Take Ransomware Attacks More Seriously

Upcoming Events

View all

MSP Summit

September 13, 2022 - September 16, 2022

Channel Partners Conference & Expo

May 1, 2023 - May 4, 2023

Galleries

View all

Images: Telarus Hosts Partner Summit, Gives Partner, Supplier Awards

August 5, 2022

7 Channel People Making Waves This Week at Kaseya, AT&T, Cohesity, More

August 5, 2022

The Gately Report: Zscaler Tracks New, Increasingly Dangerous Ransomware Group, Most Targeted Types of People

August 5, 2022

Industry Perspectives

View all

Seize the Application Modernization Opportunity

August 2, 2022

A Growth Mindset: Your Organization’s Strategic Differentiator

August 1, 2022

Timely Tips for Non-Negotiable Patch Updates

July 29, 2022

Webinars

View all

Outsmarting RaaS: Implementation Strategies To Help Your Clients Before, During, and After a Ransomware Attack

August 23, 2022

Why it is Important to Upgrade Aging Servers and How to use Live Optics to Upgrade Efficiently

August 25, 2022

Executives at Home are Not Alright: An Intro to Digital Executive Protection

September 8, 2022

White Papers

View all

Work Goes Remote – (and Other Top ITOps Trends)

May 25, 2022

The New Bottom Line: How MSPs Can Meet the Healthcare Crisis While Evolving Their Businesses

April 19, 2022

How to build a Security Operations Center (on a budget)

April 4, 2022

Channel Futures TV

View all

Vonage a ‘Single Communications Stack Provider’ for Partners, Customers

IBM, Partners and the $1 Trillion Hybrid Cloud Opportunity

June 26, 2022

Agents Share ‘Secrets,’ Industry Opportunity

May 11, 2022

AT&T, Microsoft, Cisco, ThreatLocker on Unlocking Partner Potential

May 6, 2022

Twitter

ChannelFutures

.@ConnectWise says use #cyberinsurance policies to protect from worst of cyberattack repercussions, but first beef… twitter.com/i/web/status/1…

August 8, 2022
ChannelFutures

Check out our pictures from the #TelarusPartnerSummit that @telarus hosted in Salt Lake City.… twitter.com/i/web/status/1…

August 5, 2022
ChannelFutures

Channel People Making Waves This Week Include: @spoonen, @RoyArsan, @TheAnneChow, @AnuragTechaisle… twitter.com/i/web/status/1…

August 5, 2022
ChannelFutures

.@RingCentral plans #layoffs after strong Q2 earnings. dlvr.it/SW7kd5 https://t.co/OIlLuYgyLJ

August 5, 2022
ChannelFutures

.@msftsecurity makes upgrades to #MicrosoftDefender. dlvr.it/SW7cpg https://t.co/KbPsyM8eYe

August 5, 2022
ChannelFutures

.@ZeroFox goes public after #SPAC merger. #cybersecurity dlvr.it/SW7NjC https://t.co/IhaO9vgDh7

August 5, 2022
ChannelFutures

.@Mitel's new developer portal, and integration into CloudLink, creates a "vibrant" communications developer commun… twitter.com/i/web/status/1…

August 5, 2022
ChannelFutures

Boost security, secure #SoftwareSupplyChain in light of #Log4Shell breach, says @synopsys. dlvr.it/SW7GbT https://t.co/NlKeEFUlMS

August 5, 2022

MSP 501

The industry's largest and most comprehensive partner awards program.

Newsletters and Updates

Sign up for The Channel Report, Channel Futures Update, MSP 501 Newsletter and more.

Live Channel Events

Get the latest information on the next industry-leading Channel Partners event.

Galleries

Educational slide shows and images from live events.

Media Kit And Advertising

Want to reach our audience? Access our media kit.

DISCOVER MORE FROM INFORMA TECH

  • Channel Partners Events
  • Telecoms.com
  • MSP 501
  • Black Hat
  • IoT World Today
  • Omdia

WORKING WITH US

  • Contact
  • About Us
  • Advertise
  • Newsletter

FOLLOW Channel Futures ON SOCIAL

  • Privacy
  • CCPA: “Do Not Sell My Data”
  • Cookie Policy
  • Terms
Copyright © 2022 Informa PLC. Informa PLC is registered in England and Wales with company number 8860726 whose registered and Head office is 5 Howick Place, London, SW1P 1WG.
This website uses cookies, including third party ones, to allow for analysis of how people use our website in order to improve your experience and our services. By continuing to use our website, you agree to the use of such cookies. Click here for more information on our Cookie Policy and Privacy Policy.
X