Some checks failed
Deployment Verification / deploy-and-test (push) Failing after 29s
2.4 KiB
2.4 KiB
Install Shuffle on AWS
First, you need to create your own VPC for the same range of private IP addresses.
To create a VPC in AWS, follow these steps
- Sign in to the AWS Management Console and open the Amazon VPC console at https://console.aws.amazon.com/vpc/.
- In the top navigation bar, choose the region in which you want to create the VPC.
- In the navigation pane, choose Your VPCs & Choose Create VPC.
- Enter a name for your VPC in the Name tag field & Choose VPC and more option.
- Specify the IPv4 CIDR block for your VPC. The CIDR block is the range of IP addresses that will be available for use within your VPC. You can specify any CIDR block that is:
- Between a /16 and /28 netmask (inclusive)
- Not currently in use
- Specify the AZs, Number of public subnets & Number of private subnets.
- Choose Yes, Create VPC.
Your VPC will be created and will appear in the list of Your VPCs. By default, a VPC includes a default security group and a default network ACL. You can customize your VPC by adding subnets, security groups, network ACLs, and other resources.
To create an EC2 instance in AWS, follow these steps:
- Sign in to the AWS Management Console and open the Amazon EC2 console at https://console.aws.amazon.com/ec2/.
- In the top navigation bar, choose the region in which you want to create the instance.
- In the navigation pane, choose Instances and Choose Launch Instance.
- On the Choose an Amazon Machine Image (AMI) page, choose an AMI. An AMI is a template that contains the software configuration (operating system, application server, and applications) for your instance.
- On the Choose an Instance Type page, choose the hardware configuration of your instance.
- On the Select an existing key pair or create a new key pair dialog box, choose an existing key pair or create a new one.
- On the network settings page and click on edit and select your VPC & subnet.
- On the Configure Security Group page, configure the security group for your instance. A security group acts as a virtual firewall for your instance to control inbound and outbound traffic.
- On the Add Storage page, add storage to your instance.
- Review your instance launch details and choose Launch.