Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add teardown template/workflow for "Deploy Cloud Stack in AWS" workflow #192

Open
criscofats opened this issue Oct 22, 2024 · 1 comment

Comments

@criscofats
Copy link

Summary

Request for a teardown template be created so you can clear everything in the AWS account (that isn't a requirement) so you can start from scratch again and show customers the cloud deployments etc. again? Similar to provisioner/teardown_lab.yml

Issue Type

Feature Request

Ansible Playbook Output

NA

Ansible Version

2.4+

Ansible Configuration

NA

Ansible Execution Node

Ansible Controller

Operating System

NA

@l3acon
Copy link
Collaborator

l3acon commented Oct 22, 2024

Think this is a great idea. I would caution that we often hard-code node names for our cloud templates so when you terminate an instance that can lead to issues when you then try to re-create the same ec2 instance. The ansible aws modules error out when you try to change a "terminated" instance into a "running" instance. I have been able to bypass this problem moving regions, though if there's a better solution I'd be happy to hear that as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants