1 Answer
- Newest
- Most votes
- Most comments
0
you can use the following - please update accordingly
"NetworkInterfaces": [
{
"AssociatePublicIpAddress": false,
"DeviceIndex": "1",
"GroupSet": [
"sg-xxxxxx" // add the ID of your custom security group here
],
"NetworkInterfaceId": {
"Fn::ImportValue": "<NameOfExportedValue>" // add the name of the exported value for the ENI interface here
}
}
]
Relevant content
- asked 8 months ago
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 9 months ago