Cleanup

Delete the S3 bucket.

AWS => Services => S3 => delete bucket.

../../_images/1_delete_s3_bucket.png

Delete the CloudFormation Stack.

../../_images/2_delete_cloudformation_stack.png

Terraform destroy

From the Visual Studio Code Terminal, invoke terraform destroy.

mv f5-cft-outputs.tf f5-cft-outputs.tf.zzz
terraform destroy --force -var 'bigip_admin_password=f5letme1n'
../../_images/3_terraform_destroy.png ../../_images/4_terraform_destroy_complete.png

Confirm it’s all gone. Review AWS => Services => ec2 => Instances.

Fin