Hacker News new | ask | show | jobs
by flyinprogrammer 1320 days ago
https://aws.amazon.com/controltower/

If we all started using Control Tower perhaps they'd get funded enough to continue to build it out and make it awesome.

5 comments

https://github.com/aws-samples/aws-secure-environment-accele...

I've used the ASEA to get a number of organizations setup. I prefer it to Control Tower (it can be installed on top of CT). The ASEA is open source and written in AWS cdk so it can be forked and modified if needed.

The guy or gal that's been working on it the last two years has slowly been working through my bucket list.

If I can just get guardrails that configure the basic AWS security foundation stuff like password policies, I'll be satisfied. And oddly enough, the CloudFormation coverage for this stuff is abysmal. We don't even allow IAM users in the member accounts, but we really need to check off this compliance box.

In the meantime, check out Substrate <https://src-bin.com/substrate/> and don’t worry about waiting for AWS to improve.
Mr. Crowley, did you forget to mention / disclose your association and financial interest tied to this product?

For context, https://www.linkedin.com/in/richarddcrowley indicates he works there.

The same link’s in the second sentence of the article. But, sure, I forgot.
It's a bit different of a situation from the usual product recommendations because the domain of the article and link in the comment is the same.
Seems relevant to me. The article is from your organization, and that information is something I wouldn't have known if not for the prior commenter's comment.
What a weird comment.
Having people disclose if they work for/have a vested interest in what they recommend sets HN apart from other communities.

It gives me a bit more confidence that I can trust what people recommend here and isn't just hidden marketing.

Kind of .. I think it's good that people are encouraged to disclose their interests on HN as a matter of course.
If they had disclosed their involvement in their profile at least I could give them the benefit of the doubt but in this case, like the other commenters, I assumed he had used the tool as a customer and had a positive experience, not that he was literally the founder of the group making the tool.

That’s not to say his opinion is not wanted, just that the potential bias should be made transparent.

It's a single comment on one hackernews thread that is already buried.

You're bikeshedding.

A DM is reasonable. Calling someone out in public like that is childish.
There aren‘t any DMs on Hacker News, and if he didn’t post that comment I would have thought it was a disinterested commenter recommending something they had used, not somebody who works on the project. The cultural norm here is to disclose when you are recommending your own product and it’s not childish to point out when people fail to do that, it’s reinforcing that cultural norm.
Far out - that website looks dodgy as. What on earth is going on with its fonts - it looks like a newspaper vomited onto the screen.
It looks like it's a super un-Javascripted website. It's only about 2.8MB to load when looking in Chrome Developer view.
It’s set in Computer Modern, the font Donald Knuth designed for TeX and which you most often encounter in academic papers.
It looks completely normal to me?
I thought it was just on my phone, but it's goofy as on the desktop too, this is what it looks like for me in Firefox: https://imgur.com/a/o0vGIq8
If config can go this long with half-assed implementation I don’t see why control tower is going to fare better with more adoption. Most large enterprises are going to want to roll their own anyway.
I looked at the landing page, but don't really understand when I would use this. Could you give a few examples of why this is useful?
Centralized management and application of IAM policy with the goal of giving teams the freedom to manage their own account, including account security, while still protecting the organization as a whole.

When customers request single tenancy in the cloud, where single tenancy is referring to an AWS account, being able to automate account management will be important when trying to scale.

Thanks!