aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
111 stars 29 forks source link

Publish to Existing Target - can't modify #428

Closed rmasonjr closed 5 months ago

rmasonjr commented 5 months ago

Publish to Existing Target is referencing an Environment Name that doesnt exist anymore:

image

When I click on Edit Settings, everything is grayed-out and I cant change the environment name:

image

How can I just remove the target and start over?

awschristou commented 5 months ago

Hi @rmasonjr , this existing deployment target represents a previous deployment, which is performed through CloudFormation. If you want to remove this Beanstalk environment from your account, you can look through your CloudFormation stacks to find the deployment associated with this Beanstalk environment, and tear down the stack. Keep in mind this will remove any other resources associated with that deployment stack.

rmasonjr commented 5 months ago

ah - thanks - I was so focused on the environment I didnt consider CloudFormation. That worked!