Category : AWS

Home » Archive by category : AWS

To enable SSH into an instance in VPC, need to check the Route Table associated with the VPC. Add a route Destination: 0.0.0.0/0 Target: igw-id where id is the id of the Internet Gateway of the same VPC.   More info check out https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Scen..

Read more

Using AWS Load Balancer “sportlogic-alb1” Target {             “HealthCheckPath”: “/ping”,              “HealthCheckIntervalSeconds”: 30,              “VpcId”: “vpc-42e92127”,              “Protocol”: “HTTP”,              “HealthCheckTimeoutSeconds”: 5,              “TargetType”: “instance”,  ..

Read more