salmon-account-74572
02/11/2020, 9:51 PMpulumi preview
) is saying a resource must be replaced?incalculable-angle-91273
02/11/2020, 9:57 PMpulumi up
select details
when it asks me “Do you want to perform this update?” to help figure that outpulumi preview --logtostderr -v=9 2> out.txt
grep replaces= out.txt
It’s super verbose but it might help you determine what’s going ongentle-diamond-70147
02/11/2020, 9:59 PMpulumi preview --diff
salmon-account-74572
02/11/2020, 10:17 PMgentle-diamond-70147
02/11/2020, 10:50 PMsecurityGroups
argument to specify your security groups?
If so, you should use vpcSecurityGroupIds
instead.securityGroups
is a "legacy" AWS argument from the EC2-Classic days before they had VPC support. It's an immutable property of EC2 instances. Whereas vpcSecurityGroupIds
allows changes.salmon-account-74572
02/11/2020, 11:20 PMgentle-diamond-70147
02/11/2020, 11:38 PMsecurityGroups
, fwiw.