C:\vagrant\aws>vagrant status
There are errors in the configuration of this machine. Please fix
the following errors and try again:
AWS Provider:
* The following settings shouldn't exist: customize, memory, size
Vagrant:
* Unknown configuration section 'customize'.
* Unknown configuration section 'memory='.
* Unknown configuration section 'size='.
configurations
override.size="409"
override.memory="4096"
aws.memory = "4094"
aws.size = "4094"
override.customize ["modifyvm", :id, "--memory", "4096"]
aws.customize ["modifyvm", :id, "--memory", "4096"]