Hi,
following on from the book I am trying to run some of the cfn-modules examples up, with a view to customising them for our application. I have cloned the repo and followed the example commands but they all seem to fail on VPC creation, specifically on creating the subnets, with the message
{
"StackId": "arn:aws:cloudformation:eu-west-2:496345731537:stack/fargate-alb-single-container-example/62a382d0-62e4-11ea-8ae8-0a7f7081acf8",
"EventId": "Vpc-CREATE_FAILED-2020-03-10T15:34:17.790Z",
"StackName": "fargate-alb-single-container-example",
"LogicalResourceId": "Vpc",
"PhysicalResourceId": "arn:aws:cloudformation:eu-west-2:496345731537:stack/fargate-alb-single-container-example-Vpc-1N3C7PEEZ486L/762eb720-62e4-11ea-b835-060395953c4e",
"ResourceType": "AWS::CloudFormation::Stack",
"Timestamp": "2020-03-10T15:34:17.790000+00:00",
"ResourceStatus": "CREATE_FAILED",
"ResourceStatusReason": "Embedded stack arn:aws:cloudformation:eu-west-2:496345731537:stack/fargate-alb-single-container-example-Vpc-1N3C7PEEZ486L/762eb720-62e4-11ea-b835-060395953c4e was not successfully created: The following resource(s) failed to create: [SubnetBPrivate, SubnetAPrivate, SubnetAPublic, SubnetCPublic, SubnetCPrivate, SubnetBPublic]. ",
"ResourceProperties": "{\"TemplateURL\":\"https://s3.eu-west-2.amazonaws.com/docker-on-aws-derbex/7f02bffc978183451b50c5619681ce0c.template\",\"Parameters\":{\"AlertingModule\":\"fargate-alb-single-container-example-Alerting-18SXWEM5M6PBL\",\"FlowLog\":\"false\",\"S3Endpoint\":\"false\",\"DynamoDBEndpoint\":\"false\",\"NatGateways\":\"false\"}}"
},
my account has admin privileges, any ideas gratefully accepted.