|
Describe the bug I want to use Cyberduck on those instances to enable users to easily transfer files to and from S3 (via VPC endpoint) through a graphical interface; without internet access there's no AWS Console. However, Cyberduck complains that it can't reach It seems like one of two changes (or both) would need to be made to unblock my use of Cyberduck for this use case:
To Reproduce
Obviously these reproduction steps are non-trivial. If it is helpful to you, I can try to throw together a CloudFormation template and/or AWS CLI shell script that does the environment setup. Alternately, if you have some sort of firewall that can block outbound connections to sts.amazonaws.com, you can probably reproduce it that way. Expected behavior Screenshots Desktop (please complete the following information):
Log Files Snippet: Additional context |
Replies: 1 comment
|
You should be able to workaround this issue with a custom connection profile that sets the
<key>STS Endpoint</key>
<string>https://sts.us-west-2.amazonaws.com</string> |
You should be able to workaround this issue with a custom connection profile that sets the
STS Endpointkey to the regional endpoint.Vendorkey.