Skip to content

Instantly share code, notes, and snippets.

@nleiva
Created July 9, 2021 19:49
Show Gist options
  • Save nleiva/6b503bc979d6411108ea8d196c91fe1b to your computer and use it in GitHub Desktop.
Save nleiva/6b503bc979d6411108ea8d196c91fe1b to your computer and use it in GitHub Desktop.
- name: Delete EC2 instance
community.aws.ec2_instance:
region: "{{ ec2_region }}"
state: absent
filters:
instance-state-name: running
"tag:Name": "{{ ec2_name_tag }}"
"tag:Environment": "{{ ec2_environment }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment