bhbsoft / fluffycloud

fluffycloud
0 stars 0 forks source link

dhcp options bug #27

Open armondhonore opened 9 years ago

armondhonore commented 9 years ago

@amitmetadesi

https://github.com/bhbsoft/fluffycloud/blob/vpc-api/api/json/aws/ec2/default/create-dhcp-options.json#L9

^ this value needs to be derived from values based on the region the dhcp is in.

http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPC_DHCP_Options.html

amitmetadesi commented 9 years ago

Checked the documentation and available ec2 commands but there is no command to get DHCP configuration values based on region. Even the existing create DHCP option functionality on amazon console is not performing any such check.