Here I have an AWS instance that has been specified with two security group default① and my first group②.
Now I would like to make this instance ssh available. Both the following ways work:
- specify this instance with a new security group
ssh-available - Or, find the Elastic Network interface(ENI) of this instance, then specify the ENI with security group
ssh-available.
Are they same?
When specifying an security group to an instance, is its eni specified a security group under the hood?
