When I am trying to change the security group for the ENI attached to the ECS Instance, It shows you can`t change the parameter of Primary ENI. I understand the parameter of the primary ENI cannot be changed. Is there any workaround available? Can I able to add new ENI as primary?
How to modify the parameters of ENI attached to the ECS Instance?
175 views Asked by Ranjith Udayakumar At
2
There are 2 answers
0
On
AFAIK there is no workaround here. There are several functionalities that ECS provides like
- Attach an ENI Instance
- Detach an ENI instance
- Modify attributes of an ENI
Sadly, I see you can only detach a secondary ENI, but not a primary ENI and also as you said attributes modification also allows only for the secondary Instance. I am exploring if this something I can do it via API, but still in progress. I will keep this answer updated when I find a way
You can modify attributes of a secondary ENI, but not the primary ENI, of an instance. You can modify the following attributes of an ENI:
You can modify attributes of an ENI when it is in the Available or the InUse status. This document describes how to modify attributes of an ENI in the ECS console.
To modify attributes of an ENI, follow these steps:
Alibaba Cloud Official Documentation Available Here