diff --git a/molecule/agent-smoke-kmodule/molecule.yml.template b/molecule/agent-smoke-kmodule/molecule.yml.template index 80742a431..8b528b667 100644 --- a/molecule/agent-smoke-kmodule/molecule.yml.template +++ b/molecule/agent-smoke-kmodule/molecule.yml.template @@ -56,12 +56,12 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-053053586808c3e70 + image: ami-0e001c9271cf7f3b9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-arm64 - image: ami-0ed19957e49be45d2 + image: ami-058b428b3b45defec instance_type: ${INSTANCE_TYPE_AARCH} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template index df87f921a..8f04a815e 100644 --- a/molecule/agent-smoke-legacy-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-legacy-ebpf/molecule.yml.template @@ -56,7 +56,7 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-053053586808c3e70 + image: ami-0e001c9271cf7f3b9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/agent-smoke-universal-ebpf/molecule.yml.template b/molecule/agent-smoke-universal-ebpf/molecule.yml.template index a6420564e..bb146c7bf 100644 --- a/molecule/agent-smoke-universal-ebpf/molecule.yml.template +++ b/molecule/agent-smoke-universal-ebpf/molecule.yml.template @@ -46,12 +46,12 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-053053586808c3e70 + image: ami-0e001c9271cf7f3b9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-arm64 - image: ami-0ed19957e49be45d2 + image: ami-058b428b3b45defec instance_type: ${INSTANCE_TYPE_AARCH} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/agent-uninstall-clean-all/molecule.yml.template b/molecule/agent-uninstall-clean-all/molecule.yml.template index bd5395e24..c3f089a66 100644 --- a/molecule/agent-uninstall-clean-all/molecule.yml.template +++ b/molecule/agent-uninstall-clean-all/molecule.yml.template @@ -56,12 +56,12 @@ platforms: region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-x86_64 - image: ami-053053586808c3e70 + image: ami-0e001c9271cf7f3b9 instance_type: ${INSTANCE_TYPE_X86} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} - name: ubuntu-2204-arm64 - image: ami-0ed19957e49be45d2 + image: ami-058b428b3b45defec instance_type: ${INSTANCE_TYPE_AARCH} region: ${REGION} vpc_subnet_id: ${VPC_SUBNET_ID} diff --git a/molecule/requirements.txt b/molecule/requirements.txt index 804330358..d7fa55713 100644 --- a/molecule/requirements.txt +++ b/molecule/requirements.txt @@ -1,7 +1,7 @@ ansible-core==2.16.5 ansible-lint==24.2.2 -boto3==1.34.79 -botocore==1.34.79 +boto3==1.34.82 +botocore==1.34.82 envsubst==0.1.5 molecule==24.2.1 molecule-plugins[ec2,docker]==23.5.3