Closed1

request_spot_instances関数では、インスタンスタイプにタグを付与することができない

nakamikunakamiku

AWS EC2 API reference said :
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_TagSpecification.html
TagSpecification.N
The key-value pair for tagging the Spot Instance request on creation.
The value for ResourceType must be spot-instances-request, otherwise the Spot Instance request fails. To tag the Spot Instance request after it has been created, see CreateTags.
Type: Array of TagSpecification objects
Required: No

https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/issues/80

インスタンスが作成された後に、インスタンスを見つけて付与する必要がある

このスクラップは16日前にクローズされました