AWS Credentials Sources
This results in two option for providing AWS Security Credentials:
Identity Federation for AWS
Tip | ||
---|---|---|
| ||
This is the recommended approach to share and manage AWS credentials:
|
Please refer to the Identity Federation for AWS Administrator's Guide for details on how to configure the connectors.
- this option requires at least one AWS Connector to be configured with System Scope to allow usage from Bamboo builds, where no user session is available
- a connector yields a set of temporary credentials on task execution (optionally limiting the IAM permissions)
- you can configure multiple connectors to provide credentials with different IAM permissions tailored for specific use cases
Inline
Note | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
This is not recommended, but easy to get started with:
|
If you prefer this solution, you might still want to ease credentials reuse a bit via variable substitution as follows:
- configure Access Key and Secret Key as e.g.
${bamboo.awsAccessKeyPassword}
and${bamboo.awsSecretKeyPassword}
- define plan and/or global variables for the configured variable names (i.e.
awsAccessKeyPassword
andawsSecretKeyPassword
given this example) with the actual credentials, which will then be substituted on task execution accordingly
AWS China (Beijing) Region
Include Page | ||||
---|---|---|---|---|
|
AWS GovCloud (US) Region
Include Page | ||||
---|---|---|---|---|
|