# Infrastructure
Please use the links below to reference architectures for common osmosis infrastructure setups. The reference architecture is specified ad Infrastructure As Code (IAC) using Terraform (opens new window) and can be used as a starting point to deploy blockchain nodes.
TIP
More Terraform infrastructure configurations will be open sourced soon, including configurations with other cloud providers.
# Resources
# DigitalOcean Terraform Modules
Single RPC node
Runs a single-rpc node with the latest osmosisd binary and automatically syncs the state from a pruned snapshot.
Single RPC node with Monitor Alerts
Runs the latest osmosisd binary and automatically syncs the state from a pruned snapshot with monitor alerts.
Single RPC with floating IP
Runs the latest osmosisd binary and automatically with pruned snapshot syncs behind a floating IP.
Load Balanced RPC node
Runs the latest osmosisd binary and automatically syncs the state from a pruned snapshot behind a load balancer.
Load Balanced RPC node with Monitor Alerts
Runs the latest osmosisd binary and automatically syncs the state from a pruned snapshot behind a load balancer.