AWS Web3 Blog
Category: Technical How-to
IPFS on AWS, Part 2: Deploy a production IPFS cluster on Amazon EKS
This series of posts provides a comprehensive introduction to running IPFS (InterPlanetary File System) on AWS: In Part 1, we introduce the IPFS concepts and test IPFS features on an Amazon Elastic Compute Cloud (Amazon EC2) instance In Part 2, we propose a reference architecture and build an IPFS cluster on Amazon Elastic Kubernetes Service […]
IPFS on AWS, Part 1: Discover IPFS on a virtual machine
IPFS (InterPlanetary File System) is a storage protocol that allows content to be stored in a decentralized manner on the global IPFS network, without relying on any central entity. IPFS-enabled applications can benefit from a high level of redundancy and low latency, because content can be replicated, looked up, and downloaded from nearby IPFS nodes. […]
Build a digital asset tokenization framework for financial services use cases using Amazon Managed Blockchain – Part 1
This is the first post in a series of posts covering digital asset tokenization in financial services, a topic which is seeing tremendous interest in the sector. The series aims to be a guide for financial services customers looking to learn more about the topic, and who may be considering building a digital asset capability for their […]
Securely generate Ethereum validator keys at low cost using a serverless architecture on AWS
The new proof-of-stake consensus mechanism on Ethereum blockchain network allows network participants to earn rewards without spending a lot of computational power for playing a part in securing the network. Unlike miners, validators don’t need to spend many CPU cycles to produce new blocks. They stake 32 ETH (the native cryptocurrency on Ethereum) to be […]
Automate Avalanche node deployment using the AWS CDK: Part 1
Learn how to automate Avalanche node deployment on AWS using the AWS Cloud Development Kit (CDK). This post walks through the step-by-step process of setting up a blockchain node infrastructure, including creating S3 buckets for certificate backup, configuring KMS encryption, establishing EC2 instances, and implementing proper networking.