I'm trying to backup my local DC to AWS for DR. When running locally, a system state backup and a restore through DSRM works fine. Unfortunately, a server in DSRM fails to boot in AWS (a situation that looks unlikely to resolve), so I'm looking for other options.
My understanding of Active Directory is pretty minimal, as I'm a software developer by trade. I've seen many suggestions for just making another replicated mirror in AWS. My problem there is I have to keep two instances (DC and gateway/VPN) and a VPN running constantly for that to work, as opposed to just consuming a small slice of S3. Unless there's a way for AD replication to run with an extremely intermittent network connection, I don't think that's going to work for me.
Another option I've seen is IFM, making custom installation media for the remote site that contains the AD database. Everything I've read there says there has to be another DC for that domain visible before it can be added as part of that domain. That isn't possible considering this is for DR. The local office may be unavailable.
So I'm looking for some way to make a backup of the AD database and restore it to a new or existing server in isolation from any other DCs without using DSRM. Is that possible?