
ℹ️ Information: Amazon EBS Snapshots Archive is a storage tier for rarely accessed snapshots that you plan to retain for long periods. This feature can reduce your snapshot storage costs by up to 75% compared to the standard tier while maintaining the ability to restore when needed.
After completing Lab 5.2: Creating EC2 Snapshots, you’ve learned how to back up EBS volumes attached to EC2 instances. Organizations often need to store important backups for extended periods to meet data retention policies. Amazon EBS Snapshots Archive provides a cost-effective solution for long-term storage.
When you examine a snapshot created in Lab 5.2, you’ll notice it’s stored in the Standard tier at approximately $0.05/GB-month. By moving this snapshot to the Archive tier, you can reduce storage costs to approximately $0.0125/GB-month (prices shown are for the Singapore Region as of February 2026).

⚠️ Warning: Before archiving a snapshot that’s associated with an AMI, you must first deregister the AMI. Otherwise, the archiving operation will fail.
Navigate to the EC2 console:

Confirm the deregistration:

Navigate to the EBS Snapshots section:

Confirm the archiving operation:
⚠️ Warning: If you attempt to archive a snapshot associated with an AMI, you’ll receive an error message:

You must first deregister the AMI before proceeding, as outlined in Step 1.
Monitor the archiving process:

Verify the archiving is complete:

Select the archived snapshot:

Choose a restoration type:
For this lab, select Permanent restoration:

Monitor the restoration process:

🔒 Security Note: Consider the following limitations and cost implications:
💡 Pro Tip: Use the Archive tier for snapshots that you rarely need to access but must retain for compliance or business continuity purposes. For snapshots you might need to access more frequently, keep them in the Standard tier to avoid restoration delays and costs.