Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support AWS Data Pipeline #1538

Closed
petterl opened this issue Aug 30, 2017 · 18 comments
Closed

Support AWS Data Pipeline #1538

petterl opened this issue Aug 30, 2017 · 18 comments
Labels
new-resource Introduces a new resource. service/datapipeline Issues and PRs that pertain to the datapipeline service.

Comments

@petterl
Copy link

petterl commented Aug 30, 2017

It would be nice to be able to use AWS Data Pipeline with Terraform.
We are using it for dumping data from RDS to S3 every night.

http://docs.aws.amazon.com/datapipeline/latest/APIReference/Welcome.html

I need ability to create:

  • S3DataNode
    • CSVDataFormat
    • TSVDataFormat
  • SqlDataNode
    • RdsDatabase
  • CopyActivity
    • Ec2Resource

Similar issue in core before split: hashicorp/terraform#4077

@Ninir Ninir added the enhancement Requests to existing resources that expand the functionality or scope. label Aug 30, 2017
@cep21
Copy link
Contributor

cep21 commented Nov 6, 2017

Supporting the nodes may be too much at first. What about starting with JSON import/export of the pipeline definition.

@radeksimko radeksimko added new-resource Introduces a new resource. and removed enhancement Requests to existing resources that expand the functionality or scope. labels Jan 28, 2018
@armanshan12
Copy link
Contributor

Any updates on this?

@Constantin07
Copy link

Constantin07 commented Apr 4, 2018

Any status updates on this ? I need this too in TF, don't want to mix TF and CF.

@scraly
Copy link

scraly commented Apr 10, 2018

Hi,
we terraformed EMR and EMR steps but now we need to terraform aws data pipeline which should schedule emr.
How can we do that?
When it will be possible to terraform data pipeline resources?
Thanks.

@djk29a
Copy link

djk29a commented Jul 26, 2018

You can deploy data pipelines via Terraform by using CloudFormation stacks to create data pipelines. Note that data pipelines in use (especially in "deactivating" state) can be very unstable in their provisioning states and can oftentimes fail to delete after several minutes of no feedback. This will result in a CloudFormation rollback or a stack creation that may require you to clean up the CF stack.

@dvopsway
Copy link

+1 Any updates on this?

@nolancash
Copy link

It looks like this is pretty close to being done. Do we know how long till this will be released?

@scottpazelt
Copy link

Is there any update on when this will be available?
Thanks.

@dave2535
Copy link

following

@scottpazelt
Copy link

@nolancash are you aware of any timing on this?

@nolancash
Copy link

@scottpazelt I have no connection to hashicorp and thus have no info.

@Szasza
Copy link
Contributor

Szasza commented Jun 25, 2019

@bflad now that TF 0.12 is released, could the PR on this get some attention please?

Thank you in advance for your time.

@bflad
Copy link
Contributor

bflad commented Jul 11, 2019

The first piece of functionality here, the aws_datapipeline_pipeline resource, has been released in version 2.19.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this new resource, please create a new GitHub issue following the template for triage. Thanks!

@bflad bflad added the service/datapipeline Issues and PRs that pertain to the datapipeline service. label Jul 11, 2019
@tbugfinder
Copy link
Contributor

Current resource implementation seems to be very basic. Would any options be added to it soon ish?

@kevintrannz
Copy link

Any update on the release time frame support please?

@dotnetooo
Copy link

same question here. is the resource going to be available any time soon?

@breathingdust
Copy link
Member

Closed via #22597

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-resource Introduces a new resource. service/datapipeline Issues and PRs that pertain to the datapipeline service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.