aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.95k stars 2.1k forks source link

Updated READMe with information about avoiding potential 403 status code #1034

Closed hellofadude closed 3 weeks ago

hellofadude commented 1 month ago

Fixes # 1029

Updated READMe for static-site because I was getting 403 status code, because I was using an administrative account that was not the root account. I figured rather than put in a fix directly in the code, as not everyone will be in the same situation, an update to the READMe.md would be a better solution.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kaiz-io commented 1 month ago

Have you tried using a user that had AdminAccess and not SCP/Permissions Boundary? You should not need to use the root user account, as that is not a best practice for AWS governance.

github-actions[bot] commented 1 month ago

This PR has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.