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
{{ message }}
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
There is a weird bug the deployment fails on Step 11 InstallSubCA of the SSM Automation document. These are the logs:
Getting AD domain information
Getting a Domain Controller to perform actions against
Adding computer account to elevated permission group for install
Sleeping to ensure replication of group membership has completed
Clearing all SYSTEM Kerberos tickets
Enabling CredSSP
Enabling CredSSP
Setting CredSSP registry entries
Creating PKI CNAME record
Disabling CredSSP
Disabling CredSSP
Failed to disable CredSSP This command cannot be executed because the setting cannot be disabled.
The deployment fails, and the CloudFormation stack rolls back.
Sometimes we are able to get around the issue by deleting the CloudFormation stack and redeploying. Right now we are deploying the quickstart to a brand new environment using AWS-provided Windows AMI, and it has failed three times.
I'm confused about what this step is doing.
Disabling CredSSP
Disabling CredSSP
Are there any workarounds to get this working? Has anyone else seen this issue?
The text was updated successfully, but these errors were encountered:
This still seems to be an issue. 1st attempt failed with this error.
Getting AD domain information
Getting a Domain Controller to perform actions against
Adding computer account to elevated permission group for install
Sleeping to ensure replication of group membership has completed
Clearing all SYSTEM Kerberos tickets
CA A record missing.
CA A record missing.
CA A record missing.
CA A record missing.
Enabling CredSSP
Setting CredSSP registry entry CredentialsDelegation
Setting CredSSP registry entry AllowFreshCredentials
Setting CredSSP registry entry AllowFreshCredentialsWhenNTLMOnly
Creating PKI CNAME record
Disabling CredSSP
Failed to disable CredSSP This command cannot be executed because the setting cannot be disabled.
Second attempt failed from a timeout no errors. I'll have to look at that one a little closer next week.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a weird bug the deployment fails on Step 11
InstallSubCA
of the SSM Automation document. These are the logs:The deployment fails, and the CloudFormation stack rolls back.
Sometimes we are able to get around the issue by deleting the CloudFormation stack and redeploying. Right now we are deploying the quickstart to a brand new environment using AWS-provided Windows AMI, and it has failed three times.
I'm confused about what this step is doing.
Are there any workarounds to get this working? Has anyone else seen this issue?
The text was updated successfully, but these errors were encountered: