Skip to content

CloudFormation templates for Kusama validator

Notifications You must be signed in to change notification settings

orlowskilp/kusama-validator-aws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Kusama validator orchestration on AWS

AWS CloudFormation templates to set up Kusama validator on AWS using AWS Elastic Container Service.

Considerations

  • Validator is placed in a public subnet,
  • There's a single public subnet (template has a comment explaining how to add more),
  • Only p2p port and prometheus port are open publicly,
  • No RPC ports are opened, as the validator needs to be secured,
  • Any and all RPC calls need to be executed from within the container (explanation how to attach to container shell provided),
  • No public SSH access allowed. AWS Session Manager is used for security (SSO or AWS Console Access only, both audited)

Releases

No releases published

Packages

No packages published