What problem are you facing?
I'm creating a template for EC2 Instances based on this documentation and it's said:
Block device configurations only apply on resource creation
Since there’s a deviceName key, I assumed it could be used to identify whether a volume should be modified, added, or deleted on an existing instance. However, it seems updates to block devices are not applied after creation and the resource never get synced.
How could Crossplane help solve your problem?
It would be helpful to support adding new volumes to existing instances, as this is a common operational requirement.