Skip to content

Commit 2d9d229

Browse files
committed
Change CloudFront HTTP version to HTTP2/3
1 parent a1172d5 commit 2d9d229

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Changed
55
- Updated the EC2 image ID to the latest Bottlerocket variant.
66
- Added C8g instances to the `ClusterInstanceType` parameter values.
7+
- Changed CloudFront HTTP version to HTTP2/3.
78

89
### Fixed
910
- Added `should-wait = true` to the EC2 instance configuration so it doesn't register itself in the ECS cluster while in warm pool.

template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1490,6 +1490,7 @@ class CustomPlacementGroup(cloudformation.AWSCustomObject):
14901490
Condition=deploy_cloudfront,
14911491
DistributionConfig=cloudfront.DistributionConfig(
14921492
Enabled=True,
1493+
HttpVersion="http2and3",
14931494
Origins=[cloudfront.Origin(
14941495
DomainName=GetAtt(load_balancer, "DNSName"),
14951496
Id=Join("-", [StackName, "origin"]),

0 commit comments

Comments
 (0)