Skip to main content

Private Cloud FAQs

What do I need to order from AWS to install Corellium Private Cloud (CPC)?

We recommend purchasing a c8g.metal-24xl EC2 instance. A c7g.metal instance will also work, but be warned it has less cores and will be slower!

What AWS services do I need to run a CPC?

  • Graviton EC2 instance (see above types)
    • You'll need Amazon Virtual Private Cloud (VPC) in any of the below Amazon server regions:
      • US East (Ohio)
      • US East (N. Virginia)
      • US West (Oregon)
      • Asia Pacific (Sydney)
      • Asia Pacific (Tokyo)
      • Europe (Frankfurt)
      • Europe (Ireland)
  • An S3 bucket to store the package files required to instantiate the CPC instance.

What permissions are required?

You will need a PowerUser account with the following permissions:

  • EC2:AllocateAddress
  • EC2:AssociateRouteTable
  • EC2:AttachInternetGateway
  • EC2:AuthorizeSecurityGroupEgress
  • EC2:AuthorizeSecurityGroupIngress
  • EC2:CreateInternetGateway
  • EC2:CreateNatGateway
  • EC2:CreateNetworkAcl
  • EC2:CreateNetworkAclEntry
  • EC2:CreateRoute
  • EC2:CreateRouteTable
  • EC2:CreateSecurityGroup
  • EC2:CreateSubnet
  • EC2:CreateTags
  • EC2:CreateVpc
  • EC2:CreateVpcEndpoint
  • EC2:ModifySubnetAttribute
  • EC2:ModifyVpcAttribute
  • EC2:ModifyVpcEndpoint

How do I update my existing EC2 instance to the latest version of Corellium?

  1. Authenticate to your files portal (please refer to your credentials file or contact Corellium support for assistance).
  2. Copy your download link to the clipboard.
  3. Initiate the download link from your EC2 instance, using wget or curl (or similar):
    wget <download url here> -O private-cloud-x.y.z.tar.xz
  4. Once the download is completed, extract the archive with the following command:
    tar -xvf private-cloud-x.y.z.tar.xz
  5. Naviage to ~/private-cloud-x.y.z/ and run the installer:
    ./install.sh
  6. Reboot your instance.