QT-DevOps / AWSIssues

Issues with AWS
Apache License 2.0
3 stars 26 forks source link

Error While creating Cloud Formation #71

Closed bschaitanya91 closed 4 years ago

bschaitanya91 commented 4 years ago

Tried to create CF with attached Jason script, which is throwing error as "Unexpected value(s) found: [Name]", "The following resource(s) failed to create: [NewLearning]. . Rollback requested by user." And then it is doing rollback. Please check screenshots and do needful. Cflearning_error vpcCF.txt

ABBANAPURI0445 commented 4 years ago

{ "AWSTemplateFormatVersion" : "2010-09-09", "Description" : "trying to create sample arch", "Resources" : {

   "name": {
     "Type": "AWS::EC2::VPC",
     "Properties": {
       "CidrBlock": "192.168.0.0/16",

     }
   }

}

}