aws-solutions / aws-connected-vehicle-solution

The AWS Connected Vehicle Solution is a reference implementation that provides a foundation for automotive product transformations for connected vehicle services, autonomous driving, electric powertrains, and shared mobility.
http://aws.amazon.com/answers/iot/connected-vehicle-cloud/
Other
87 stars 54 forks source link

Template does not render in Cloudformation designer #1

Closed ericmorfamorales closed 6 years ago

ericmorfamorales commented 6 years ago

When I try to edit this tempate in AWS Cloudformation designer the diagram does not render. Also the conversion to JSON fails. Maybe some identation problem of the YAML file?

It would be nice to take a look at this template in more detail in the designer to see all of its components. Also I want to adapt it to my particular situation and I guess doing it in the designer is less error prone than editing the YAML itself.

adeshnangia commented 6 years ago

I am encountering the same issue. Did anyone find a fix?

shsenior commented 6 years ago

Can you explain the issues you are encountering with the designer and what the error code is you are seeing? I verified that the V2.0.0 deployment template [deployment/connected-vehicle-platform.yaml] uploaded Apr 17 does display in the CFN designer for the us-east-1 region. As well as, verifying it does convert to JSON.

adeshnangia commented 6 years ago

I am getting the following error. The region is US East - Nothern Virginia Cannot render the template because of an error.: YAMLException: duplicated mapping key at line 2334, column 87: ... function for solution deployment" ^

I am able to create the stack once. However, after deleting the stack, it keeps rolling back. with the following message in the event log: The following resource(s) failed to create: [AdTrackingTable, VehicleOwnerTable, TelemetricDataBucket, DriverSafetyServiceRole, VehicleTripTable, AnomalyStream, VehicleDtcTable, MarketingPoiTable, VehicleAnomalyTable, ConnectedVehicleUserPool, HealthReportTable, TelemetricsIotActionsRole, TelemetricTripDataBucket, ApiLambdaExecRole, NotificationServiceRole, JitrServiceRole, VehicleServiceRole, DtcServiceRole, DtcTable, TelemetricsDeliveryStreamRole]. . Rollback requested by user.

On Monday, July 9, 2018, 10:45:46 AM EDT, shsenior notifications@github.com wrote:

Can you explain the issues you are encountering with the designer and what the error code is you are seeing? I verified that the V2.0.0 deployment template [deployment/connected-vehicle-platform.yaml] uploaded Apr 17 does display in the CFN designer for the us-east-1 region. As well as, verifying it does convert to JSON.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

shsenior commented 6 years ago

I can confirm the duplicate key on line 2334 was removed with the recent commit. Have you pulled the latest assets from this repo?