Description of EC2 configuration options
Configuration option = Default value Description
[DEFAULT]
= $my_ip (StrOpt) The internal IP address of the EC2 API server
= $my_ip (StrOpt) The IP address of the EC2 API server
= 0.0.0.0 (StrOpt) The IP address on which the EC2 API will listen.
= 8773 (IntOpt) The port on which the EC2 API will listen.
= / (StrOpt) The path prefix used to call the ec2 API server
= 8773 (IntOpt) The port of the EC2 API server
= False (BoolOpt) Return the IP address as private dns hostname in describe instances
= http (StrOpt) The protocol to use when connecting to the EC2 API server
= True (BoolOpt) Validate security group names according to EC2 specification
= 300 (IntOpt) Time in seconds before ec2 timestamp expires
= None (IntOpt) Number of workers for EC2 API service. The default will be equal to the number of CPUs available.
= False (BoolOpt) Disable SSL certificate verification.
= http://localhost:5000/v2.0/ec2tokens (StrOpt) URL to get token from ec2 request.
= 5 (IntOpt) Number of failed auths before lockout.
= 15 (IntOpt) Number of minutes to lockout if triggered.
= 15 (IntOpt) Number of minutes for lockout window.
= (ListOpt) List of region=fqdn pairs separated by commas