Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 967 Bytes

README.EC2_KEY.md

File metadata and controls

22 lines (16 loc) · 967 Bytes

EC2 Key Pair

Introduction

When everybody on the Internet can attempt to log into your server, it's important to make sure that it's secure. Rather than use passwords to log into your EC2 server, Amazon use cryptographic keys to secure login to your server.

You'll need to perform this step once before you can deploy your Neo4j server.

Steps

  • Load the Key Pairs page of the AWS console, and log in if you have to.

  • Click the Create Key Pair button

  • Fill in the Key Pair Name button. We suggest you call it 'NEO4J'. You should see a dialog box like this: Dialog Box

  • Your browser should have downloaded a file with the '.pem' extension. Look after that file. It's the only way that you'll be able to access your new Neo4j server later, for doing any administration.