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
Delete app results in following error
ServiceNotFoundException: An error occurred (ServiceNotFoundException) when calling the DeleteService operation: Service not found.
The text was updated successfully, but these errors were encountered:
vikomall
changed the title
App delete failing if was resources were deleted
App delete failing if aws resources were deleted
Oct 1, 2017
One way to fix this is to handle such exceptions gracefully and continue deletion of other application artifacts.
Another approach is to periodically sync the state of environment and application resources in AWS with those in cloudark. If any resource is missing then the corresponding env/app can be marked as degraded (or proactively deleted).
devdattakulkarni
changed the title
App delete failing if aws resources were deleted
Sync env and app state with the cloud
Dec 7, 2017
Repro instructions:
ServiceNotFoundException: An error occurred (ServiceNotFoundException) when calling the DeleteService operation: Service not found.
The text was updated successfully, but these errors were encountered: