https://pulumi.com logo
f

future-library-15294

07/29/2023, 8:33 PM
Greetings, I created a project using cookiecutter django with docker enabled. I want to deploy the project to AWS. How can I use Pulumi to run the docker compose yml files and have the app containers uploaded? Trying to set up test/dev and prod apps that can be updated using github actions.
e

elegant-gigabyte-8733

07/29/2023, 9:13 PM
You want to deploy them on ECS Fargate?
f

future-library-15294

07/30/2023, 4:35 AM
@elegant-gigabyte-8733 Yes.
Can I get any help with this?
s

salmon-account-74572

07/31/2023, 2:32 PM
I don’t know what language you’re using so I can’t point you to a specific example, but one place to start would be the Pulumi GitHub examples repo: https://github.com/pulumi/examples/
f

future-library-15294

07/31/2023, 2:45 PM
@salmon-account-74572 I am using python for my pulumi code.
s

salmon-account-74572

07/31/2023, 2:46 PM
Then this would be a potential starting point for you: https://github.com/pulumi/examples/tree/master/aws-py-fargate
e

elegant-gigabyte-8733

07/31/2023, 3:22 PM
Agree with Scott, give that a try if you run into problems let us know I’m happy to help