steep-alligator-79173
07/22/2020, 1:12 PMFile "/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "./__main__.py", line 54, in <module>
availability_zone_id=azs[0].name,
steep-alligator-79173
07/22/2020, 1:13 PMsteep-alligator-79173
07/22/2020, 1:13 PMsteep-alligator-79173
07/22/2020, 1:13 PMsteep-alligator-79173
07/22/2020, 1:13 PMsteep-alligator-79173
07/22/2020, 1:22 PMsteep-alligator-79173
07/22/2020, 1:22 PMnames
worried-engineer-33884
07/22/2020, 4:04 PMsalmon-ghost-86211
07/22/2020, 11:59 PMemail
as an option for SNS?
I can manually create an email subscription.
This page: <https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/aws/sns/#TopicSubscriptionArgs>
says
The possible values for this are: sqs, sms, lambda, application. (http or https are partially supported, see below) (email is an option but is unsupported, see below).
It says that three times on the same page but there is nothing below
to reference.sparse-state-34229
07/23/2020, 12:00 AMsparse-state-34229
07/23/2020, 12:00 AMsalmon-ghost-86211
07/23/2020, 12:06 AMlittle-cartoon-10569
07/23/2020, 8:03 PMbitter-dentist-28132
07/24/2020, 1:38 PMmillions-furniture-75402
07/24/2020, 2:42 PMbrave-oyster-92747
07/24/2020, 3:59 PMsparse-state-34229
07/24/2020, 5:17 PMfaint-motherboard-95438
07/28/2020, 1:30 PMaws.ec2.Subnet
and awsx.ec2.Subnet
don’t set the subnet Name, neither from the name
parameter nor any SubnetArgs
values. Why and how to set it then ?
Also these two lacks a lot of properties from awsx.ec2.Vpc
subnets
argument, which would be helpful to have when adding new subnets later on. (or should we avoid aws(x).ec2.Subnet
entirely ?)famous-garage-15683
07/29/2020, 4:16 AM<http://awsx.lb|awsx.lb>.ApplicationLoadBalancer
that sends traffic to different fargate servers based on path, but can't figure out how to specify the path. Could anyone provide any pointers or example?busy-magazine-48939
07/29/2020, 8:32 AMfaint-motherboard-95438
07/30/2020, 2:24 PM@pulumi/postgresql
but obviously it can’t reach the endpoint
which does not resolve outside my vpc/subnet.
I was thinking using an aws.ec2clientvpn
but not sure I can then use some kind of provider from it to connect my program to the vpn and access the rds instances.
Thanks for your ideas/rex !chilly-hydrogen-41038
08/02/2020, 10:04 AMpulimi stack -u
I can get a list of resource but there isn’t an easy way to find them in the AWS console.
Current stack resources (11):
TYPE NAME
pulumi:pulumi:Stack 02-cloud-notifier-dev
│ URN: urn:pulumi:dev::02-cloud-notifier::pulumi:pulumi:Stack::02-cloud-notifier-dev
├─ aws:cloudwatch:EventRuleEventSubscription handler
│ │ URN: urn:pulumi:dev::02-cloud-notifier::aws:cloudwatch:EventRuleEventSubscription::handler
│ ├─ aws:iam/role:Role handler
│ │ URN: urn:pulumi:dev::02-cloud-notifier::aws:cloudwatch:EventRuleEventSubscription$aws:iam/role:Role::handler
chilly-hydrogen-41038
08/02/2020, 10:13 AMchilly-hydrogen-41038
08/02/2020, 11:34 AMnice-airport-15607
08/04/2020, 6:44 PMreadonly lambda?: pulumi.Input<{
functionArn: pulumi.Input<string>;
}>
☝️ is that supposed to be
lambda: () => ``
or
lambda: `lambda.arn`
gifted-city-99717
08/04/2020, 8:51 PMnice-airport-15607
08/04/2020, 11:50 PMsome_topic_name
According to this regex: https://regex101.com/r/oEIngn/3
but I’m getting the following error:
error: aws:iot/topicRule:TopicRule resource 'some_topic_name' has a problem: Name must match the pattern ^[a-zA-Z0-9_]+$
little-cartoon-10569
08/05/2020, 12:24 AMpulumi login -c s3://....
, now I'd like to switch to a different profile to run the Pulumi code. Can I say "use this profile to access the state and whatever is in AWS_PROFILE for running the project"?quaint-guitar-13446
08/06/2020, 2:45 AMquaint-guitar-13446
08/06/2020, 2:45 AMbillowy-army-68599
08/06/2020, 3:34 AMCOPY
to both containers?quaint-guitar-13446
08/06/2020, 4:01 AMlimited-rainbow-51650
08/06/2020, 8:35 AMENTRYPOINT
or CMD
. You still run a pod with 2 containers, but both using the same image using the different ENTRYPOINT
or CMD
.quaint-guitar-13446
08/07/2020, 2:36 AMbillowy-army-68599
08/07/2020, 2:57 AMquaint-guitar-13446
08/07/2020, 3:04 AMdbPassword
aws.ssm.Parameter
but getting a TypeScript error when trying to pass it to the secrets
array in ecs because the arn
is an Output<string>
not a string
. Is there a tutorial on the recommended way to do this?apply
the parameter and create the container inside the callback?