# XDR Interconnect Instances Instances to interconnect govcloud with commercial # Full Connectivity Update Untested, but starting to take notes: 1. Verify that nothing would be rebuilt ``` terragrunt plan ``` 1. Stop routing daemon on instance? (May not be necessary) 1. Taint one instance: ``` terragrunt taint aws_instance.interconnects[0] ``` 1. Rebuild ``` terragrunt apply ``` 1. Validate routing is back up 1. Repeat for other servers.