1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
0
With the help of Louis T. at Amazon tech support we discovered that it was corrupted RSA Machine Keys.
Steps are:
- Access corrupt drive via another EC2 instance
- Rename MachineKeys folder for back-up
- Create a new empty MachineKeys folder
- Assign permissions to new folder
- Reattach to original EC2 intstance
Instructions for the EC2 instance/folder naming are in this pdf: https://drive.google.com/open?id=1glgqgHm6SycPKPlV__WcQzWg1AeJMs78
Set permissions via CMD with "Run as Administrator"
takeown /f "D:\ProgramData\Microsoft\Crypto\RSA\MachineKeys" /a /r
icacls D:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /t /c /grant "NT AUTHORITY\System:(F)"
icacls D:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /t /c /grant "NT AUTHORITY\NETWORK SERVICE:(R)"
icacls D:\ProgramData\Microsoft\Crypto\RSA\MachineKeys /t /c /grant "BUILTIN\Administrators:(F)"
respondido hace 6 años
Contenido relevante
- Como solucionar el error: Supplied Policy document is breaching Cloudwatch Logs policy length limit.Respuesta aceptadapreguntada hace 9 días
- preguntada hace 2 días
- preguntada hace 23 días
- OFICIAL DE AWSActualizada hace 2 meses
- OFICIAL DE AWSActualizada hace un mes
- OFICIAL DE AWSActualizada hace un año
- OFICIAL DE AWSActualizada hace 4 años