You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This account ID is required to display AMI IDs for images that are provided by Red Hat.
34
34
====
35
35
<2> The `--query` command option sets how the images are sorted with the parameters `'sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]'`. In this case, the images are sorted by the creation date, and the table is structured to show the creation date, the name of the image, and the AMI IDs.
36
-
<3> The `--filter` command option sets which version of {op-system-base} is shown. In this example, since the filter is set by `"Name=name,Values=RHEL-8.4*"`, then {op-system-base} 8.4 AMIs are shown.
36
+
<3> The `--filter` command option sets which version of {op-system-base} is shown. In this example, since the filter is set by `"Name=name,Values=RHEL-8.8*"`, then {op-system-base} 8.8 AMIs are shown.
37
37
<4> The `--region` command option sets where the region where an AMI is stored.
38
38
<5> The `--output` command option sets how the results are displayed.
39
39
--
40
40
41
41
[NOTE]
42
42
====
43
-
When creating a {op-system-base} compute machine for AWS, ensure that the AMI is {op-system-base} 8.4 or 8.5.
43
+
When creating a {op-system-base} compute machine for AWS, ensure that the AMI is {op-system-base} 8.8 or a later version of RHEL 8.
44
44
====
45
45
46
46
.Example output
@@ -49,9 +49,9 @@ When creating a {op-system-base} compute machine for AWS, ensure that the AMI is
0 commit comments