by templaedhel on 11/3/22, 12:32 AM with 103 comments
by flyinprogrammer on 11/3/22, 1:34 AM
If we all started using Control Tower perhaps they'd get funded enough to continue to build it out and make it awesome.
by scarface74 on 11/3/22, 2:08 AM
Don’t do this. I can’t think of a single reason that anyone ever needs to SSH directly into a server on AWS in 2022.
Use System Manager Session Manager
https://docs.aws.amazon.com/systems-manager/latest/userguide...
Short explanation: it allows you to access a Linux instance via SSH using SSM as an IAM controlled proxy or use RDP for Windows.
You don’t need ingress access to your instance or even egress internet access if your security policies mandate it as long as you set up the correct service endpoints.
Also, just use Control Tower and federate it with your IDP - Active Directory, Okta, etc.
by tedk-42 on 11/3/22, 11:23 AM
It's not a criticism of the author, more the current state of technology in AWS.
I'd really like to have just 1 AWS account where I can see and do everything there and not keep switching and think about account IDs or which account has what S3 bucket/server whatever.
by epberry on 11/3/22, 4:22 AM
There's one issue with companies using hundreds of AWS accounts if you're a vendor to them: integrating services. Some folks here may be interested in a technique called "CloudFormation StackSets" which can deploy bits of infrastructure to multiple AWS accounts in one command. Vantage uses this to setup our billing integration and we wrote up the method here, https://www.vantage.sh/blog/using-cloudformation-stacksets-t...
by throwawaaarrgh on 11/3/22, 4:37 AM
by medina on 11/3/22, 2:39 AM
by albert_e on 11/3/22, 11:49 AM
I should note that if you use AWS Control Tower Account Factory to create the member accounts then this role does not get created.
The "Audit" account that is created by Control Tower is probably the best one to serve as the Administrative Access Account
by ManuelKiessling on 11/3/22, 8:08 AM
by benatkin on 11/3/22, 2:10 AM
by diceduckmonk on 11/3/22, 4:29 AM
Disclaimer: we are building a search engine to search for resources across “workspaces”. In AWS, this unit is the Account. In GCP, this unit is the Project.
by pkrumins on 11/3/22, 2:21 AM
by gh0stcloud on 11/3/22, 11:49 AM