ec2-api/doc/source/install/install-sh.rst

827 B

Installation by install.sh

Install and configure components

Install the packages:

# apt-get update
# git clone https://github.com/openstack/ec2-api.git
# cd ec2-api

Run install.sh

The EC2 API service gets installed on port 8788 by default. It can be changed before the installation in /etc/ec2api/ec2api.conf configuration file.

configuring.

The services afterwards can be started as binaries:

$ /usr/local/bin/ec2-api
$ /usr/local/bin/ec2-api-metadata

or set up as Linux services.

Configuring OpenStack for EC2 API metadata service