diff --git a/desktop_env/providers/aws/manager.py b/desktop_env/providers/aws/manager.py index d326a2e..188fb6b 100644 --- a/desktop_env/providers/aws/manager.py +++ b/desktop_env/providers/aws/manager.py @@ -15,8 +15,8 @@ DEFAULT_REGION = "us-east-1" # todo: Add doc for the configuration of image, security group and network interface # todo: public the AMI images IMAGE_ID_MAP = { - "us-east-1": "ami-0a79d05365b959e26", - "ap-east-1": "ami-03c94058e1dbd6837" + "us-east-1": "ami-05e7d7bd279ea4f14", + "ap-east-1": "ami-0c092a5b8be4116f5" } INSTANCE_TYPE = "t3.medium"