You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform AWS::Serverless-2016-10-31 failed with: Invalid Serverless Application Specification document. Number of errors found: 1. Resource with id [ConfigMapUpdate] is invalid. User: arn:aws-us-gov:iam::xxxxxxxxxx:user/<Redacted> is not authorized to perform: serverlessrepo:CreateCloudFormationTemplate on resource: arn:aws:serverlessrepo:us-east-1:903779448426:applications/eks-auth-update-hook. Rollback requested by user.
> Applications that are publicly shared in other AWS Regions are not automatically available in AWS GovCloud (US) Regions. To make applications available in AWS GovCloud (US) Regions, you must publish and share them independently of other AWS Regions.
Hi @kakarotbyte, simple fix of this issue that removing out ConfigMapUpdate custom resource from the CloudFormation. It is purely optional steps to make aws-auth-cm.yaml update to be done automatically. As mentioned in the blogpost (of below) and also illustrated in below UG, you can update manually aws-auth-cm.yaml so that wordernode group can be added to the cluster w/o this SAR application. https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html
...
Run the CloudFormation for worker node group creation (open5gs-worker.yaml)
...
Optional: If worker node groups don’t get joined to the EKS cluster, then manually update aws-auth-cm.yaml ConfigMap so that the EKS cluster control plane can register the worker nodes. (This step is usually not required if a step of Bastion Host Configuration-4 has been done properly.)
opensource-4g-core-eks/x86-Architecture/cfn-templates/open5gs-worker-x86.yaml
Lines 11 to 41 in 56ad4ac
Also see an error with the SAM:
Transform AWS::Serverless-2016-10-31 failed with: Invalid Serverless Application Specification document. Number of errors found: 1. Resource with id [ConfigMapUpdate] is invalid. User: arn:aws-us-gov:iam::xxxxxxxxxx:user/<Redacted> is not authorized to perform: serverlessrepo:CreateCloudFormationTemplate on resource: arn:aws:serverlessrepo:us-east-1:903779448426:applications/eks-auth-update-hook. Rollback requested by user.
This can be because of the following reason
[] AWS Serverless Application Repository - How AWS Serverless Application Repository Differs for AWS GovCloud (US) - https://docs.aws.amazon.com/govcloud-us/latest/UserGuide/govcloud-sar.html#govcloud-sar-diffs
> Applications that are publicly shared in other AWS Regions are not automatically available in AWS GovCloud (US) Regions. To make applications available in AWS GovCloud (US) Regions, you must publish and share them independently of other AWS Regions.
opensource-4g-core-eks/x86-Architecture/cfn-templates/open5gs-worker-x86.yaml
Lines 770 to 788 in 56ad4ac
The text was updated successfully, but these errors were encountered: