Skip to content
Snippets Groups Projects
Commit f31cc8c9 authored by DJ Mountney's avatar DJ Mountney
Browse files

Merge branch 'share-ami-aws-marketplace-account' into 'master'

Share AMIs with AWS Marketplace account

See merge request gitlab-org/omnibus-gitlab!3190
parents 7974cb61 64f9b367
No related branches found
No related tags found
No related merge requests found
---
title: Share AWS AMIs with the Marketplace account
merge_request: 3190
author:
type: other
......@@ -16,6 +16,8 @@
"ami_name": "GitLab CE {{user `version`}}",
"ami_description": "Official GitLab CE {{user `version`}} AMI. https://about.gitlab.com/",
"ami_groups": ["all"],
"ami_users": ["684062674729", "679593333241"],
"snapshot_users": ["684062674729", "679593333241"],
"tags": {
"Type": "GitLab Community Edition",
"Version": "{{user `version`}}"
......
......@@ -14,6 +14,8 @@
"instance_type": "m3.medium",
"ssh_username": "ubuntu",
"ami_name": "GitLab EE {{user `version`}}",
"ami_users": ["684062674729", "679593333241"],
"snapshot_users": ["684062674729", "679593333241"],
"ami_description": "Official GitLab EE {{user `version`}} AMI. https://about.gitlab.com/",
"ami_groups": ["all"],
"tags": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment