Reputation: 101
I selected "aws transfer for sftp
" service from aws console.
However, I get the error as follows:
Unable to load content
Something went wrong, you may not have permissions to access these resources. Refresh to try again.
I created the IAM Policies and Role
as mentioned in the following guide, however I still get the error:
https://docs.aws.amazon.com/transfer/latest/userguide/sftp.ug.pdf
Upvotes: 2
Views: 4490
Reputation: 6903
I am assuming that you are administering your account with an IAM user rather than root (which is good). If so, you are going to need to create your own IAM Policy for the creation and maintenance of the AWS Transfer servers.
WARNING: THIS IS FOR SERVER MANAGEMENT, NOT FOR THE SFTP USERS
AWSTransferFullAccess
You should now be able to make a server and manage users and roles.
Upvotes: 3
Reputation: 2427
You might need various transfer:*
permissions in one of the IAM policies that applies to you.
Upvotes: 1