|
|
|
|
|
by jedberg
2195 days ago
|
|
Read only at first, then write too. It's hard to do writes though because you have to guess at what the person intended. If someone does 'DROP TABLE ec2.instances', what exactly are they trying to accomplish? Do they want to terminate every ec2.instance? Should we let them? Questions like that make write access very difficult. |
|