open-guides / og-aws

📙 Amazon Web Services — a practical guide
Creative Commons Attribution 4.0 International
35.65k stars 3.87k forks source link

Update README.md #621

Closed AstroTom closed 6 years ago

AstroTom commented 6 years ago

Bug with spaces at the end of Tag keys

There is a bug in the ASG console where spaces after tag names are preserved. So if you type "Name " with an extra space at the end you will not get the expected behavior. This is probably true in other locations and SDKs also. Be sure you do not add trailing spaces to tag keys unless you really mean it.

QuinnyPig commented 6 years ago

Holy crap. Is this still the case? If so it's absolutely worth opening a feedback case with AWS! Merging in for the time being.

AstroTom commented 6 years ago

Yes, I have opened a case. But as you know AWS always says they can't provide any ETA for a fix. Thanks for the merge!