I am trying to create different kind of pipelines but I am not able to specify an EC2 computation resource properly .I have my EC2 instances and I'm providing their subnet ID,it still however doesn't work. Do I have to create a different kind of computation resource all together Please let me know steps to configure this in console
Asked
Active
Viewed 184 times
0

helloV
- 50,176
- 7
- 137
- 145

Jasjyot Singh Jaswal
- 31
- 5
-
what doesn't work? give more detail. – helloV Feb 23 '16 at 23:03
-
It asks for a default subnet ID from anEC2 vpc.. I can see in the dependencies and the EC2 resource is in red – Jasjyot Singh Jaswal Feb 24 '16 at 03:40
2 Answers
0
Do try looking up into the AWS Data Pipeline Documentation.
And, some tutorials tutorials here.

CodeWalker
- 2,281
- 4
- 23
- 50
0
"I have my EC2 instances and I'm providing their subnet ID"
To clarify, you need not create resource beforehand. Datapipeline creates EC2 resource on your behalf. All you have to do is specify what kind of resource to launch in your pipeline definition.
datapipeline documentation on EC2 resource object: http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-object-ec2resource.html
you can also check out various datapipeline samples in github: https://github.com/awslabs/data-pipeline-samples/tree/master/samples

vishnu
- 26
- 2