Created
October 7, 2019 10:18
-
-
Save HieronyM/8f85ec655520a10671c3582f8129aa04 to your computer and use it in GitHub Desktop.
FIX ERROR – Terraform: Instance Profile already exists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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