コード例 #1
0
 /**
  * Disassociates ip address from the attached instance
  * @param $ip
  */
 private function disAssociateElasticIP($ip)
 {
     $this->ec2Client->disassociateAddress(['DryRun' => false, 'PublicIp' => $ip]);
 }