ec2-api/doc/source/configuration/tables/ec2api-service.rst

1.4 KiB

Description of EC2API Service configuration options
Configuration option = Default value Description
[DEFAULT]
ec2api_listen = 0.0.0.0 (String) The IP address on which the EC2 API will listen.
ec2api_listen_port = 8788 (Integer) The port on which the EC2 API will listen.
ec2api_use_ssl = False (Boolean) Enable ssl connections or not for EC2 API
ec2api_workers = None (Integer) Number of workers for EC2 API service. The default will be equal to the number of CPUs available.
ssl_cert_file = None (String) SSL certificate of API server
ssl_key_file = None (String) SSL private key of API server
use_forwarded_for = False (Boolean) Treat X-Forwarded-For as the canonical remote address. Only enable this if you have a sanitizing proxy.