diff --git a/desktop_env/providers/aws/manager.py b/desktop_env/providers/aws/manager.py index 3867e2d..d326a2e 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-019f92c05df45031b", - "ap-east-1": "ami-07b4956131da1b282" + "us-east-1": "ami-0a79d05365b959e26", + "ap-east-1": "ami-03c94058e1dbd6837" } INSTANCE_TYPE = "t3.medium"