简体   繁体   中英

cyberduck connecting with profile

I have two AWS accounts, Account A, Account B
On Account B there is IAM Role with trust relationship to account A and S3FullAccess policy .
On Account AI have IAM user configured with access key and secret key , this IAM user has policy with assume role to the role created on Account B .
Meaning, the user on Account A has full access to S3 resources on Account B .

When I configure the access and secret keys on my local pc on ~/.aws/credentials and configure the arn_role of the role created on account B on ~/.aws/config , I have access to all S3 resources on Account B from AWS CLI .

I am using Cyberduck to create Presigned URLs and I want to create the Presigned URLs using the configuration I specified here.
I want to have access using the cross account role on Cyberduck , as I specified.
I this feature exists? alternate options are welcome.

应该可以使用Connecting using AssumeRole from AWS Security Token Service (STS) 中S3(来自 AWS Security Token Service 的凭证)配置文件

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM