Skip to content

javishere/radius-server-beanstalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radius Server with NOSQL DB

Autodeployment with beanstalk

Amazon Web Services, Beanstalk, DynamoDB

Authentication system, Serverless, NOSQL database

This repository deploy a full authentication system to integrated with the firewall via Radius protocol. It uses beanstalk service to autodeploy the Database (dynamosDB), the instances, security group and roles needed.

Deployment

  1. Choose name for the database name (DBNAME) and the SECRET in the .ebextensions/parameters.config on Default atributte of each parameter

  2. Deployment with amazon console:

    1. Open amazon beanstalk service
    2. Click on Create a new environment
    3. Choose web server environment
    4. Choose node.js platform
    5. Upload the this repository on a .zip

    Deployment with EB cli:

    1. Install de EB cli: Link
    2. During the EB cli init choose node.js platform
    3. Open the console inside the root directory of the repository
    4. Run:
      eb create
      
    5. Choose the configuration settings
  3. Add a register example in the Table of DynamoDB you have just created. At least the register should have this three atributtes: User, Password and ExpireDate


FAQ

  • How do I do specifically so and so?
    • No problem! Just do this.

About

Radius Server conected to a AWS DynamoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published