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

Feature: Add task to activate AWS Data Pipelines. #17

Open
javibravo opened this issue Apr 15, 2017 · 1 comment
Open

Feature: Add task to activate AWS Data Pipelines. #17

javibravo opened this issue Apr 15, 2017 · 1 comment

Comments

@javibravo
Copy link
Contributor

Add new task type to activate AWS Data Pipelines: http://boto3.readthedocs.io/en/latest/reference/services/datapipeline.html#DataPipeline.Client.activate_pipeline

Use a wrapper to allow use all parameters in the function.

@javibravo
Copy link
Contributor Author

Activate Pipeline require to pass role for AWS Data Pipeline role

ClientError: An error occurred (AccessDeniedException) when calling the ActivatePipeline operation: User: arn:aws:sts::430404216840:assumed-role/LambdaCron-testing/LambdaCron-testing is not authorized to perform: iam:PassRole on resource: arn:aws:iam::430404216840:role/DataPipelineDefaultRole

Documentation: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_passrole.html

Need to find the way to pass role in a dynamic and easy way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant