aws-samples / aws-serverless-workshop-innovator-island

Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop.
MIT No Attribution
564 stars 228 forks source link

Spice Capacity #54

Closed msailes closed 3 years ago

msailes commented 3 years ago

Yesterday I helped run this workshop of a customer and we hit a problem with the Amazon QuickSight module.

We hit a 'Not enough SPICE capacity' error (screenshot attached).

As a work around we deleted data from the S3 bucket. Can the workshop be modified so this doesn't happen?

Thanks,

Screenshot 2021-01-27 at 14 25 37
jbesw commented 3 years ago

In a new AWS account or one provided with Event Engine, there will be enough SPICE capacity. However, if the customer uses an existing account where they have used QuickSight before, it's possible that they have already consumed some of the capacity.

This is a tricky problem since I wanted the simulation to generate a significant amount of data to show how the features work. But maybe the answer is to have a Help/FAQ section on this page that describes how to fix this problem if it occurs. What do you think?

msailes commented 3 years ago

This was with an Event Engine account.

jbesw commented 3 years ago

That's very odd. I'll dig into this further.

jbesw commented 3 years ago

I've modified the simulator to reduce the amount of data produced by ~20%. This should resolve edge conditions where the amount of data produced is slightly higher than the default amount of SPICE storage available.