Have lots of AWS accounts
src-bin.com
Have lots of AWS accounts
1–10 of 176 posts
Re: Have lots of AWS accounts
#2Re: Have lots of AWS accounts
#3Roles and service accounts can even reference across projects, though I'm not sure I'd recommend doing that.
No more faffing about with special accounts, passwords and difficult to configure shared VPCs, it all becomes so easy.
Even managing the different accounts is difficult without browser extensions such as this one: https://chrome.google.com/webstore/detail/aws-extend-switch-...
Re: Have lots of AWS accounts
#4AWS gets many things more right, but I think GCP wins on how they handle Projects and Managed Instance Groups for auto-scaling.
Re: Have lots of AWS accounts
#5One of the things I love most about google cloud is that "projects" are easy to create and easy to link to other projects. Roles and service accounts can even reference across projects, though I'm not sure I'd recommend doing that. No more faffing about with special accounts, passwords and difficult to configure shared VPCs, it all becomes so easy. Even managing the different accounts is difficult without browser ext…
Re: Have lots of AWS accounts
#6One of the things I love most about google cloud is that "projects" are easy to create and easy to link to other projects. Roles and service accounts can even reference across projects, though I'm not sure I'd recommend doing that. No more faffing about with special accounts, passwords and difficult to configure shared VPCs, it all becomes so easy. Even managing the different accounts is difficult without browser ext…
AWS is much simpler and more straightforward. You don't have to think about anything to segregate infrastructure, networks, applications, users, data, etc. Just put it in a different account. If someone needs access, you need to explicitly add extra connections/grant that access. You can't just accidentally create one user that implicitly has access to hundreds of accounts.
Honestly the entire security model of Google Cloud is frightening. It's like they wanted to make it easy to expose everything.
Re: Have lots of AWS accounts
#7One of the things I love most about google cloud is that "projects" are easy to create and easy to link to other projects. Roles and service accounts can even reference across projects, though I'm not sure I'd recommend doing that. No more faffing about with special accounts, passwords and difficult to configure shared VPCs, it all becomes so easy. Even managing the different accounts is difficult without browser ext…
Author of the article here: I agree. GCP projects are a better abstraction. I still think AWS is, on balance, a better cloud.
Maybe the next blog post?
Re: Have lots of AWS accounts
#8Got to be my favorite way to describe two nines ever!
Re: Have lots of AWS accounts
#9Re: Have lots of AWS accounts
#10That's gold advice. I wish AWS RAM supported more services (like AWS EKS).
A small complain: working with AWS SSO is a bit tedious. My current solution is to share my ~/aws/config with everyone so we all have the same profile names and scripts can work for everyone.