Send ISS Location Updates Every Minute to AWS SQS Queue - n8n Workflow | Neura Market
Send ISS Location Updates Every Minute to AWS SQS Queue
Fetches International Space Station position every minute via API and queues latitude, longitude, timestamp, and name in AWS SQS for real-time processing.
This workflow automates the retrieval and queuing of International Space Station (ISS) location data. It uses a Cron node to trigger execution every minute, followed by an HTTP Request to the Where The ISS At API (https://api.wheretheiss.at/v1/satellites/25544/positions) to fetch current position details including latitude, longitude, timestamp, and name. A Set node then formats and filters this data to pass only essential fields downstream.
Finally, the AWS SQS node sends the structured payloa
Platform
n8n
Category
Travel & Hospitality
Price
$9.99
Creator
Fred Garcia
ISS
satellite tracking
AWS SQS
cron automation
HTTP API
location data
space monitoring
queue messaging
real-time updates
geospatial
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.