Hi
Following are snippet from build.sh from Example
aws cloudformation deploy --template-file .template.yml
–stack-name java-spring-boot --capabilities CAPABILITY_IAM
–parameter-overrides “AppImage={JAVA_NAME_TAG}" \ "ProxyImage={NGINX_NAME_TAG}”
Say I run this in Production, also there is template.yml there, does this mean it will recreate all the resources that currently already created & running early? I mean if this part of continuous deploy source code e.g Application Load Balancer, ECS cluster, etc.