Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

At times, you may want to build an IDA starting with a base AMI containing no previous edX code. To find the proper base AMI for most IDAs (including edx-platform):

  1. Visit this URL: http://cloud-images.ubuntu.com/locator/ec2/
  2. Enter the following terms in the search box: us-east-1 hvm ssd xenial amd
    1. Exactly one AMI should be showing in the filtered list:
    2. The term definitions:
      1. us-east-1: The region in which we run our edX infrastructure (currently).
      2. hvm: Virtualization type allowing faster virtualization
      3. ssd: Supports solid-state drives for fast disk access.
      4. xenial: Codename for Ubuntu 16.04
      5. amd: System processor
  3. Use the AMI ID, which is in the form "ami-xxxxxxxx".
  • No labels