I want to test my dynamodb with one availability zone failure. The basic idea comes to my mind is that find out EC2 instance(s) which dynamodb is running on within an availability zone, and stop or terminated it/them or do something in security group or NACL that related to the EC2 instance(s). But I am even not found the EC2 instance that running dynamodb in my AWS account. Any idea is welcome!!!
Asked
Active
Viewed 685 times
1 Answers
0
DynamoDB doesn't run on EC2 instances in your account. Like for example S3 it's a AWS-managed service running on hardware outside of your account. Because of that you can't test partial failures of DynamoDB, because you have no possibility to induce such failures into DynamoDB.

Dunedan
- 7,848
- 6
- 42
- 52
-
Thanks a lot, it saves me a lot of time. – Gang Oct 24 '19 at 08:50
-
Do you have any referenced document or link that talk the detail? – Gang Oct 28 '19 at 01:31