wf setup cloudorg
wf setup cloudorg
Creates the access privileges required in your cloud provider to use cloud account management for the specified organization
Synopsis
Ensures a cloud org has the right cloud roles (permissions) in the cloud provider to manage accounts for the specified organization.
For these commands to work, you must be logged into the specific cloud you are setting up account automation for:
- AWS: Ensure you have a profile configured and selected before running these commands. https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-quickstart.html
wf setup cloudorg [flags]
Examples
# To set up the roles required for a cloud organization:
$ wf setup cloudorg awsorg-myorg
# Remove all roles (and associated cloud IAM objects) for an organisation account called awsorg-myorg
$ wf setup cloudorg awsorg-myorg --remove
Options
--aws-ou-name string the name of the OU to use for managed AWS accounts
-h, --help help for cloudorg
--non-interactive suppress any prompts, will fail if all required parameters are not provided
--remove removes all IAM resources created and removes the associated Wayfinder role entries
Options inherited from parent commands
--debug Indicates we should use debug / trace logging (default: false)
--force Used to force an operation to happen (default: false)
--no-wait Indicates we should not wait for resources to provision
-o, --output string Output format of the resource (json,yaml,table,template) (default "table")
--profile string Use a profile other than your default for this command
--show-headers Indicates we should display headers on table out (default true)
--verbose Enables verbose logging for debugging purposes (default: false)
-w, --workspace string The workspace you are operating within
SEE ALSO
- wf setup - Initialises dependencies required to run wayfinder