Open matextrem opened 3 years ago
Analyze the risk and how to implement it.
@ArseniiPetrovich Can you take a look at this ticket and check how it will be the best way to implement it?.
@veaceslavdoina Can you give us a bit more info on your findings about the Transaction Service (https://github.com/gnosis/safe-transaction-service)? What is the approximate costs, etc?
@fapesteguia Do we need to deploy it already somewhere, or are we still investigating?
@ArseniiPetrovich, beases on our tests:
RDS
\
Safe Transaction <-- ALB <-- Client
/
ElastiCache
Costs
Component | Type | Size | Price |
---|---|---|---|
LB | ALB | - | $18.40 |
DB | RDS | db.t3.small | $37.80 |
Redis | Elasticashe | cache.t3.small | $32.12 |
Safe-transaction | EC2 | c5.large | $78.15 |
Moonbeam | EC2 | c5.2xlarge | $315.09 |
TOTAL: $481.56
Such deploy can serve for about 300 requests per second.