I soon have to spin up an ec2 with a nitro enclave. I'm considering using just aws-cdk, but is there any advantages to using sst for this? I do like the abstracted components sst offers (queues, buckets, etc). I expect most of the application code will be some app wrapped in docker. I've used SST heavily already for lambda based work.
Question: Does sst offer significant benefits if we're not using lambdas?