AWS Platform Bootstrap
Source code & Installation
The source code of this kit module can be found here
Run the following command to install the kit module:
collie kit import aws/bootstrap
1
Creates a service user with permissions to deploy the cloud foundation infrastructure. This is a "bootstrap" module, which means that it must be manually executed once by an administrator to bootstrap the cloudfoundation.
Requirements
Name | Version |
---|---|
terraform | >= 1.0 |
aws | ~> 5.14.0 |
Modules
No modules.
Resources
Name | Type |
---|---|
aws_iam_access_key.key | resource |
aws_iam_policy.policy | resource |
aws_iam_user.user | resource |
aws_iam_user_policy_attachment.user-policy-attach | resource |
Inputs
Name | Description | Type | Default | Required |
---|---|---|---|---|
aws_root_account_id | The id of your AWS Organization's root account | string | n/a | yes |
iam_user_name | name of the AWS IAM user | string | "cloudfoundation_tf_deploy_user" | no |
Outputs
Name | Description |
---|---|
aws_root_account_id | The id of your AWS Organization's root account |
cloudfoundation_tf_deploy_user_iam_access_key_id | n/a |
cloudfoundation_tf_deploy_user_iam_access_key_secret | n/a |
documentation_md | n/a |