AWS icon quiz
181–190 of 193 posts
Re: AWS icon quiz
#182Earlier quoted context omitted.
They've been tweaking the UI of the AWS console recently at least, but, they still have a loooong way to go.
I was happy that they finally added a simple search tool for their tools on their homepage. It wouldn't be a very sustainable business, but you could make good money selling a chrome extension that cleans up AWS similar to what Reddit Enhancement Suite does.
Re: AWS icon quiz
#183Earlier quoted context omitted.
Yes, Cloudformation is my main tool too. I just simplified my comment. Read it as managed by code, be it CF, python, awscli from shell, and all of it in the end boils down to specific API calls.
The key thing is a repeatable process that's checked in, which pointing and clicking in the console is not.
For instance we have a process that sends sns messages for alerts. It’s just as easy to go into the console and subscribe to the sns event notifications (emails and sms).
Second example. I initially configure passwords with CF (of course with parameters that are added when you run it.) It’s easier to go into the console afterwards to change passwords as it would be to update the stack and renter the passwords.
You aren’t going to store passwords in source control anyway.
Re: AWS icon quiz
#184Earlier quoted context omitted.
For most AWS stuff, "E" stands for "Elastic".
My favourite AWS naming was when E became EC2, as in ECS.
Which is good, otherwise ECS Fargate wouldn't have made a lot of sense.
Re: AWS icon quiz
#185Re: AWS icon quiz
#186The services don't even have consistent icons displayed between them, I tend to think the icons are actually completely meaningless.
Sorry if you worked on these icons I guess.
Re: AWS icon quiz
#187Aws feels like it was built by a bunch of siloed teams. There's a lot of design inconsistency I notice every time I'm in the console. For example, deleting entities is never consistent. Some just do it, some ask you to type in the name, some as you to type "delete me". Some entities have a name and a description field that are immutable on creation, even though they also have a unique id. I now have drop downs everyw…
Re: AWS icon quiz
#188Aws feels like it was built by a bunch of siloed teams. There's a lot of design inconsistency I notice every time I'm in the console. For example, deleting entities is never consistent. Some just do it, some ask you to type in the name, some as you to type "delete me". Some entities have a name and a description field that are immutable on creation, even though they also have a unique id. I now have drop downs everyw…
Console is just for checking stuff. Real infra is managed by APIs.
Re: AWS icon quiz
#189Earlier quoted context omitted.
And similarly, Jetbrains. Having the product intitials in the icon is incredibly helpful.
Jetbrains products' icons are OK, but there's clearly a gradual Adobification going on. Their designers recently declared that colored icons were distracting (?) and are currently moving most of the them to gray. Quite confusing when gray usually means disabled.
Re: AWS icon quiz
#190Earlier quoted context omitted.
The key thing is a repeatable process that's checked in, which pointing and clicking in the console is not.
Not always. For instance we have a process that sends sns messages for alerts. It’s just as easy to go into the console and subscribe to the sns event notifications (emails and sms). Second example. I initially configure passwords with CF (of course with parameters that are added when you run it.) It’s easier to go into the console afterwards to change passwords as it would be to update the stack and renter the passw…
I agree it doesn't add much value for a single user rotating their own password.