better-baker-47643
09/17/2021, 2:01 PMerror: 1 error occurred:
* updating urn:pulumi:staging::connection::aws:s3/bucket:Bucket::pulumi-staging-my-bucket: 1 error occurred:
* AccessDenied: Access Denied
status code: 403, request id: F72W8ZNDNM1BM1W9, host id: /2Z31uOorObZpN2gwgD59eWLKKhcrNvtqonR/ThWQng9kDDHBSaY5jaO/gx4u1BJFDqXLcSr/iU=
I've added all the s3 permissions that could possibly be relevant and tried debugging with v=9
but can't see the command that is failing. Is there a way to output each AWS command being sent that I'm missing? tried looking through the docs and github issues but haven't found anythingwitty-candle-66007
09/17/2021, 2:38 PMaws configure
or environment variables to set up your AWS access?
Can you use the AWS CLI to create a bucket?
Something like aws s3 mb <s3://bucket-name>
?better-baker-47643
09/17/2021, 2:54 PMwitty-candle-66007
09/17/2021, 3:05 PM