Overview
This AMI is for developing IOST Dapp, including iServer and iWallet.
It contains the iServer docker image (iostio/iost-node).
IServer is automatically launched via docker, and it creates a local IOST blockchain for testing.
You may use iWallet to check current status: iwallet state
.
Or to get logs of iServer: tail -f /data/iserver/logs/iost.log
.
You may also want to upgrade to the latest release using the one-button script .
For further details please visit IOST docs .
Highlights
- IOST
- CLI
Details
Typical total price
$0.10/hour
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.medium | $0.00 | $0.046 | $0.046 |
t2.large | $0.00 | $0.093 | $0.093 |
t2.xlarge | $0.00 | $0.186 | $0.186 |
t2.2xlarge | $0.00 | $0.371 | $0.371 |
t3.medium | $0.00 | $0.042 | $0.042 |
t3.large | $0.00 | $0.083 | $0.083 |
t3.xlarge | $0.00 | $0.166 | $0.166 |
t3.2xlarge | $0.00 | $0.333 | $0.333 |
m3.medium | $0.00 | $0.067 | $0.067 |
m3.large | $0.00 | $0.133 | $0.133 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
disabled
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
Additional details
Usage instructions
- Launch an ec2 using this AMI.
- Login launched ec2 using the username 'iost' via SSH.
- It will start a local iServer on boot; to check its log:
docker logs iserver
; all logs locates at/data/iserver/logs
. - Interact will the local blockchain using iWallet:
iwallet state
.
For further details please visit IOST docs .
Resources
Vendor resources
Support
Vendor support
forum: https://hub.iost.io/ slack: https://iost-community.slack.com/ our official website: https://iost.io whitepaper:
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Build a development environment for IOST easily and quickly
Environmental construction and starting the node of IOST are possible in several minutes according to instructions shown the web site. Basic tools are also installed, so a developer can deploy a Dapp and test it quickly.