nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

AWS: add support for associating elastic IP address to instance #1283

Closed francescolavra closed 2 years ago

francescolavra commented 2 years ago

With this change, when creating an AWS instance it is possible to specify in the configuration file an elastic IP address to be associated to the instance. Example:

"CloudConfig" :{
    "ElasticIP": "1.2.3.4"
}

The IP address must be allocated to the AWS account from which the instance is being created.