If you want to run control-tower with it's own IAM account, create a user with the following permissions:
Run the container
docker run --tty --interactive --env AWS_ACCESS_KEY_ID='<YOUR_AWS_ACCESS_KEY>' --env AWS_SECRET_ACCESS_KEY='<YOUR_AWS_SECRET_KEY>' --name control-tower cnservices/control-tower bash
On GCP you must also ensure the following APIs are activated in your project:
If using a dedicated GCP IAM member, a IAM Primitive role of roles/owner for the target GCP Project is required.
Run the container:
docker run --tty --interactive --volume $(GCP_KEY_FILE_PATH):/tmp/ --env GOOGLE_APPLICATION_CREDENTIALS=/tmp/$(GCP_KEY_FILE_NAME) cnservices/control-tower bash
After running the docker container, you will prompted to the container environment shell where you can run the following Control Tower commands:
More information here
Content type
Image
Digest
sha256:a20ee48e5…
Size
506.2 MB
Last updated
over 3 years ago
docker pull cnservices/control-tower