Does anyone have experience using Pulumi to schedu...
# general
o
Does anyone have experience using Pulumi to schedule destroying and re-creating EC2 instances?
It seems like I can use DeploymentSchedule to destroy the whole stack, but I only want to destroy the ec2 instance
l
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.