updated aws ami and aws cloud-init script for demo4

This commit is contained in:
Sebastian Rieger
2024-05-16 10:35:56 +02:00
parent 172ccb2722
commit 448177c3b9
2 changed files with 7 additions and 8 deletions

View File

@ -16,7 +16,6 @@ home = expanduser("~")
# The image to look for and use for the started instance
# 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