In May AWS introduced the ability to tag elastic beanstalk environments. We can't figure out how to tag an elastic beanstalk environment when we create it using "eb start."
We use the "eb command line interface" to create our environments. Using this mechanism you pass configuration parameters through the command line or using an .elasticbeanstalk/optionsettings.environment_name file. Anyone figure out how to tag an environment using an optionsettings file?
If not, does anyone know a way to tag an environment after it has been created?