A retail company needs to provide a series of data files to another company, which is its business partner These files are saved in an Amazon S3 bucket under Account A, which belongs to the retail company. The business partner company wants one of its 1AM users. User_DataProcessor. to access the files from its own AWS account (Account B). Which combination of steps must the companies take so that User_DataProcessor can access the S3 bucket successfully? (Select TWO.)
Option B is what I've seen on similar practice sets. Stopping and starting all the placement group instances lets AWS try to reallocate the underlying hosts, clearing up capacity limitations. Not fully sure if there's an edge case, but B fits best imo.
For this, I'd lean B. Official practice tests and docs say DataSync plus Glacier Deep Archive is usually the most cost-effective for archive with week-long retrieval needs. Only thing that makes me pause is if Tape Gateway (D) is really needed for legal or process reasons, but I don't see that here. Anyone got different experience from labs?
Why not just go with latency-based routing (option C) here? The question isn't asking about country-based compliance or location restrictions, just wants the lowest latency for users. Latency routing gets users to their fastest API endpoint automatically, which is exactly what they're after.
C tbh, since the cross-Region read replica lets you promote quickly and have the compute layer hot in the other region. A and B seem slower because you have to spin up the DB from snapshots when disaster happens, which takes more time. D is a bit of a trap, RDS snapshots can't just convert to DynamoDB global tables. I think C is right but open if anyone sees a catch with this setup.