Reputation: 1
I need to attached an additional EBS volume to my ec2 instance from data pipeline. I think currently data pipeline service does not support an option to specify ebs volumes to attach to a ec2 resource. are there any way to do that using data pipeline?
Upvotes: 0
Views: 33
Reputation: 3
You cannot directly do that from data pipeline itself. You can write a shell script to do that and add that script in ScriptArgument of ShellCommandActivity.
Upvotes: 0