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 Feb 17, 2023. It is now read-only.
When debugging an instance, mounting the volume on another instance is the best way to go. This is a problem when the instance used for debugging and the instance to debug use the same AMI.
The system will complain that the UUID of the root volume and the one of the buggy instance is the same. This is an unnecessary problem people have to fix by googling how to override that check.
By changing the UUID on first boot, this problem can be avoided.
The text was updated successfully, but these errors were encountered:
When debugging an instance, mounting the volume on another instance is the best way to go. This is a problem when the instance used for debugging and the instance to debug use the same AMI.
The system will complain that the UUID of the root volume and the one of the buggy instance is the same. This is an unnecessary problem people have to fix by googling how to override that check.
By changing the UUID on first boot, this problem can be avoided.
The text was updated successfully, but these errors were encountered: