Cloud computing has significantly changed the way companies operate. The option of using networks of remote servers hosted on the internet to store, manage, and process data enables organizations to scale and accelerate their digital transformation. The leading cloud infrastructure service provider is Amazon Web Services (AWS), which covers more than half of the global hyper-scale cloud market of Infrastructure as a service (Iaas) and Platform as a Service (PaaS).

AWS products range from data storage and networking to machine learning applications, offering solutions for pretty much every business domain. For all the functionality, it can be complicated to manage data between AWS and other services that are usually needed for a complete application. This process typically relies on either manual transfers or technical solutions, which are often complex to set up and unmanageable by users outside the engineering team.

This is where no-code workflow automation comes in: with n8n’s 11 AWS nodes (AWS Comprehend, AWS DynamoDB, AWS Lambda, AWS Rekognition, AWS S3, AWS SES, AWS SNS & AWS SNS Trigger, AWS SQS, AWS Textract, and AWS Transcribe), you can build workflows that automate mission-critical processes in your organization and provide an overview of your workflow orchestration in a single application.

AWS integrations (nodes) in n8n

In this article, we’ll show you 7 workflow automations using AWS integrations that you can copy-paste to implement in your business.

  1. Analyze text sentiment with AWS Comprehend
  2. Sync data between AWS S3 and Google Drive
  3. Extract text from receipts or invoices with AWS Textract
  4. Transcribe cloud-stored audio files with AWS Transcribe
  5. Label images with AWS Rekognition
  6. Email screenshots with AWS SES
  7. Send localized emails with AWS SES

Analyze text sentiment with AWS Comprehend

The Natural language processing (NLP) market is forecast to increase rapidly in the next few years, with more and more businesses adopting NLP applications to derive insights from speech and text. The AWS Comprehend node uses Amazon’s NLP service, which allows you to analyze the sentiment of a text and identify the dominant language in which the text is written. These functions are particularly useful for analyzing reviews or feedback messages at scale.

For example, if you ask your clients for feedback via Typeform, you would want to know immediately if there was a negative response. This workflow that analyzes feedback sentiment allows you to do that automatically! It analyzes the sentiment of the responses as soon as they are submitted, and you can send negative responses to a Mattermost (or Slack) channel, to be handled by your customer service team.

Workflow for analyzing feedback sentiment with AWS Comprehend
Workflow for analyzing feedback sentiment with AWS Comprehend

Sync data between AWS S3 and Google Drive

By 2025, around 100 zettabytes of data will be stored in the cloud. As of 2021 already, companies store around 50% of all corporate data in the cloud, as a measure to improve security, reliability, and business agility.

n8n provides nodes for the most popular storage services like AWS S3, Google Drive, and Dropbox, which allow you to create buckets or folders, upload and download files, and manage users. This Google Drive & AWS sync workflow lets you sync files one-way (or two-ways) between Google Drive and AWS S3 so that, whenever a file is updated in Google Drive, it is automatically updated in S3 as well. This way, you can rest assured that your data is up-to-date and doesn’t get lost or wrongly overwritten, and it only takes a few minutes to set up the workflow!

Workflow for syncing data between Google Drive and AWS S3
Workflow for syncing data between Google Drive and AWS S3

Extract text from receipts or invoices with AWS Textract

An emburse report found that 29% of organizations rely on manual processes and spreadsheets for managing expenses, and 67% need up to one week to process expense reports–slowing down the overall business. It comes as no surprise then that automation is the most valued solution, particularly for mobile receipt capture.

With this text-extraction workflow for Telegram, you only need to send a photo of your receipt in a Telegram channel; from there, the AWS Textract node extracts the text from the photo (like vendor and price), then this information is stored in Airtable for analysis. For a nicer user experience, you can take this workflow a step further and build an expense-tracking app.

Workflow for extracting text from receipts with AWS Textract
Workflow for extracting text from receipts with AWS Textract

Transcribe cloud-stored audio files with AWS Transcribe

Unlike written text, audio data can’t be searched and analyzed by computers. This makes it more difficult to analyze and derive insights from sources like customer service calls, speeches, or presentations, or repurpose this content. A solution to this problem comes from Amazon Transcribe, which uses automatic speech recognition to convert speech to text.

The AWS Transcribe node can create, delete, and get transcription jobs for audio or video files. For the use case mentioned above, we created a workflow that automatically transcribes audio files uploaded to Google Drive, and stores the recording information and transcript in Google Sheets.

Workflow for transcribing audio files with AWS Transcribe
Workflow for transcribing audio files with AWS Transcribe

Label images with AWS Rekognition

Computer vision technologies like AWS Rekognition can be used across industries, for example, to classify traffic signs for autonomous vehicles, verify a person’s identity with facial recognition, and even detect skin cancer.

With the AWS Rekognition node, you can automate the process of identifying faces, labels, and celebrities in images. If you already have a collection of images, you can tweak the previous workflow and replace the AWS Transcribe node with the AWS Rekognition node.

If you don’t, you can use this image collection & annotation workflow to search for images on a specific query (for example, with Google’s Custom Search API), detect labels in them, and store this information in a Google Sheet to serve as a data set for training machine learning models. This way, you can save your team hours of manually collecting and labeling images, and drastically cut the costs associated with these tasks.

Workflow for labeling images with AWS Rekognition
Workflow for labeling images with AWS Rekognition

Email screenshots with AWS SES

Amazon Simple Email Service (SES) aims to help digital marketers and application developers send transactional emails easier. The AWS SES node allows you to send emails and manage templates and custom verification emails from within any application.

For example, you can include this node in a workflow that automatically takes screenshots of a specified website, saves them to Dropbox, and emails them to responsible team members. With this automation, you can save precious time on tedious tasks and instead focus on your business ideas.

Workflow for emailing screenshots with AWS SES
Workflow for emailing screenshots with AWS SES

Send localized emails with AWS SES

Another use case for AWS SES is email localization, which means adapting your text to readers who speak different languages or live in different countries. 60% of global consumers rarely or never buy from English-only websites; as a result, 80% of marketers consider content localization essential for entering new markets, and 71% attribute increased sales to their localization strategy. In short, to effectively reach your target customers, you should invest in proper localization.

Here’s a quick idea to start optimizing your email marketing campaign: this marketing email localization workflow detects your web visitors’ countries by IP address and, depending on the region, sends the users an email in English or Spanish. You can tweak the workflow to make an even finer distinction between European and Latin American Spanish, for example, and adjust your text accordingly. With a few clicks, this automation can improve customer experience and engagement.

Workflow for sending localized emails with AWS SES
Workflow for sending localized emails with AWS SES

Start automating!

In this post, we showed you seven workflow ideas for automating for AWS tasks. Using the linked templates, it should only take a few minutes to set up each workflow. It’s a minor time investment with major benefits: saving up hours of tedious manual work,  increasing conversion rates, improving customer experience, solidifying data processing pipelines, and speeding up business insights.

The best part is, you can start automating for free with n8n. The easiest way to get started is to download the desktop app, or sign up for a free n8n cloud trial. Thanks to n8n’s fair-code license, you can also self-host n8n for free.

Do you have other ideas for AWS workflows? Let us know in the community forum or on Twitter. And if you want to get more content about automation, subscribe to our newsletter 📧