You cannot rename a security group but you can copy it into a new one. On the AWS console go to EC2 -> Security Groups -> Select the SG -> Click actions -> Copy to new. Give it a name and description that suits your taste. After that you can associate this security group with your instances (making it redundant with the old one). Finally, dissociate the old security group from your instances (rules remains the same since the new SG is a copy) and delete the SG.
It is a little bit of work, but it does get the job done with no downtime.
It's not possible to rename a security group, by GUI or by API.
It's also not possible to change the security group that is assigned to an EC2 instance. EDIT: You can now dynamically assign security groups assigned to VPC EC2 instances, but you still can't do this for EC2 classic instances.
If you must change the security group for an EC2 classic instance, then you need to:
- Create an AMI from your instance, then
- Launch a new copy of your instance from the AMI created in step #1, selecting the new security group at launch time.
Không có nhận xét nào:
Đăng nhận xét