Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STS Token use for manual data transfers with existing shibboleth IAM roles

  • AWS CLI
    1. https://signin-sts.aws.cucloud.net
  • rclone
    1. rclone config
      1. set id, secret and session token (under advanced config)
  • Cyberduck
    1. Create sts profile in ~/.aws/credentials file
      1. "aws configure --profile sts" and/or text editor
        1. Copy ID, Secret and Token from https://signin-sts.aws.cucloud.net
          [sts]
          aws_access_key_id = [ paste ID ]
          aws_secret_access_key = [ paste key ]
          aws_session_token = [ paste token ]
    2. Download Cyberduck STS token profile
    3. Open Connection - S3 (Credentials from AWS Security Token Service)
      1. Specify profile from #1
        Image Added
  • Mountain Duck (coming soon)

Other Amazon Services

Can I use Mechanical Turk with my Cornell AWS account?

...