Cascadia
  • Welcome to Cascadia
    • Brand Guidelines
    • Official Links
  • Artificial Intelligence
    • Incentives
  • Developers
    • Addresses
    • CosmWasm
      • Smart Contracts
      • Install Requirements
      • Set your Environment
      • Optimization
      • Deployment
      • Multi-Chain Contracts
        • The Actor Model
      • CW1 Subkeys Contract
        • Guide
      • CW20 Base Contract
        • Guide
      • C721 Base Contract
        • Guide
      • Upload Contract
        • Create a WASM File
      • Sign and Verify
        • Guide
    • Solidity
      • Deployment
      • Verification
        • Block Explorer
        • Hardhat
  • Directory
    • Address
    • API
    • Applications
    • Explorer
    • Faucet
    • Genesis
    • Governance
    • GRPC
    • Guide
    • Peers
    • RPC
    • Snapshot
    • State Sync
    • Website
    • Websocket
  • Governance
    • Align
      • Cooldown Period
      • Functions
    • Off-Chain
    • On-Chain
      • Voting
    • Proposals
      • On-Chain Voting via CLI
      • Proposal (Example)
    • VeTokenomics
      • Model
      • Voting Power Calculation
    • Analytics
  • Network
    • ChainID & Address Prefix
    • Configuration
    • Consensus
    • Denomination
    • Distribution
      • Block Rewards
      • Gas Fees
    • ESG
    • Faucet
    • Modules
    • Parameters
    • Peers
  • Security
    • Disclosure Policy
    • Multisignature
  • Staking
    • Claim
    • Delegate
    • Manual
    • Redelegate
    • Undelegate
  • Use Cases
    • Business Development and Marketing
    • Consumer Relationship Management
  • Node
    • Cloud Platforms
      • Amazon Web Services
      • Google Cloud Platform
    • Snapshot
    • State-Sync
    • Upgrade
      • Automated
      • Manual
  • Validators
    • System Requirements
    • Installation
    • Reference
      • Customization
  • Community
    • Discord
    • Telegram
    • Twitter
  • Legal
    • Privacy Policy
    • Terms & Conditions
Powered by GitBook
On this page
Edit on GitHub
  1. Node
  2. Cloud Platforms

Amazon Web Services

PreviousCloud PlatformsNextGoogle Cloud Platform

Last updated 1 year ago

Step 1: Sign up for an AWS account.

  1. Navigate to , and click on "Create an AWS account."

  2. Provide your email address, password, and your preferred AWS account name.

  3. Choose the "Basic" support plan and confirm.

Step 2: Set up an EC2 instance.

Once you have created an AWS account, sign in to the AWS Management Console and go to the EC2 Dashboard.

  1. Click on "Launch Instance."

  2. Choose the "Ubuntu Server 20.04 LTS" or a later version.

  3. Select an appropriate instance type. The "t2" series, "t2.micro", is included in the Free Tier. "T3.large" is recommended.

  4. Create a new key pair (or select an existing one you have), and download the private key file.

  5. Add the appropriate storage. Check the minimum requirements .

Step 3: Connect to your EC2 instance.

To connect to your EC2 instance, open your preferred terminal and click the "EC2 Instance Connect" button. This will allow you to securely connect to your instance using SSH.

Once the command prompt opens up, follow the next steps .

https://aws.amazon.com
here
here