All Questions
1 question
1
vote
1
answer
544
views
Container is connecting default cluster when trying to setup new ECS Cluster
I am using following cloud formation script to create a new ECS cluster
*{
"AWSTemplateFormatVersion":"2010-09-09",
"Parameters":{
"KeyName":{
"Type":"AWS::EC2::KeyPair::KeyName",
...