I have created a new EC2 instance. It got assigned the default security group. I want to change that security group. How?
| |||
|
feedback
|
|
you can not. security groups can only be chosen when you start your instance. Only VPC instances can change security group. For information on VPC see here. | |||||||
feedback
|
|
It can be changed now http://elastic-security.com/2011/04/19/amazon-security-groups-vpc-vs-ec2/ | |||||
feedback
|
|
For instances launched without a VPC, the Security Group can only be specified at first launch, and cannot be changed afterwards, not even if the instance is stopped first. For instances launched into a VPC, the group can be changed. However, not all instance types are supported in the VPC - for example, "micro" is not supported as of December 2011. | |||
|
feedback
|
secAto the instance, you cannot later change that instance's security group tosecB. I have not found an AWS document that explicitly states this, though. – user35042 Feb 19 '11 at 17:20