Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an ASP.NET app that runs in AWS ECS Fargate #532

Merged
merged 3 commits into from
Jan 30, 2020

Commits on Jan 29, 2020

  1. Add an ASP.NET app that runs in AWS ECS Fargate

    This adds an example of a basic ASP.NET app that runs in AWS ECS
    Fargate. This includes the infrastructure required to build and publish
    that application as a Docker container image to a private ECR repo,
    spin up a new ECS Fargate cluster, run a load balancer listening for
    external Internet traffic on port 80, and run services across all
    subnets in the default VPC for the target deployment region.
    joeduffy committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    d49ddc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36b4c3 View commit details
    Browse the repository at this point in the history
  3. More brace movement

    joeduffy committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    b03c2eb View commit details
    Browse the repository at this point in the history