1 Answer
- Newest
- Most votes
- Most comments
1
There is no strict limit on the number of Docker Compose-based components in AWS Greengrass.
- System resources: The number of components that can run concurrently depends on the device's resources (CPU, memory, disk space, etc.).
- Docker container limits: Docker has limits on the number of containers that can run simultaneously (typically around 100-200 containers per Docker daemon).
- Greengrass component limits: Greengrass has a soft limit of around 20-30 components per deployment. Exceeding this may cause issues

Thanks. Do you have any idea on how to fix my issue?
Can you modify the question to share the recipe for the component of the missing container?