[Enhancement]: Add support for instant
type of fleet in aws_ec2_fleet
#28830
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Description
EC2 CreateFleet API allows for creation of instances with 3 modes:
maintain
,request
, andinstant
. Instant support is as of yet missing in the Terraform resource, prohibiting ability to take advantage of a synchronous EC2 instance fulfillment process that is now the recommended approach to launching instances, instead of maintain and/or request.Would like to add support for
instant
as atype
that works for EC2 fleet.Affected Resource(s) and/or Data Source(s)
aws_ec2_fleet
Potential Terraform Configuration
References
#9007
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: