Skip to content

Commit

Permalink
remove extra security group docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vordimous committed Nov 8, 2023
1 parent 374367e commit 78f4cf4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 106 deletions.
2 changes: 1 addition & 1 deletion src/how-tos/amazon-msk/private-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ We can now create a VPC Endpoint to access your MSK cluster from Kafka clients i

### Create the VPC

Follow the [Create VPC]((https://console.aws.amazon.com/vpcconsole/home#CreateVpc:createMode=vpcWithResources)) page to create a `VPC and more` for your MSK cluster with the following parameters.
Follow the [Create VPC](https://console.aws.amazon.com/vpcconsole/home#CreateVpc:createMode=vpcWithResources) page to create a `VPC and more` for your MSK cluster with the following parameters.

- Name tag auto-generation: `my-msk-client`
- IPv4 CIDR block: `10.1.0.0/16`
Expand Down
2 changes: 1 addition & 1 deletion src/reference/amazon-msk/create-msk-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following parameters are needed when following these steps to create a new M

## Create a VPC

If you haven't already created a VPC, go to the [Create VPC]((https://console.aws.amazon.com/vpcconsole/home#CreateVpc:createMode=vpcWithResources)) page to create a `VPC and more` for your MSK cluster with the following parameters.
If you haven't already created a VPC, go to the [Create VPC](https://console.aws.amazon.com/vpcconsole/home#CreateVpc:createMode=vpcWithResources) page to create a `VPC and more` for your MSK cluster with the following parameters.

- Name tag auto-generation: `my-msk-cluster`
- IPv4 CIDR block: `10.0.0.0/16`
Expand Down
57 changes: 0 additions & 57 deletions src/reference/amazon-msk/create-security-group.md

This file was deleted.

15 changes: 8 additions & 7 deletions src/reference/amazon-msk/launch-ec2-instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,16 @@ Click `Launch Instances`.
This launches an EC2 instance in VPC `my-vpc`, not yet accessible via `SSH`.
:::

Follow the [Update Security Group](./update-security-group.md) guide with these parameters to enable SSH access to your EC2 instance.
Navigate to the VPC Management Console [Security Groups table](https://console.aws.amazon.com/vpc/home#securityGroups:) and make sure you have selected the desired region in the upper right corner, such as `US East (N. Virginia) us-east-1`.

VPC: `vpc-xxx (my-vpc)`\
Security Group: `default`
Filter the security groups by selecting a `VPC` and select the `default` security group.

### Inbound Rule

Type: `SSH`\
Source: `0.0.0.0/0`
- VPC: `vpc-xxx (my-vpc)`
- Security Group: `default`
- Edit Inbound Rules
- Add Inbound Rule
- Type: `SSH`
- Source type: `My IP`

::: tip
This makes the launched EC2 instance accessible via `SSH`.
Expand Down
40 changes: 0 additions & 40 deletions src/reference/amazon-msk/update-security-group.md

This file was deleted.

0 comments on commit 78f4cf4

Please sign in to comment.