0
votes

We are using using cloud formation script to create and setup a windows instance for our application. Instance is created using AWS::AutoScaling::LaunchConfiguration.

Now we have a requirement to attach a previously created volume to this instance using the same cloud formation script. Tried using AWS::EC2::VolumeAttachment but was unsuccessful as we do not have the instance id information that is required.

Any inputs?

1
Is this an ASG with a min/max of 1?Chris Pollard
Yes, right now both min/ max is set to 1. we will have to increase max to a higher number.AsteriK

1 Answers

0
votes

My suggestion would be that the AMI which you're using to launch your ASG members should include this volume as part of the image if possible.