Using Console
Using CLI
<security-group-id>
with the ID of the security group that you want to rename, and <new-security-group-name>
with a new name for the security group that does not have “launch-wizard” prefix.
For example:
<security-group-id>
with the ID of the security group that you have renamed.
The output should show the new name of the security group.
Using Python
launch-wizard
in AWS using Python, you can follow the below steps:launch-wizard
:launch-wizard
. If you want to rename the security group, you can use the below code:launch-wizard
to new-name
. You can also update the description of the security group as per your requirement.