aws-cloudspace

1.0.3 • Public • Published

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
      H (22) TCP(6) 22 0.0.0.0/0
    • Outbound Rules

      Type Protocol Port Range Source
      L Traffic ALL ALL 0.0.0.0/0

/aws-cloudspace/

    Package Sidebar

    Install

    npm i aws-cloudspace

    Weekly Downloads

    4

    Version

    1.0.3

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • wparad