Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to release 2.12.0.

...

Assume Role an assumed role External ID and an optional IAM Policy (if absent, AWS applies a default Assume Role AssumeRole AssumeRolearn:aws:iam::123123123123:role/UpdateAPP AssumeRole
Principal TypeExplanationCredential lifetime (min/max/default)Learn more at AWS
Federated UserAssumed Role

Yields temporary AWS security credentials for a federated user an assumed role with the Atlassian user name and an optional External ID and an optional IAM Policy (if absent, AWS applies a default)

Note

In order to use the Federated User Assumed Role principal type, you need to Grant an IAM Group Permission to Create Temporary Credentials! This example policy grants permission to access the AWS STS GetFederationToken AssumeRole API once added to the long-term AWS security credentials you are about to use for federation (i.e. not here in this AWS Connector dialog):

Code Block
languagejs
titleExample IAM Policy
collapsetrue
{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
    "Action": "sts:GetFederationTokenAssumeRole",
    "Resource": "*arn:aws:iam::123123123123:role/UpdateAPP"
  }]
}
Info
Federated User does not allow to access IAM or STS APIs, for example when creating IAM resources via CloudFormation - use or Assume Role for these scenarios instead.
Permissions for GetFederationToken



15m/12hr/1hr 1)
Federated User

Yields temporary AWS security credentials for

a federated user with the Atlassian user name and an optional

, yet typically required IAM Policy (check Omit IAM Policy when resource-based policies are used instead)

Note

In order to use the

Federated User principal type, you need to Grant an IAM Group Permission to Create Temporary Credentials! This example policy grants permission to access the AWS STS

GetFederationToken API once added to the long-term AWS security credentials you are about to use for federation (i.e. not here in this AWS Connector dialog):

Code Block
languagejs
titleExample IAM Policy
collapsetrue
{
  "Version": "2012-10-17",
  "Statement": [{
    "Effect": "Allow",
    "Action": "sts:
GetFederationToken",
    "Resource": "
*"
  }]
}



Info
Federated User does not allow to access IAM or STS APIs, for example when creating IAM resources via CloudFormation - use Assume Role for these scenarios instead.


IAM user: 15m/36hr/12hr

Root account: 15m/1hr/1hr

Account (
IAM User (session token)

Yields temporary AWS security credentials for the selected IAM user (recommended) or AWS account (disadvised) itself

Info
Account (IAM User (session token) does not allow to specify IAM policies or distinguish users - use Federated User or Assume Role for these scenarios instead.


IAM user: 15m/36hr/12hr

Root account: 15m/1hr/1hr

Notes1) The 12hr maximum is only available with an appropriately configured Maximum Session Duration Setting for a Role.