mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Moved imagename to ecs settings
This commit is contained in:
@ -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\
|
||||||
|
Reference in New Issue
Block a user