Skip to content

Commit 65829c9

Browse files
authored
Merge pull request #48753 from jeana-redhat/OSDOCS-2970-AWS-marketplace-machine-sets
[OSDOCS-2970]: AWS Marketplace images in machineset YAML
2 parents 020c809 + 47bd60b commit 65829c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/machineset-yaml-aws.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ $ oc get -o jsonpath='{.status.infrastructureName}{"\n"}' infrastructure cluster
125125
ifndef::infra[]
126126
<2> Specify the infrastructure ID, node label, and zone.
127127
<3> Specify the node label to add.
128-
<4> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes.
128+
<4> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes. If you want to use an AWS Marketplace image, you must complete the {product-title} subscription from the link:https://aws.amazon.com/marketplace/fulfillment?productId=59ead7de-2540-4653-a8b0-fa7926d5c845[AWS Marketplace] to obtain an AMI ID for your region.
129129
endif::infra[]
130130
ifdef::infra[]
131131
<2> Specify the infrastructure ID, `<infra>` node label, and zone.
132132
<3> Specify the `<infra>` node label.
133133
<4> Specify a taint to prevent user workloads from being scheduled on infra nodes.
134-
<5> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes.
134+
<5> Specify a valid {op-system-first} AMI for your AWS zone for your {product-title} nodes. If you want to use an AWS Marketplace image, you must complete the {product-title} subscription from the link:https://aws.amazon.com/marketplace/fulfillment?productId=59ead7de-2540-4653-a8b0-fa7926d5c845[AWS Marketplace] to obtain an AMI ID for your region.
135135
+
136136
[source,terminal]
137137
----

0 commit comments

Comments
 (0)