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
general
  • e

    elegant-crayon-4967

    06/12/2019, 2:54 PM
    Is there an easy way to export or migrate a stack from my personal org to a different org?
    n
    g
    • 3
    • 10
  • b

    big-piano-35669

    06/12/2019, 4:20 PM
    In just under 2 hours, we'll be live at

    https://www.youtube.com/watch?v=9O2j22XI9mY▾

    , talking about Pulumi Crosswalk for AWS, including special guests from Tableau discussing getting up and running with EKS in AWS, partner guests from AWS, and a bunch of teammates demoing cool things around ECS, EKS, Lambda, etc. Hope to see you there!
    💯 1
  • p

    proud-alarm-92546

    06/12/2019, 5:01 PM
    @big-piano-35669 "just under 2 hours" means......what? 11am PT? (sorry brian, slack did weird)
    h
    • 2
    • 1
  • g

    gentle-diamond-70147

    06/12/2019, 5:03 PM
    Yep, 11am PT.
  • b

    big-piano-35669

    06/12/2019, 6:01 PM
    Note, we are running a bit behind getting the live stream going (as these things always go!), we will start at 11:15pt instead. Apologies for the delay!
  • b

    big-piano-35669

    06/12/2019, 6:15 PM
    Apologies all -- we have decided to reschedule to Friday at 11am. We don't think y'all want to see code demos at 360p resolution 🙂 Appreciate the patience, we'll get it right and have buttery smooth experience on Friday! Looking forward to seeing folks in a couple days.
    l
    • 2
    • 2
  • b

    big-piano-35669

    06/12/2019, 6:16 PM
    TL;DR, we are quite good at programming the cloud -- not so much at streaming video! 🤦‍♂️
  • c

    cool-egg-852

    06/12/2019, 8:55 PM
    Are there any plans for Pulumi to support detecting k8s.extensions.v1beta1.Deployment as k8s.apps.v1.Deployment for the purposes of migrating them? As in, Pulumi should know these are the same (different versions), and not attempt to create a new resource, but rename the existing one.
    i
    • 2
    • 2
  • f

    fierce-dinner-20116

    06/12/2019, 9:01 PM
    I have some questions about https://blog.pulumi.com/simplify-kubernetes-rbac-in-amazon-eks-with-open-source-pulumi-packages (although these might be more AWS questions than Pulumi-specific ones). 1) Is there something special about the number in the
    Principal
    snippet? Or will any number do?
    "Principal": {
                      "AWS": "arn:aws:iam::153052954103:root"
                    },
    2) Is it possible to map the cluster admin role to an AWS IAM Group instead of just an IAM role?
    g
    n
    • 3
    • 2
  • e

    early-musician-41645

    06/12/2019, 9:06 PM
    Is there a way to bulk-add stacks to team permissions in the console?
    g
    • 2
    • 2
  • b

    brave-salesmen-42327

    06/12/2019, 9:49 PM
    StackReference: How does it work? I have pulumi project A with stack S-A and project A/B with stack S-B. There is a lot of confusing behavior with trying to stack reference using pulumi.StackReference('<org>/S-B') from project A. The example in pulumi/examples doesn't really cover this situation. The example has projects A,B,C and C references B and A. And how do organizations fall into the stack references?
    p
    g
    n
    • 4
    • 34
  • a

    average-dream-51210

    06/13/2019, 12:13 AM
    Who aawesome autosuggest feature to encrypt secret that Pulumi thinks is a secret.
    🔑 2
  • a

    average-dream-51210

    06/13/2019, 1:04 AM
    Is there a way to retrieve output information from Pulumi CLI? Like if I wanted to create a script that relies on certain output variables?
    w
    • 2
    • 2
  • a

    agreeable-refrigerator-25320

    06/13/2019, 2:17 PM
    Hi guys, someone knows how to deploy an existent ecr image to a new fargate instance using pulumi typescript
    j
    p
    • 3
    • 6
  • a

    agreeable-refrigerator-25320

    06/13/2019, 2:17 PM
    ???
  • e

    elegant-crayon-4967

    06/13/2019, 3:33 PM
    Getting an
    InvalidRequest: The request received was invalid status code: 400
    error. Is there any way to tell what exactly Pulumi / TS views as invalid? No errors easily seen in code
    w
    g
    • 3
    • 5
  • p

    proud-alarm-92546

    06/13/2019, 5:13 PM
    anyone available for some more awsx typing help?
    TSError: ⨯ Unable to compile TypeScript:
        index.ts(17,5): error TS2345: Argument of type '{ vpc: Output<any>; }' is not assignable to parameter of type 'ClusterArgs'.
          Types of property 'vpc' are incompatible.
            Type 'Output<any>' is not assignable to type 'Vpc | undefined'.
    (code and error output in thread)
    l
    • 2
    • 113
  • p

    plain-businessperson-30883

    06/13/2019, 5:29 PM
    Hello. By any chance, have anyone here configured Pulumi authentication with AWS SSO? We are having an error “Request nameID format does not match our record”, no luck so far.
    g
    c
    c
    • 4
    • 12
  • l

    limited-rainbow-51650

    06/13/2019, 7:00 PM
    In the Backends documentation (https://pulumi.io/reference/state/#backends), I read that the web backend is a “free service” with advanced tiers for teams etc. On the Pricing page (https://www.pulumi.com/pricing/), I can only compare the feature set for the paid offerings. Which features are available for the “unlimited individual use”?
    b
    • 2
    • 1
  • b

    bitter-van-74785

    06/13/2019, 7:19 PM
    In writing pulumi-aws python code. When one get's into the docs and a dictionary is a required input to a resource declaration (for example
    elasticloadbalancingv2.TargetGroup(health_check={}, ..... )
    where do I go to find the syntax of the dictionary? Boto3, cloudformation, or terraform? I ask because it's neither in the documentation or the SDK code in github
    s
    • 2
    • 10
  • c

    chilly-photographer-60932

    06/13/2019, 9:26 PM
    We have a Pulumi Application with Multiple Stacks - Dev - Staging - Prod We are likely to have about
    20
    stacks for a pulumi repo. All of these above shares the same code expect configuration.
    Config
    	Dev
    	Staging
    	Prod
    When there is a config change in
    Dev
    config
    , we would like to deploy only to
    Dev
    and to no other ENV. Within the CI we can identify which files have changed with something like this https://stackoverflow.com/a/424142/19407 and then deploy only to those ENV, which is somewhat Hacky IMO. Is there a better way to solve this? How is everyone else solving this issue? Thanks
  • n

    narrow-area-11460

    06/13/2019, 9:50 PM
    @chilly-photographer-60932 20 stacks in each environment? or distributed across environments?
    c
    • 2
    • 19
  • m

    most-judge-33290

    06/13/2019, 9:55 PM
    any reason why I cant put a service inside an existing cluster
    let lb = new awsx.elasticloadbalancingv2.ApplicationTargetGroup(
      "scolasticua_api_tg",
      { port: 80 }
    ).createListener("scolasticua_api_ls", { port: 80 });
    let cluster = aws.ecs.getCluster({ clusterName: "tyc00n-fb4c62c" });
    let service = new awsx.ecs.FargateService("scolasticus_api", {
      desiredCount: 2,
      taskDefinitionArgs: {
        containers: {
          scolasticus_api: {
            image:
              "scolasticus_api:latest",
            memory: 512,
            portMappings: [lb]
          }
        }
      },
      cluster: cluster
    });
  • m

    most-judge-33290

    06/13/2019, 9:55 PM
    this fails
  • m

    most-judge-33290

    06/13/2019, 9:56 PM
    Cannot read property 'map' of undefined
  • m

    most-judge-33290

    06/13/2019, 9:56 PM
    fargateService.ts:210:9
    w
    l
    • 3
    • 23
  • b

    brave-angle-33257

    06/14/2019, 1:35 AM
    test worked! :p
    🚀 1
    w
    • 2
    • 1
  • a

    average-dream-51210

    06/14/2019, 3:13 AM
    Hey anybody know if Cognito Triggers bugs out?
  • a

    average-dream-51210

    06/14/2019, 3:13 AM
    Ran into an issue where I put in Lambda triggers for Cognito lifecycle hooks. It would error out and couldn't call the Lambda.
  • a

    average-dream-51210

    06/14/2019, 3:14 AM
    Researched the issue and says its a bug with Cognito (as of 2016) Apparently if you add lambda triggers to Cognito via CLI or the SDK, you need to reattach it manually in the AWS GUI Console for it to work.
Powered by Linen
Title
a

average-dream-51210

06/14/2019, 3:14 AM
Researched the issue and says its a bug with Cognito (as of 2016) Apparently if you add lambda triggers to Cognito via CLI or the SDK, you need to reattach it manually in the AWS GUI Console for it to work.
View count: 1