Step 4: Clean up resources - Amazon DynamoDB
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Step 4: Clean up resources

Now you have completed the Tic-Tac-Toe application deployment and testing. The application covers end-to-end web application development on Amazon DynamoDB, except for user authentication. The application uses the login information on the home page only to add a player name when creating a game. In a production application, you would add the necessary code to perform user login and authentication.

If you are done testing, you can remove the resources you created to test the Tic-Tac-Toe application to avoid incurring any charges.

To remove the resources you created
  1. Remove the Games table that you created in DynamoDB.

  2. Terminate the Elastic Beanstalk environment to free up the Amazon EC2 instances.

  3. Delete the IAM role that you created.

  4. Remove the object that you created in Amazon S3.