This message was deleted.
# aws
s
This message was deleted.
g
You cannot get an existing object and then update properties. You can import an existing resource and then make changes to it, but at that point Pulumi assumes "ownership" of the resource which means Pulumi could potentially destroy the resource (if you tell it to) and could cause issues for other tools or systems in your environment.
s
@gentle-diamond-70147 The
createNodeGroup
function above creates an Auto Scaling Group to manage the new nodes. One of the properties is
autoScalingGroupName
. I should be able to access the ASG that just got created and modify some of its properties. I'm not sure how to do that.