What is AWS’s billing policy regarding stack resources?
You are not charged for the stack resources if they are not taking any traffic.
You are charged for the stack resources for the time they were operating (but not if you deleted the stack within 30 minutes)
You are charged for the stack resources for the time they were operating (but not if you deleted the stack within 60 minutes)
You are charged for the stack resources for the time they were operating (even if you deleted the stack right away)
Explanations:
You may incur charges for resources provisioned by the stack, regardless of whether they are actively taking traffic. Charges apply based on the resource type and usage.
Charges for stack resources accrue based on their operational time. However, the 30-minute deletion window does not apply; charges can incur even for short-lived stacks.
Similar to option B, you are charged for the duration the resources are operational. The 60-minute deletion window is not applicable, as charges begin immediately upon creation.
You are charged for the stack resources for the duration they are operational, even if you delete the stack right away. Charges are based on the resources used, not their lifecycle.