1.0.3 • Published 8 years ago

aws-cloudspace v1.0.3

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
8 years ago

AWS Linux CloudSpace

Free yourself from your Desktop, and reserve some cloud space just for yourself. Don't be grounded by your hardware.

npm version

Build Status

Use ACL Restrictions for VPC to manage security:

  • Inbound Rules

    	| Rule #            |        Type   |   Protocol    |   Port Range  | Source    | Allow / Deny |
    	| :---------------: |--------------:|--------------:|--------------:|----------:|-------------:|
    	| 100               | HTTPS (443)   |   TCP (6)     |   443         | 0.0.0.0/0 | ALLOW        |
    	| 110               | ALL Traffic   |   ALL         |   ALL         | Private IP| ALLOW        |
  • Outbound Rules

    	| Rule #            |        Type   |   Protocol    |   Port Range  | Source    | Allow / Deny |
    	| :---------------: |--------------:|--------------:|--------------:|----------:|-------------:|
    	| 110               | ALL Traffic   |   ALL         |   ALL         | 0.0.0.0/0 | ALLOW        |
  • Security Group * Inbound Rules

    		|        Type   |   Protocol    |   Port Range  | Source    |
    		|--------------:|--------------:|--------------:|----------:|
    		| SSH (22)      |   TCP(6)      |   22          | 0.0.0.0/0 |
    	* Outbound Rules
    
    		|        Type   |   Protocol    |   Port Range  | Source    |
    		|--------------:|--------------:|--------------:|----------:|
    		| ALL Traffic   |   ALL         |   ALL         | 0.0.0.0/0 |