Transfer Appliance: ACE Exam Study Guide (2026)

Image source: Google Cloud Documentation
1. Overview and Use Cases
Transfer Appliance is a high-capacity, ruggedized storage server used to migrate massive amounts of data to Google Cloud Platform offline.
- Key Benefit: It bypasses slow or expensive internet connections by physically shipping data to a Google upload center.
- Capacity: Available in different sizes, typically 40TB, 300TB, or more.
- Use Case: Best for one-time migrations of large datasets (typically >20TB) where bandwidth is a major bottleneck.
2. The Transfer Lifecycle (Common Exam Topic)
You must know the steps in order:
- Order: You request an appliance from the Google Cloud Console.
- Receive: Google ships the ruggedized appliance to your data center.
- Prepare and Capture: You connect the appliance to your local network and copy your data onto it.
- Ship: You ship the appliance back to a Google data center using the provided shipping label.
- Upload: Google uploads the data from the appliance into your specified Cloud Storage (GCS) bucket.
- Verify and Wipe: You verify the data in GCS. Google then securely wipes the appliance according to NIST 800-88 standards.
3. Comparison with Other Tools
The ACE exam frequently tests your ability to choose the right tool based on data size and bandwidth:
| Feature | Transfer Appliance | Storage Transfer Service (STS) | gcloud storage (gsutil) |
|---|---|---|---|
| Method | Offline (Physical Shipping) | Online (Cloud-to-Cloud/Agent) | Online (Manual/CLI) |
| Best For | >20TB, low bandwidth | >1TB, cloud-to-cloud | <1TB, ad-hoc |
| Time | Days/Weeks (Shipping time) | Depends on bandwidth | Depends on bandwidth |
| Complexity | High (Physical handling) | Low (Fully managed) | Moderate (CLI/Scripts) |
4. Security and Data Protection
- Encryption at Rest: Data is encrypted using AES-256 before it is written to the appliance disks.
- Customer-Managed Encryption Keys (CMEK): You provide a key that Google uses to encrypt the data. Google never has access to your unencrypted data during transit.
- Secure Handling: Appliances are ruggedized and shipped in tamper-evident containers.
- Secure Wipe: After the upload is complete, Google performs a multi-pass wipe of all disks to ensure no data remains.
5. Key Exam Tips and Gotchas
- The Bandwidth Calculation: If a question mentions a specific bandwidth (e.g., 100Mbps) and a data size (e.g., 500TB), calculate the time. If it takes months to upload online, the answer is Transfer Appliance.
- Destination: Data always lands in Cloud Storage (GCS) buckets. It cannot be uploaded directly to BigQuery or Filestore.
- Preparation: You must prepare your local network (e.g., provide a 10GbE or 40GbE connection) to load the data onto the appliance quickly.
- Online vs. Offline: Transfer Appliance is Offline. Storage Transfer Service is Online.
- Data Verification: You are responsible for verifying the checksums of the data once it arrives in GCS before authorizing the wipe of the appliance.
6. 2026 Focus Areas
- Sustainability: Google emphasizes the reduced carbon footprint of shipping an appliance versus saturating a low-efficiency network connection for months.
- Integration: Transfer Appliance is often used in conjunction with the Migration Center for end-to-end planning.