C2W3 Lab 2 Issue with Exercise 4.2

I’m having an issue with Course 2 Week 3 Practice Lab 2: Implementing Monitoring with Amazon CloudWatch. On exercise 4.2 we are instructed to connect to the EC2 instance and then run the sysbench command after we update the host and password.

sysbench /usr/share/sysbench/oltp_insert.lua \
–db-driver=pgsql \
–table-size=1000000 \
–tables=15 \
–threads=1 \
–pgsql-host= \
–pgsql-port=5432 \
–pgsql-user=postgres_admin \
–pgsql-password= \
prepare

However I am getting the error “Unrecognized command line argument: --table-size=1000000”