https://pulumi.com logo
Docs
Join the conversationJoin Slack
Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-cdk
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumi-service
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by Linen
aws
  • r

    ripe-shampoo-80285

    01/22/2022, 11:13 PM
    Untitled.cpp
  • r

    ripe-shampoo-80285

    01/22/2022, 11:14 PM
    Note line 253 of my code is the 16 in the above code snippet.
  • c

    cold-yacht-45876

    01/24/2022, 6:58 AM
    Hi, I've been using this to connect API Gateway to a lambda:
    const api = new awsx.apigateway.API(`${stackName}-web-api`, {        
            routes: [{
                path: "{proxy+}",
                method: "ANY",
                eventHandler: lambda,
                apiKeyRequired: true,
            }],
            restApiArgs: {
                endpointConfiguration: {
                    types: "REGIONAL"
                },
            },        
            stageName: environmentType
        });
    , but now I want to have API Gateway to target a lambda alias instead of the actual lambda. I can't seem to figure out how. Any ideas?
    g
    • 2
    • 1
  • w

    worried-author-3242

    01/24/2022, 5:35 PM
    hello, people! I am using Pulumi auto to apply my golang pulumi code in a aws ec2 and I noticed every time pulumi auto gets run a new services resource-aws-v4.25.0 and pulumi-language-go gets up but even when pulumi finishes its execution theses services are still active. Does anyone know the reason for this behavior? pulumi/plugins/resource-aws-v4.25.0/pulumi-resource-aws 127.0.0.1:39809 pulumi-language-go 127.0.0.1:39810
    g
    • 2
    • 1
  • p

    polite-kite-18322

    01/24/2022, 8:44 PM
    Hey there. Quick question around importing an aws PrivateLink. Pulumi documentation suggests these arguments to import: https://www.pulumi.com/registry/packages/mongodbatlas/api-docs/privatelinkendpointservice/#import
    • 1
    • 1
  • p

    polite-kite-18322

    01/24/2022, 8:45 PM
    I can find all of them but I have no idea where to find the `private_link_id`:
    {project_id}--{private_link_id}--{endpoint_service_id}--{provider_name}
  • m

    magnificent-lifeguard-15082

    01/25/2022, 1:29 PM
    Is there any kind of limitation on aws authentication which might cause me to see issues where using many providers would fail where specific providers are unable to "find aws token" but others, with identical configuration - just different defaultTags - be fine? Context: I create a new aws provider for resources under each "Service" (a component resource). Want to move to a stack per service soon but not prioritised.
    m
    r
    g
    • 4
    • 6
  • f

    future-egg-77536

    01/25/2022, 9:33 PM
    Hello, I'd like to create a feature flag appconfig but I dont see a way to do that via the docs. Is that unsupported since that feature is in "preview".
    g
    • 2
    • 3
  • l

    limited-rainbow-51650

    01/26/2022, 3:09 PM
    Are these resources really coming from the AWS Cloud Control API? https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt#L485-L514 I don't see these in the AWS docs here: https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/supported-resources.html
    g
    • 2
    • 1
  • m

    magnificent-lifeguard-15082

    01/26/2022, 9:36 PM
    Anyone else had trouble with
    deleteBeforeReplace
    on a route53.Record ? It's showing a provider change but has correctly identified itself as a "replace" change.
    • 1
    • 1
  • f

    fast-river-57630

    01/26/2022, 10:27 PM
    RunTaskRequest on a awsx.ecs.FargateTaskDefinition with multiple containers ==> runs every command in every container on the task definition?
    g
    • 2
    • 1
  • m

    magnificent-lifeguard-15082

    01/27/2022, 1:20 PM
    How are people working around the issue of specifying a profile for awskms as secrets provider without providing an env variable for the underlying aws cli? Or is that the only way to work it right now?
  • w

    wide-finland-25364

    01/27/2022, 4:45 PM
    Are m6a instances not supported by Pulumi? Seems like I could select m6a instance types when I manually create nodes for EKS clusters using AWS Console.
    d
    b
    f
    • 4
    • 33
  • k

    kind-carpenter-52856

    01/27/2022, 7:14 PM
    Guys, anyone know how to get oidcProvider arn and url, i use package @pulumi/eks (typescript)
    const cluster = new eks.Cluster("my-cluster", {
        skipDefaultNodeGroup: true,
        vpcId: vpc.id,
        publicSubnetIds: vpc.publicSubnetIds,
        privateSubnetIds: vpc.privateSubnetIds,
        instanceRoles: [role],
        createOidcProvider: true
    });
    export const oidcProvider = cluster.core.oidcProvider.arn
    if try to execute i got this message
    index.ts(61,29): error TS2532: Object is possibly 'undefined'.
    l
    • 2
    • 3
  • m

    magnificent-battery-62880

    01/28/2022, 4:53 AM
    I'm using
    pulumi-eks
    with python, after I created the Cluster, how do I get a
    k8s.Provider
    from the kubeconfig?
    b
    q
    • 3
    • 5
  • c

    cool-glass-63014

    01/28/2022, 8:05 AM
    How are you guys collecting logs and APM traces from Fargate services?
  • c

    cool-glass-63014

    01/28/2022, 8:06 AM
    I'm struggling to grapple how to set it up since I am not used to either Pulumi or AWS
    m
    • 2
    • 2
  • g

    gentle-flag-10945

    01/28/2022, 9:17 PM
    Hi, was wondering if anyone has been able to manage a Managed Prefix List. I'm getting the same errors as a couple other people in search history. I'm able to create the list fine, but if I change any entries, it consistently alternates between failing with an error and then no fail but no changes either. the error is:
    error updating EC2 Managed Prefix List (pl-0d8bdb0b40f06ae67): InvalidParameterValue: The specified value for version is not valid. The value must be greater than (
    1).
    • 1
    • 1
  • m

    magnificent-lifeguard-15082

    01/29/2022, 1:37 PM
    Is there a way with awsx to create a subscription for okActions on metrics alarms but exclude cases where it's changing to ok from insufficient data?
    • 1
    • 1
  • s

    steep-cartoon-89174

    01/30/2022, 1:16 PM
    Hey, I'm confused about how to get existing resources for the awsx namespace : if I want to create a targetgroup for and alb for example, I'd get the alb with
    aws.alb.getLoadBalancer()
    but then
    new awsx.lb.ApplicationTargetGroup
    requires an
    awsx.lb.ApplicationLoadBalancer
    How do I get the existing one? Do I need to do a new`awsx.lb.ApplicationLoadBalancer` with the existing name ? feels strange
    l
    m
    • 3
    • 4
  • w

    witty-window-5128

    01/31/2022, 5:15 PM
    Good morning AWS folks. I'm just getting started with Pulumi/AWS/Dotnet and working on an IAM Policy using the
    GetPolicyDocumentStatementConditionArgs
    Input. So far so good, but I'm not sure how to do a Null test, as shown in the following link: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_condition_operators.html#Conditions_Null Any thoughts, or should I maybe ask in the #dotnet channel?
  • p

    proud-angle-89904

    01/31/2022, 8:54 PM
    ls
    w
    • 2
    • 1
  • p

    proud-angle-89904

    01/31/2022, 8:55 PM
    lolol hi
  • f

    fast-river-57630

    01/31/2022, 10:03 PM
    Trying to remember where the waf rule serialization bug is? The one that causes waf writing on every 'up'. pulumi-aws? terraform-provider-aws? I found a post on pulumi-aws from 12 days ago but that's not it. Wondering if it's solved.
  • b

    bored-table-20691

    02/01/2022, 12:01 AM
    In looking at the S3 console and docs, it seems that there’s a way to define a lifecycle policy that deletes all non-current versions of an object older than N day, but keeping at least K non-current versions. I can’t seem to find a way to do this in Pulumi though - am I missing something?
    l
    • 2
    • 14
  • t

    tall-beard-99429

    02/01/2022, 1:43 PM
    How do I create node / modify nodes in a
    MemoryDB
    , I don't see it in the options?
    o
    • 2
    • 1
  • t

    tall-beard-99429

    02/01/2022, 1:43 PM
    https://www.pulumi.com/registry/packages/aws-native/api-docs/memorydb/cluster/
  • l

    little-belgium-31679

    02/02/2022, 5:32 AM
    Are there any Korean developers?
  • b

    better-baker-47643

    02/03/2022, 8:48 PM
    Is it just me or is shockingly difficult to get a simple ECS-fargate / RDS / lambda web app deployed?
    m
    l
    p
    • 4
    • 15
  • b

    better-baker-47643

    02/03/2022, 8:48 PM
    there seems to be endless issues with VPCs, security groups, race conditions, etc
    m
    • 2
    • 1
Powered by Linen
Title
b

better-baker-47643

02/03/2022, 8:48 PM
there seems to be endless issues with VPCs, security groups, race conditions, etc
m

millions-furniture-75402

02/03/2022, 8:53 PM
What sort of issues are you having?
View count: 3