mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-08-31 07:16:22 +00:00
Moved imagename to ecs settings
This commit is contained in:
parent
d099b90b98
commit
baa7294024
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ linuxpass=LiNuXuSeRPaSs#
|
|||
|
||||
# Set ECS related stuff
|
||||
instance=s2.medium.8
|
||||
imagename=Standard_Debian_9_latest
|
||||
subnet=your-subnet
|
||||
vpcname=your-vpc
|
||||
secgroup=your-sg
|
||||
|
|
|
@ -27,7 +27,7 @@ echo "### Creating new ECS host via OTC API..."
|
|||
./otc-tools/otc.sh ecs create \
|
||||
--instance-type $instance\
|
||||
--instance-name $HPNAME\
|
||||
--image-name Standard_Debian_9_latest\
|
||||
--image-name $imagename\
|
||||
--subnet-name $subnet\
|
||||
--vpc-name $vpcname\
|
||||
--security-group-name $secgroup\
|
||||
|
|
Loading…
Reference in a new issue