Amazon has two toolsets that have to be used for ami creation ec2 api tools and ec2 ami tools which both require EC2_HOME environmental variable to be set. So it seems like I can only use one of them toolsets at a time in a single terminal? and if I have to use another toolset - I have to export EC2_HOME variable to correct location every time I need to witch toolset - is this correct?
What would one do if I want to use both toolsets from single terminal. Iknow that I can open multiple terminals and setting EC2_HOME to various location that way - but it seems like a bit contr-productive.
any ideas?