aws / aws-dotnet-deploy

Opinionated tooling that simplifies deployment of .NET applications to AWS.
https://aws.github.io/aws-dotnet-deploy/
Apache License 2.0
138 stars 32 forks source link

Adjust Security Group type hints to show the group name and id #819

Closed awschristou closed 7 months ago

awschristou commented 7 months ago

Security Group IDs don't provide enough context on their own for users to choose the right ones from their account. We received Toolkit feedback that users ended up logging into the web console in order to verify they are selecting the correct security group(s) when deploying their project.

This change updates the display value for security groups, so that it shows the group name and id.

Here is an example using this change: image

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.