Fabric Fast: Billing Account creation and IAM bindings? #2626
-
Hi I'm getting started with a new organisation (in GCP) and have been reading the Medium article by Darren Lester that elaborates on the Fabric Fast process for the first couple of stages. This recommends someone only follow the first two steps in the cloud foundation guided steps that appear in the GCP cloud console. Does Fabric Fast also require that I should set up a billing account if I'm setting up a new organisation and don't already have any billing account, before I use the 0-bootstrap blueprint? The readme in fast/stages/0-bootstrap also mentions a couple of recommended options for whether the IAM bindings should be set at the organisation level or on the billing account itself. Are there any negative implications of choosing these to be bound at the organisation level rather than more specifically at the billing account level? Could you please provide some additional context as to why someone would choose each option? Re: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
A billing account is required, it doesn't matter where it comes from. If you already have a billing account, you can use it.
It's not a matter of better/worse alternatives but rather how organizations and billing accounts are structured. Some users have a single organization and a single billing account, but there are more complex scenarios with multiple organizations that leverage a single billing account. FAST can accomodate for both of these cases (and others too). The bottom line is that you need a billing account where you are Billing Account Administrator. Whether that billing account is part of your organization or not has little impact except on how permissions are managed. FAST tries to hide this complexity and that's why it allows you to pass in different configurations depending on your situation. |
Beta Was this translation helpful? Give feedback.
A billing account is required, it doesn't matter where it comes from. If you already have a billing account, you can use it.
It's not a matter of better/worse alternatives but rather how organizations and billing accounts are structured. Some users have a si…