Is there any way to use former AMI image to create instance?

0

I tried create new instance of IBM Guardium Collector with provided AMI image. 2 weeks ago, I could create it successfully and connect to it via ssh. But from last week , I couldn't create it in same way(failed on status check) and can not connect it via ssh.

I noticed the image of Guardium collector is updated in AMI-makretplace at June11 . I think the updated of image fails to create new instance of Guardium Collector.

So, I tried to find previous image with aws cli, but I can only find newest image.

[cloudshell-user@ip-10-4-0-113 ~]$ aws ec2 describe-images \
> --owners aws-marketplace  \
> --filters "Name=name,Values=Guardium*" \
> --query 'reverse(sort_by(Images, &Name))[].[Name,ImageId,CreationDate]' \
> --output table
----------------------------------------------------------------------------------------------------------------------------
|                                                      DescribeImages                                                      |
+--------------------------------------------------------------------+------------------------+----------------------------+
|  Guardium_v115_Collector-80b0458b-5c00-459e-8d77-751d0dc4a256      |  ami-0cca5b38a33c29700 |  2022-11-28T20:55:02.000Z  |
|  Guardium_v115_Aggregator-a4eb1156-e2dc-449c-ba99-809a8392d91a     |  ami-05249bec1835b5a8d |  2022-11-28T20:47:09.000Z  |
|  Guardium_Insights-CoreOS-AMI-43da15b4-661f-4a6a-adc5-2c9eb7bc9f06 |  ami-0a1a5b1e36f7bfe29 |  2022-08-29T13:49:37.000Z  |
+--------------------------------------------------------------------+------------------------+----------------------------+

Is there any way to use older AMI image ? Or is there someone who knows how to create Guardium Collector instance with newer image?

preguntada hace 10 meses243 visualizaciones
1 Respuesta
2

Hello! In order to revert back to the previous AMI Version you would need a snapshot of the Old Version AMI and deploy a new instance with the old AMI to then get back to the old version.

AWS
respondido hace 10 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas