This message was deleted.
# general
s
This message was deleted.
l
I can't find one. It's exactly the same as for Terraform. The Environment page has examples of setting up all the infrastructure: https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/environment/ Then you need to add an app version (including the built zip file, already uploaded to S3): https://www.pulumi.com/docs/reference/pkg/aws/elasticbeanstalk/applicationversion/
You can upload a file to S3 using a FileAsset. There's examples in a few of the example projects on GitHub, or the docs are here: https://www.pulumi.com/docs/reference/pkg/aws/s3/bucketobject/