Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
08/10/2021, 1:19 AM
This message was deleted.
b
billowy-army-68599
08/10/2021, 3:55 AM
i don't think we have anything to hand at the moment, I can try throw something together this week. Whuch language SDK are you using?
๐ 1
n
nice-alarm-18551
08/10/2021, 4:18 AM
Hey Lee, thatโs a cool tutorial to have will definitely be useful to all Pulumi developers. I am using Typescript and I appreciate it and thank you!
b
billowy-army-68599
08/10/2021, 6:38 AM
@nice-alarm-18551
how are you deploying your application?
g
great-sunset-355
08/10/2021, 6:46 AM
@billowy-army-68599
from the conversation above I remember it's a group of EC2 instances. So I'd say that components you need are. R53, ACM, ALB/ELB Create 443 listener and attach the certificate from ACM. then in R53 create an A record with alias value of your ALB. Combining these two should give you what you need.
https://github.com/pulumi/examples/blob/master/aws-ts-static-website/index.ts
https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/awsx/lb/#application-load-balancers
Also you may benefit from learning AWS architecture. I can recommend aCloudGuru for that or find some exercies on youtube/udemy. To gain confidence around AWS components.
๐ 1
โ 1
๐ 1
n
nice-alarm-18551
08/10/2021, 8:17 AM
@billowy-army-68599
I am doing web app deployment with ALB -> ECS/Fargate cluster
b
billowy-army-68599
08/12/2021, 7:47 PM
hi
@nice-alarm-18551
while looking through our examples I found this:
https://github.com/pulumi/examples/blob/258d3bad0a00020704743e37911c51be63c06bb4/aws-ts-netlify-cms-and-oauth/cms-oauth/infrastructure/index.ts
which is very close to what you'r elooking for
โ 1
n
nice-alarm-18551
08/14/2021, 5:21 AM
This is really helpful. Thanks Lee!
Open in Slack
Previous
Next