Network

Server build

Variety of networking options

By constructing all servers using cloud services, the Port Communities team achieves low risk, low cost, multifunctional and flexible networking.

Development scope
Rout53 AWS Certificate Manager
Linux Distributions Apache
EC2 RDS

Our strengths

All completed on AWS

In the Port Communities team, staff with a reputation for AWS manage servers and networks centrally using cloud services, so when a failure occurs, we are able to immediately investigate the cause and perform recovery.

Strong security

Especially if you own a database that contains personal information, run regular security diagnostic tests to proactively eliminate potential security vulnerabilities.

Process
  • 01 Create a VPC

    First, we will create a VPC and define the network that will be the foundation for placing instances. Although a VPC is logically completely separated from other VPCs and cut off from the outside world, it is possible to communicate with the Internet and on-premises environment by configuring the settings.

    Consultation
  • 02 Create a subnet

    A subnet is a network separated by a range of IP addresses within a VPC. For security purposes, create two subnets: one for public and one for private.

  • 03 Create an internet gateway

    Create an "Internet Gateway" that will be the gateway from your VPC to the Internet.

  • 04 Create a route table

    By creating an internet gateway, we have created an entrance/exit that connects the VPC to the internet, but as it stands, we have not decided which communication should be directed to the internet. Therefore, these communication rules are established by creating and configuring a route table.

  • 05 Create an EC2 instance

    Create an EC2 instance. Choose one of the Linux distributions provided by AWS and decide on the size of your server at this point. If you don't need that much server capacity, there are instances available in the free tier.

  • 06 Connect to your instance using SSH

    After creating your instance, create a key pair and connect to your instance using SSH.

This site is registered on wpml.org as a development site. Switch to a production site key to remove this banner.