Hello, is there any blog pot or doc , how to build...
# getting-started
s
Hello, is there any blog pot or doc , how to build a ci/cd pipeline using aws tools with pulumi
g
Not that I know of. Honestly, I'd avoid all AWS Code tools if possible. In case you are constrained to AWS Code tools you can search for the CodePipeline examples in Terraform it will practically be almost one to one. also found this https://github.com/thekiiingbob/pulumi-codepipeline The worst thing about CodePipeline is the number of resources you need to maintain to get just the pipeline which is completely unrelated to the use-case. I'd rather use Github Actions or Gitlab and deploy the runners to ECS or similar (if your runner requires direct network access) Otherwise, you may be good with shared runners. But that depends on the scale of the project.
s
@great-sunset-355 thanks. do u know how to make ECS pull secret from secret manager so that ECS can use it for pulling docker image from github, i think im stuck with some permission issue
Copy code
ResourceInitializationError: unable to pull secrets or registry auth: execution resource retrieval failed: unable to get registry auth from asm: service call has been retried 5 time(s): failed to fetch secret arn:aws:secretsmanager:us-west-2:3798216913...