aws-samples / saas-reference-architecture-ecs

This repo provides an end to end SaaS reference architecture implementation using Amazon Elastic Container Service (ECS)
MIT No Attribution
63 stars 22 forks source link

fix: EC2 Launch Template Adoption #27

Closed Hoseong-Seo closed 1 month ago

Hoseong-Seo commented 1 month ago

Issue #, if available:

Description of changes: EC2 was created using Launch Configuration before. Launch Configuration was deprecated from 1st Oct(https://docs.aws.amazon.com/autoscaling/ec2/userguide/create-launch-config.html). It is fixed by using Launch Templete by guidance.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.