Does anyone have experience using Pulumi to schedule destroying and re-creating EC2 instances?
orange-psychiatrist-99685
11/28/2024, 4:40 PM
It seems like I can use DeploymentSchedule to destroy the whole stack, but I only want to destroy the ec2 instance
l
little-cartoon-10569
11/28/2024, 6:00 PM
Generally, if you have different cycles of deployment of resources, then those resources should be in different projects. You may want to move the EC2 instance into its own project.