Skip to content

Change the ownerAlias to owner in the Gitlab AMI link

Kyungjae Park requested to merge (removed):master into master

What does this MR do?

This MR changes the ownerAlias to owner in the AMI link provided for Gitlab EE / CE.

Why are we doing this?

  • Currently, clicking on the AMI link for EE / CE in the documentation does not display any items.
  • First, we need to verify if the ownerAlias and owner ID of the AWS account providing the Gitlab AMI are both the same, at 782774275127.
  • If these values are indeed 782774275127, then changing the link from ownerAlias=782774275127 to owner=782774275127 will allow the list to be displayed correctly.

Merge request reports