Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 342a0b9

Browse files
committed
updated ami
1 parent 3431110 commit 342a0b9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

aws-blueprint.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@ inputs:
6060
description: >
6161
A Cloudify Manager AMI. Default is for region us-east-1.
6262
For other regions, search Community AMIs: Cloudify Community 17.3.31.
63-
If you choose to bootstrap, try: ami-ae7bfdb8.
64-
For other regions, reference official CentOS 7 AMI.
65-
See: https://wiki.centos.org/Cloud/AWS#head-78d1e3a4e6ba5c5a3847750d88266916ffe69648
63+
If you choose to bootstrap, try: ami-6ed2fd04.
6664
default: ami-3b6c092d
6765

6866
cloudify_instance_type:
@@ -348,7 +346,7 @@ node_templates:
348346
cloud_config:
349347
users:
350348
- name: { get_input: cloudify_image_username }
351-
groups: sudo
349+
primary-group: wheel
352350
shell: /bin/bash
353351
sudo: ['ALL=(ALL) NOPASSWD:ALL']
354352
ssh-authorized-keys:

0 commit comments

Comments
 (0)