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
I current have swabbie successfully running against AMI and launch-configurations , but for snapshots, seems swabbie can not correctly process the OrphanedSnapshotRule
I saw in the code if looks for the info as follow :
const val IMAGE_EXISTS = "imageExists"
where can I go deeper to debug this ? also what is the reference of this "imageExists" ? seems not clear in the code that where swabbie got this
The text was updated successfully, but these errors were encountered:
I current have swabbie successfully running against AMI and launch-configurations , but for snapshots, seems swabbie can not correctly process the OrphanedSnapshotRule
I saw in the code if looks for the info as follow :
const val IMAGE_EXISTS = "imageExists"
where can I go deeper to debug this ? also what is the reference of this "imageExists" ? seems not clear in the code that where swabbie got this
The text was updated successfully, but these errors were encountered: