mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 19:58:52 +00:00
11 lines
186 B
Bash
11 lines
186 B
Bash
![]() |
# Set password for user linux
|
||
|
linuxpass=LiNuXuSeRPaSs
|
||
|
|
||
|
# Set ECS related stuff
|
||
|
vpcname=your-vpc
|
||
|
subnet=your-subnet
|
||
|
keyname=your-KeyPair
|
||
|
az=eu-de-03
|
||
|
secgroup=your-sg
|
||
|
instance=s2.medium.8
|