-
Notifications
You must be signed in to change notification settings - Fork 269
Blog Article on how to update SRA Solutions #297
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
Comments
Hi Jana Thanks for sharing this with us. Would you be ok we posting this on LinkedIn to share it with others ? Thanks |
Hi Avik, Sure, that would be cool! You can also mark my LinkedIn: https://www.linkedin.com/in/jana-hockenberger/ Kind regards, |
Is there an official release of the SRA update process? I am asking because the Blog entry fails with access denied: `[Container] 2025/04/30 18:03:18.004435 Running command aws sts get-caller-identity An error occurred (AccessDenied) when calling the GetTemplateSummary operation: User: arn:aws:sts::xxxxxxxxxxxx:assumed-role/sra-codebuild-role/AWSCodeBuild-ee26e4e1-d214-43c5-9db2-44c2720ce72c is not authorized to perform: cloudformation:GetTemplateSummary on resource: arn:aws:cloudformation:eu-central-1:xxxxxxxxxxxxxx:stack/sra-common-prerequisites-staging-s3-bucket/6e87abd0-9606-11ef-a900-0a711dd571e7 because no identity-based policy allows the cloudformation:GetTemplateSummary action [Container] 2025/04/30 18:03:30.847180 Command did not exit successfully aws cloudformation deploy --template-file ./aws_sra_examples/solutions/common/common_prerequisites/templates/sra-common-prerequisites-staging-s3-bucket.yaml --stack-name $SRA_STAGING_S3_BUCKET_STACK_NAME --capabilities CAPABILITY_NAMED_IAM exit status 254 |
The message quite says it: An error occurred (AccessDenied) when calling the GetTemplateSummary operation: User: arn:aws:sts::xxxxxxxxxxxx:assumed-role/sra-codebuild-role/AWSCodeBuild-ee26e4e1-d214-43c5-9db2-44c2720ce72c is not authorized to perform: cloudformation:GetTemplateSummary on resource: arn:aws:cloudformation:eu-central-1:xxxxxxxxxxxxxx:stack/sra-common-prerequisites-staging-s3-bucket/6e87abd0-9606-11ef-a900-0a711dd571e7 because no identity-based policy allows the cloudformation:GetTemplateSummary action Just add the cloudformation:GetTemplateSummary action to the sra-codebuild-role |
@janahockenberger, you mean this needs adding to the source code: aws_sra_examples/easy_setup/templates/sra-easy-setup.yaml since this is the creator of the Role? |
Please stay tuned we are working on an update to the code library solutions that will make deployment and upgrades easier. It will also support dry-run capability along with other enhancements. |
@sbrown-tecracer Either that or add the action in the policy in the console. Depending on how strong your will for a perfect IaC is :D |
Hi,
I saw in your backlog that you will work on an update procedure of SRA.
I wrote a blogpost which steps worked for us, maybe this helps you for your task:
https://dev.to/janahockenberger/how-to-update-aws-sra-in-your-control-tower-environment-4naf
Kind regards,
Jana
The text was updated successfully, but these errors were encountered: