https://pulumi.com logo
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
  • l

    lemon-spoon-91807

    07/19/2018, 6:25 PM
    and from our learnings there, see what can be done cross-cloud
  • l

    lemon-spoon-91807

    07/19/2018, 6:25 PM
    pulumi-cloud also serves as a good way to see how to build "virtual resources" out of real concrete ones
  • l

    lemon-spoon-91807

    07/19/2018, 6:26 PM
    as a general pattern of componentizing things.
  • s

    stocky-spoon-28903

    07/19/2018, 6:26 PM
    That’s fair. It is a killer feature for CIOs who think they’re going to do multi-cloud though 😉
  • l

    lemon-spoon-91807

    07/19/2018, 6:52 PM
    @adventurous-jordan-10043 I got your example working
  • l

    lemon-spoon-91807

    07/19/2018, 6:52 PM
    I've pushed my changes to make it work https://github.com/CyrusNajmabadi/pulumi-import-bug/commit/70913552c261bdc2a6beee5f58672ef19474413d
  • l

    lemon-spoon-91807

    07/19/2018, 6:52 PM
    i would very much like to chat with you to help explain what i did, and to get some input from you on what you were thinking about when writing this
  • l

    lemon-spoon-91807

    07/19/2018, 6:52 PM
    because this is definitely a subtle and complex area
  • l

    lemon-spoon-91807

    07/19/2018, 6:52 PM
    and we want to improve it
  • l

    lemon-spoon-91807

    07/19/2018, 6:53 PM
    so i'd like to figure out as best as possible how you were thinking about things and how we can help avoid problems here for all devs in the future. Thanks!
  • a

    adventurous-jordan-10043

    07/19/2018, 7:14 PM
    Thanks @lemon-spoon-91807 I'm looking at it right now. I've spend some time this afternoon (Paris) experimenting with different ways to structure my code and I may have more things to show you. But first I'm going to look at what you've done (thanks for your time btw)
  • l

    lemon-spoon-91807

    07/19/2018, 7:15 PM
    any time!
  • l

    lemon-spoon-91807

    07/19/2018, 7:15 PM
    i have an issue on my plate to write some good documentation here
  • l

    lemon-spoon-91807

    07/19/2018, 7:15 PM
    your case is a good example of the types of pitfalls that one can easily hit
  • l

    lemon-spoon-91807

    07/19/2018, 7:15 PM
    and we want to help people avoid that.
  • a

    adventurous-jordan-10043

    07/19/2018, 7:18 PM
    Yeah ok, ive just looked and this is exactly what I'm experimenting with currently. The whole wrapping the docClient resolving with a dynamic import is a common Pulumi pattern.
  • l

    lemon-spoon-91807

    07/19/2018, 7:20 PM
    one min
  • b

    bright-motherboard-93404

    07/19/2018, 7:26 PM
    Is it currently possible to set
    cpu-options
    on ec2 instances? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html#cpu-options-supported-instances-values
    w
    s
    • 3
    • 6
  • a

    adventurous-jordan-10043

    07/19/2018, 7:29 PM
    Do we continue in private or this is fine in # general ?
  • l

    lemon-spoon-91807

    07/19/2018, 7:31 PM
    @adventurous-jordan-10043 i'm moving this over to the public thread
  • l

    lemon-spoon-91807

    07/19/2018, 7:31 PM
    That will help keep the general thread cleaner
  • l

    lemon-spoon-91807

    07/19/2018, 7:31 PM
    anyone can see it and participate
  • a

    adventurous-jordan-10043

    07/19/2018, 7:31 PM
    Perfect thanks
  • l

    lemon-spoon-91807

    07/19/2018, 7:33 PM
    (nevermind...)
  • l

    lemon-spoon-91807

    07/19/2018, 7:33 PM
    sorry, luke is educating me :)_
  • a

    adamant-restaurant-73893

    07/19/2018, 8:08 PM
    🎉 Hey all, we finally have some t-shirts and stickers! If you want to get your hands on them, check out this page, tell us what cool thing you're doing, and we'll send one your way. Thanks in advance for being awesome.
  • a

    adamant-restaurant-73893

    07/19/2018, 8:08 PM
    http://info.pulumi.com/community/give-me-a-tshirt
    ❤️ 4
    👍 3
    s
    a
    c
    • 4
    • 7
  • e

    early-napkin-64960

    07/20/2018, 8:02 AM
    I’m giving a 10 minute lightning talk on getting started with Pulumi at a local meetup in a fortnight. Nervous and excited!
    🎉 3
    🤞 8
    a
    • 2
    • 1
  • a

    adventurous-jordan-10043

    07/20/2018, 8:14 AM
    Is there a changelog available for packages like pulumi/aws
    w
    • 2
    • 2
  • a

    adamant-restaurant-73893

    07/20/2018, 7:35 PM
    Blog: an intro to some essential cloud infrastructure management http://blog.pulumi.com/provisioning-and-managing-cloud-infrastructure-with-pulumi
    m
    • 2
    • 2
Powered by Linen
Title
a

adamant-restaurant-73893

07/20/2018, 7:35 PM
Blog: an intro to some essential cloud infrastructure management http://blog.pulumi.com/provisioning-and-managing-cloud-infrastructure-with-pulumi
m

miniature-potato-84713

07/23/2018, 3:42 AM
That’s a great start… are you planning to go into more detail on EC2 instances and load-balancing, and such the like? I think that would help peeps like me with an existing infrastructure to migrate. (Mental note: read the referenced manuals.)
a

adamant-restaurant-73893

07/23/2018, 5:47 PM
We can definitely dive into any area on this.
👍 1
View count: 1