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
|
# Set ECS related stuff
|
||||||
instance=s2.medium.8
|
instance=s2.medium.8
|
||||||
|
imagename=Standard_Debian_9_latest
|
||||||
subnet=your-subnet
|
subnet=your-subnet
|
||||||
vpcname=your-vpc
|
vpcname=your-vpc
|
||||||
secgroup=your-sg
|
secgroup=your-sg
|
||||||
|
|
|
@ -27,7 +27,7 @@ echo "### Creating new ECS host via OTC API..."
|
||||||
./otc-tools/otc.sh ecs create \
|
./otc-tools/otc.sh ecs create \
|
||||||
--instance-type $instance\
|
--instance-type $instance\
|
||||||
--instance-name $HPNAME\
|
--instance-name $HPNAME\
|
||||||
--image-name Standard_Debian_9_latest\
|
--image-name $imagename\
|
||||||
--subnet-name $subnet\
|
--subnet-name $subnet\
|
||||||
--vpc-name $vpcname\
|
--vpc-name $vpcname\
|
||||||
--security-group-name $secgroup\
|
--security-group-name $secgroup\
|
||||||
|
|
Loading…
Reference in a new issue