pulumi-cloud icon indicating copy to clipboard operation
pulumi-cloud copied to clipboard

Make it easy to add a custom domain to HttpEndpoint and cloud.Service

Open lindydonna opened this issue 8 years ago • 2 comments

Per @chrsmith's feedback here:

  • In the pulumi-cloud suite of packages, can we make it easy to create cloud.Service and cloud.HttpEndpoint that is served from a user-controlled domain. This means providing ways to configure the load balancer, DNS, and maybe certificates in a "as much as possible" cloud provider agnostic manner.

This isn't a critical improvement, so I'm just assigning to M16. But, it may be useful to consider the scenario as part of the current design work.

lindydonna avatar Apr 17 '18 19:04 lindydonna

After having just gone through creating a service at AWS, this would be very handy. Especially being able to stand up an ALB automatically with routing so you don't have to be running a separate balancer per service at $16/mo.

c0bra avatar Oct 19 '18 21:10 c0bra

We are adding AWS-specific libraries for working with ECS Services and APIGateways as part of pulumi/pulumi-aws-infra#53. In the near term, those will offer greater flexibility to control details like this for users who are working with AWS. We'l continue to think about how to add cross-cloud support for this as part of the cloud package.

lukehoban avatar Dec 07 '18 01:12 lukehoban