Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does AWS STS work with ECS? #26

Open
thomaslange24 opened this issue Jun 19, 2019 · 1 comment
Open

Does AWS STS work with ECS? #26

thomaslange24 opened this issue Jun 19, 2019 · 1 comment

Comments

@thomaslange24
Copy link

Hi, does ECS also support creating temporary security credentials with AWS STS and Assume Role?
What i want to do is address the storage from a web app running in the browser on the client side. But i don't want to share the longterm credentials for that. Instead i want to use AWS STS to create temporary credentials on server side and pass those to the client. And since it is not so easy to do a multipart upload using presigned urls i think using STS is the best way. Or do you reccomend another way to do so without sharing longterm credentials?

@ksteinfeldt
Copy link

Unfortunately ECS does not support IAM at this time. I've taken some time to think about your problem and you may be stuck with pre-signed URLs. You could try to solve the problem by rotating keys, but you are only allowed 2 secret keys at a time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants