updated aws ami and aws clout-init script
This commit is contained in:
@ -14,7 +14,8 @@ home = expanduser("~")
|
||||
# IP, but elastic ips are expensive - make sure to delete them after you used them
|
||||
|
||||
# The image to look for and use for the started instance
|
||||
ubuntu_image_name = 'ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20210128'
|
||||
# aws ec2 describe-images --owner amazon | grep ubuntu | grep jammy | grep hvm | grep ssd |grep amd64 | grep -v minimal | grep -v pro | grep -v testing | grep -v k8s | grep "Name"
|
||||
ubuntu_image_name = 'ubuntu/images/hvm-ssd/ubuntu-jammy-22.04-amd64-server-20240319'
|
||||
# TODO: 18.04, currently still needed for faafo, need to port faafo demo app to 20.04 or higher and python3...
|
||||
|
||||
# The public key to be used for SSH connection, please make sure, that you have the corresponding private key
|
||||
|
Reference in New Issue
Block a user