aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
815 stars 400 forks source link

Additional Fargate service #28

Closed rnzsgh closed 6 years ago

rnzsgh commented 6 years ago

This PR adds the fargate-service.cfn.yml template which supports adding new service(s) to an existing Startup Kit Fargate cluster. Users can toggle registration with the ALB for their service, which they may want to disable if the service is background only.

Additionally, there are some minor modifications including:

This PR was tested extensively by manually launching stacks with unique parameters. It was also tested by adding numerous new services (via the new CFN template).

The README.md has not been updated to support the V3 links for this release.