You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+58-58Lines changed: 58 additions & 58 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,31 @@ aws sts get-caller-identity
21
21
aws sso login --profile YOUR-PROFILE
22
22
```
23
23
24
+
## 🚀 One-Click Deploy
25
+
26
+
Deploy the CloudFront reverse proxy directly from the AWS Console with pre-configured settings.
27
+
28
+
| Region | Launch Stack | Console Link |
29
+
|--------|--------------|--------------|
30
+
|**US East (N. Virginia)**|[](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|[Text Link](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|
31
+
|**US East (Ohio)**|[](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|[Text Link](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|
32
+
|**US West (Oregon)**|[](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|[Text Link](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|
33
+
|**EU West (Ireland)**|[](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|[Text Link](https://console.aws.amazon.com/cloudformation/home?region=eu-west-1#/stacks/create/review?templateURL=https://ld-cloudfront-proxy-templates-09-25-25.s3.amazonaws.com/cloudfront.yaml&stackName=ld-cloudfront-proxy¶m_UseCustomDomain=false¶m_PriceClass=PriceClass_100¶m_EnableLogging=false)|
34
+
35
+
You can deploy to any AWS region by changing `region=us-east-1` in the URL to your preferred region (e.g., `region=ap-southeast-1`).
Once validated, proceed to Option 1 for deployment. If you are not using a custom domain, use Option 2 for deployment.
91
61
92
62
### Option 1: AWS CloudFront Reverse proxy with Custom DNS
93
63
94
64
**Deployment time:**~15-20 minutes (CloudFront global propagation)
95
65
96
-
If you have a Route 53 hosted zone, the template can automatically create DNS records.
66
+
If you have a Route 53 hosted zone, the template can automatically create the certificate and DNS records. Ensure you already have the hosted zone setup.
97
67
98
-
NOTE: Ensure you have followed the above steps in the Custom Domain Setup Options section prior to running the below command.
0 commit comments