Skip to content

Commit a5ca6f4

Browse files
authored
Include IAM role creation
1 parent ced58ff commit a5ca6f4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ This is the diagram of the VPC. I reduced the number of subnets for simplicity b
2020

2121
## Installation
2222

23-
To install this project, you need to have an AWS account and access to CloudFormation service. You first have to launch the VPC stack using the KaliPurple-VPC.yml file. Write "vpc" in the stack name for simplicity. It will create all the necessary subnets and security groups. I used the N. Virginia region so all images belong to it. If you want to use a different region you need to use different images.
23+
To install this project, you need to have an AWS account and access to CloudFormation service. You first have to create two IAM roles named 'KaliPurpleGuacamole' and 'KaliPurpleSSMFullAccess'. Using the 'AmazonSSMFullAccess' should be OK for a testing environment.
24+
25+
Launch the VPC stack using the KaliPurple-VPC.yml file. Write "vpc" in the stack name for simplicity. It will create all the necessary subnets and security groups. I used the N. Virginia region so all images belong to it. If you want to use a different region you need to use different images.
2426

2527
Once this stack is created, you need to create the instances using the KaliPurple-NAT-EC2.yml file. For simplicity use "ec2" as a name. You need to input the name of the VPC stack that was created previously.
2628

@@ -133,7 +135,7 @@ https://192.168.253.103:8022/files
133135

134136

135137
### Kali-Bizantium
136-
Rather than a machine image, in this case the most efficient way to share this machine is via it's configuration file ![Bizantium Config](/config-byzantium.localdomain.xml). You need to edit the file and paste your ip address in the places were 'XXX.XXX.XXX.XXX' appear. Launch the default OpenSense image in the stack and upload the configuration file. The passwords for this configuation are the following.
138+
Rather than a machine image, in this case the most efficient way to share this machine is via it's configuration file ![Bizantium Config](/config-byzantium.localdomain.xml). You need to edit the file and paste your ip address in the places were 'XXX.XXX.XXX.XXX' appear. Launch the default OPNsense image in the stack and upload the configuration file. The passwords for this configuation are the following.
137139
```
138140
**********************************************************************************************************
139141

0 commit comments

Comments
 (0)