-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TERRAFORM] Add aws-ec2-zero-trust (#202)
- Loading branch information
1 parent
7953b15
commit a73ebb6
Showing
2 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Building a Self-Hosted AppRunner on EC2 with Cloudflare Zero Trust Access | ||
# Building an AppRunner on EC2 with Cloudflare Zero Trust Access | ||
|
||
This module automates the setup needed | ||
to use CloudFlare Access Applications and Tunnels to securely access webapps running on an EC2 instance, | ||
without exposing them to the public internet, | ||
as described in | ||
[Building a Self-Hosted App Runner on EC2 with Cloudflare Zero Trust Access](http://blog.marcolancini.it/2024/blog-building-selfhosted-apprunner-ec2-cloudflare-zero-trust-access/). | ||
[Building an AppRunner on EC2 with Cloudflare Zero Trust Access](http://blog.marcolancini.it/2024/blog-building-apprunner-ec2-cloudflare-zero-trust-access/). | ||
|
||
|
||
![](https://blog.marcolancini.it/images/posts/blog_apprunner_highlevel.png) |