Skip to content

Instantly share code, notes, and snippets.

@HieronyM
Created October 7, 2019 10:18
Show Gist options
  • Select an option

  • Save HieronyM/8f85ec655520a10671c3582f8129aa04 to your computer and use it in GitHub Desktop.

Select an option

Save HieronyM/8f85ec655520a10671c3582f8129aa04 to your computer and use it in GitHub Desktop.
FIX ERROR – Terraform: Instance Profile already exists
aws --profile PROFILE_NAME iam list-instance-profiles // List all instance Profile
aws --profile PROFILE_NAME iam delete-instance-profile --instance-profile-name INSTANCE_PROFILE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment