We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fec77 commit 190043bCopy full SHA for 190043b
README.md
@@ -39,6 +39,13 @@ more complex apps. EC2 instances can be used for development or as a canary.
39
See the [AWS docs](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scenario2.html)
40
for overview.
41
42
+## ECS with Fargate
43
+
44
+This runs ECS applications with the same infrastructure as above, but running
45
+in containers in Fargate. It supports x86 and Arm.
46
47
+An example app is here: https://github.com/cogini/phoenix_container_example
48
49
## CloudFront for assets
50
51
Store app assets like JavaScript and CSS in CloudFront for performance
0 commit comments