I have used aws-vault add production
to create a temporary credentials. Because there is no production named profile in .aws/credentials I decided to remove the credentials and configure a new one, with corrected name. For that I used aws-vault remove production
. That of course only deleted the credentials, but not the profile name shown in the aws-vault list
command output. Is there a way to delete that profile name?
Thanks in advance.