Replies: 1 comment
-
Turns out I just need to RTFM. EC2 instances roles are automatically assumed and I just had to rewrite my ACL logic (since ACL was disabled due to bucket ownership) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a new Django application that uses S3 storage (via boto3). Are there any examples or references on how to use Boto3 along with the task role generated by the copilot service?
Copilot has successfully attached the policy to the Role but there seems to be no docs on how to access these roles or use them within the app
Beta Was this translation helpful? Give feedback.
All reactions