1

I am getting below error, as those are in AWS Console, please find the attached screenshots:

enter image description here

enter image description here

I was just cloning this project https://github.com/aws-samples/aws-dev-hour-backend and trying it out.

Also I have bootstrap using

cdk bootstrap \
  --cloudformation-execution-policies arn:aws:iam::aws:policy/AdministratorAccess
Smit
  • 2,078
  • 2
  • 17
  • 40
  • 1
    Without knowing too much about the source code, these errors are usually coming from cloudformation when s3 assets are defined in the template (e.g. a lambda, nested stack) and the bucket in which these assets reside are not accessible. S3 is particularly annoying since it could be related to the access policy, kms key policy, or scp's.. maybe you can check the synthesized template for s3 references and check those buckets for their bucket policy and kms keys. – LRutten Sep 04 '21 at 17:26
  • What is your codepipeline role? – Marcin Sep 04 '21 at 22:53
  • 1
    @Marcin apart from the permission set during the CDK deploy i.e. AdminAccess I have not set any seperate role for Pipeline. – Smit Sep 05 '21 at 15:51

0 Answers0