-1

Trying to run some HammerDB benchmarks and it appears that the new AWS C5 instances have no store volume. Is there any way to attach some?

DMQ95
  • 1,201
  • 3
  • 9
  • 8

1 Answers1

0

C5 is not supported for instance store. See: Amazon EC2 Instance Store

Even if your instance type supports instance store:

If you need additional instance store volumes, you must add them to the instance as you launch it.

See: Adding Instance Store Volumes to an Instance?

helloV
  • 50,176
  • 7
  • 137
  • 145