hashicorp / packer-plugin-alicloud

Packer plugin for Alibaba Cloud Image Builder
https://www.packer.io/docs/builders/alicloud-ecs
Mozilla Public License 2.0
12 stars 21 forks source link

Added feature to build using an Existing available EIP (Elastic IP) #125

Closed daniel-sanchez-maersk closed 1 year ago

daniel-sanchez-maersk commented 1 year ago

Added the possibility to create an image build using an existing available EIP instead of allocating a new one.

Why this feature: Currently it's possible to build using existing network infrastructure such as VPC and Vswitch and security groups, we are using this - yet we are also using Cloud firewall and here we need some custom rules for image build VM's to work. By having a pool of Known before IP addresses we can apply the firewall rules to them, then we just need to use any available EIP from that pool during the build process.

hashicorp-cla commented 1 year ago

CLA assistant check
All committers have signed the CLA.