This role would work similar to the cluster access role, in the sense that individual users (or groups) would be given permission to assume this role in the role policy itself, and this role would have access to write to S3. Then, whenever running a command needing that permission, you'd need to pass --role option in the AWS CLI command, to assume the role.
This role would work similar to the cluster access role, in the sense that individual users (or groups) would be given permission to assume this role in the role policy itself, and this role would have access to write to S3. Then, whenever running a command needing that permission, you'd need to pass
--roleoption in the AWS CLI command, to assume the role.