Reputation: 392
I want to attach few existing volumes using a template in AWS CloudFormation. Is it possible to do it? Any help or pointer would be greatly appreciated.
TIA
Upvotes: 0
Views: 169
Reputation: 1468
Yes, it is possible. Use AWS::EC2::VolumeAttachment
in your CFN template.
See additional info at
Upvotes: 2