Merge pull request #140 from xlang-ai/aws-maintain
chore: update expired ami ids
This commit is contained in:
@@ -15,8 +15,8 @@ DEFAULT_REGION = "us-east-1"
|
|||||||
# todo: Add doc for the configuration of image, security group and network interface
|
# todo: Add doc for the configuration of image, security group and network interface
|
||||||
# todo: public the AMI images
|
# todo: public the AMI images
|
||||||
IMAGE_ID_MAP = {
|
IMAGE_ID_MAP = {
|
||||||
"us-east-1": "ami-0a79d05365b959e26",
|
"us-east-1": "ami-05e7d7bd279ea4f14",
|
||||||
"ap-east-1": "ami-03c94058e1dbd6837"
|
"ap-east-1": "ami-0c092a5b8be4116f5"
|
||||||
}
|
}
|
||||||
|
|
||||||
INSTANCE_TYPE = "t3.medium"
|
INSTANCE_TYPE = "t3.medium"
|
||||||
|
|||||||
Reference in New Issue
Block a user