I got an error "Operation type [start] failed with message "The resource '816371366746-compute@developer.gserviceaccount.com' of type 'serviceAccount' was not found.""
Solved! Go to Solution.
Hi luchua-bc,
This error usually occurs when the default service account for Compute Engine has been deleted.
In Google Cloud Platform, projects that have enabled the Compute Engine API come with a default service account called the Compute Engine default service account. This service account has an automatically generated name and email address in the following format: [PROJECT_NUMBER]-compute@developer.gserviceaccount.com.
If you have accidentally deleted the Compute Engine default service account, it might cause issues for applications that rely on its credentials. However, there are some steps you can take to address the situation.
Undelete the service account (if deleted less than 30 days ago):
If you cannot undelete the service account:
For more information:
Hi luchua-bc,
This error usually occurs when the default service account for Compute Engine has been deleted.
In Google Cloud Platform, projects that have enabled the Compute Engine API come with a default service account called the Compute Engine default service account. This service account has an automatically generated name and email address in the following format: [PROJECT_NUMBER]-compute@developer.gserviceaccount.com.
If you have accidentally deleted the Compute Engine default service account, it might cause issues for applications that rely on its credentials. However, there are some steps you can take to address the situation.
Undelete the service account (if deleted less than 30 days ago):
If you cannot undelete the service account:
For more information:
Thank @devenes for your help. I can recover the service account with the "undelete" command then start my instance. Now the issue is resolved.
@luchua-bc My pleasure! I'm glad the solution was effective.