Open LucaGasp opened 5 months ago
We are having a similar issue. Did you ever find a solution?
I am having same issue while deploying Microsoft PKI into our existing VPC:
Failed to receive 1 resource signal(s) within the specified duration
.
Can anyone help to fix the issue?
Hello, I'm deploying in an existing VPC with AWS-Managed AD version. From the CloudFormation console I can only see that the script goes in CREATE_FAILED status setting up the SubCA, status reason: "Failed to receive 1 resource signal(s) within the specified duration"
Thankfully, in the CloudWatch Log Group, filtering for the name I gave to the stack, I'm able to see that there are 4 consecutive streams: First:
Second:
failed to run commands: exit status 1
Third:Fourth:
failed to run commands: exit status 1
I've been only able to troubleshoot the WARNING message regarding the download of the NuGet package, creating the neede dinbound rule in the security group associated with the SubCA server, than RDP-ing to the server. I've been able to reach the URL relat4ed to the warning, which FYI will redirect you to https://go.microsoft.com/fwlink/?LinkID=627338, which host the html page:
For my understanding, that should be OK. Indeed, the Third Cloudwatch log stream doesn't mention the warning. For that reason, I suppose the whole thing is failing on setting PSGallery Repo to trusted, because was not found.
Do you have any hint or clue? Thank you