Val Henderson Appointed to CEO

The What, When, and Why of AWS IoT Greengrass

IoT

Run Lambda functions locally and save time and money by using this open-source solution for IoT devices.

This blog was originally written and published by Trek10, which is now part of Caylent.

First of all, what is AWS IoT Greengrass?

AWS IoT Greengrass is “an open-source edge runtime and cloud service for building, deploying, and managing device software”. Put simplistically, it is a compute service that you can run on edge/IoT devices and manage from the AWS Cloud; it is often used to configure and deploy the software that runs on gateways sitting between IoT devices and the cloud. Greengrass is made up of two key components.

First, let’s discuss the Greengrass edge runtime, which is AWS software that runs on Linux/Windows environments. The runtime is composed of modules called “components”, which are independent application services running on a device. Components are further subdivided in two parts: artifacts and recipes—the first containing the component code and the second the configuration.

Second, there is the cloud service which provides tools to manage edge/IoT devices by allowing users to create, update and deploy application components, grouping devices, and interacting with other AWS Services (like Amazon CloudWatch Logs) to monitor device events without accessing the local file system, among others.

Why should you use AWS IoT Greengrass?

AWS IoT Greengrass provides a lot of capabilities to IoT and Edge devices out of the box. Thanks to its modular philosophy (meaning that AWS Greengrass models all the software pieces that are developed and deployed as components), components can represent applications, libraries, or any code that you would run on a device. AWS and the community have developed some components to provide your device with several cool features like:

  • Run AWS Lambda locally
  • Run machine learning models on edge devices
  • Send MQTT messages to AWS
  • Stream high volumes of data to AWS
  • Publish metrics to Amazon CloudWatch
  • Connect devices locally using MQTT (without an Internet connection)
  • Over-the-air updates
  • Grafana
  • LoRaWaN adapter
  • Easy interaction with other AWS Services, like Amazon S3 or AWS Secrets Manager

You can also write your custom components to match specific requirements on your local device or in the cloud. You can find more information about custom component development here.

When should you use AWS IoT Greengrass?

You should use AWS IoT Greengrass when you need to extend AWS services and capabilities to the edge. Whether it’s connecting a manufacturing floor to the cloud for data ingestion, managing IoT Gateways, or making a machine learning model available for local inference, Greengrass has dozens of features and capabilities to run your workload at the edge and centrally manage it from AWS.

There are some device requirements you must consider to install and run AWS Greengrass so ensure your device meets them prior to developing your edge/IoT application:

  • Root access
  • A minimum of 256MB of disk and 96MB of RAM (not suitable for microcontrollers, but you can use FreeRTOS with AWS IoT Greengrass integration)
  • Some other minor restrictions like Java 8 or later and GNU C Library 2.25 running installed on the device.

How much does AWS IoT Greengrass cost?

AWS IoT Greengrass is generally affordable. It costs $0.16 a month per device as long as it is authenticated with AWS within a month. If the device runs standalone without communicating to AWS, the cost is $0. Take into account that any other service(s) the device uses will be charged as the service pricing defines it. For a piece of more detailed pricing information, visit AWS IoT Greengrass Pricing.

IoT
Trek10 Team

Trek10 Team

Founded in 2013, Trek10 helped organizations migrate to and maximize the value of AWS by designing, building, and supporting cloud-native workloads with deep technical expertise. In 2025, Trek10 joined Caylent, forming one of the most comprehensive AWS-only partners in the ecosystem, delivering end-to-end services across strategy, migration and modernization, product innovation, and managed services.

View Trek10's articles

Learn more about the services mentioned

Caylent Catalysts™

IoT

Connect, understand, and act on data from industrial devices at scale to improve uptime, efficiency, and reliability across manufacturing, energy, and utilities.

Caylent Services

Managed Services

Reliably Operate and Optimize Your AWS Environment

Caylent Services

Infrastructure & DevOps Modernization

Quickly establish an AWS presence that meets technical security framework guidance by establishing automated guardrails that ensure your environments remain compliant.

Accelerate your cloud native journey

Leveraging our deep AWS expertise

Get in touch

Related Blog Posts

Serverless Architectures: IoT

Explore how serverless architectures power IoT applications — from event‑driven design and scalability to AWS services like Lambda, IoT Core, and real‑time processing — for efficient, reliable connected systems.

IoT

Security Profile of IoT Devices

Learn how IoT devices differ from traditional IT systems in risk and behavior, and explore key security practices — including authentication, monitoring, and AWS IoT tools — to protect connected devices from threats and unauthorized access.

IoT

Three Cost-Effective Design Patterns for AWS IoT Data Ingestion

Reduce AWS IoT data ingestion costs by 68% with Amazon Kinesis batching vs AWS Lambda alone. Compare Amazon SQS and Amazon Kinesis patterns for cost, retention, and propagation delay.

IoT