resource "aws_eip" "DSRV-Itunes_Aspera_Public_Node_1" {
  #checkov:skip=CKV2_AWS_19: Ensure that all EIP addresses allocated to a VPC are attached to EC2 instances
  domain = "vpc"
  #52.29.225.175
  tags = {
    Name         = "DSRV-Itunes_Aspera_Public_Node_1"
    CLOPS_PUB_IP = "YES"
  }
}

resource "aws_eip" "DSRV-Itunes_Aspera_Public_Node_2" {
  #checkov:skip=CKV2_AWS_19: Ensure that all EIP addresses allocated to a VPC are attached to EC2 instances
  domain = "vpc"
  #52.57.28.191
  tags = {
    Name         = "DSRV-Itunes_Aspera_Public_Node_2"
    CLOPS_PUB_IP = "YES"
  }
}
resource "aws_eip" "dspcache03_Public_IP" {
  #checkov:skip=CKV2_AWS_19: Ensure that all EIP addresses allocated to a VPC are attached to EC2 instances
  domain = "vpc"
  #52.28.3.47
  tags = {
    Name         = "dspcache03_Public_IP"
    CLOPS_PUB_IP = "YES"
  }
}
