This is an automated email from the ASF dual-hosted git repository.
arvindsh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git
The following commit(s) were added to refs/heads/master by this push:
new 49b5ebd Update Aws-ami to Current Version (#366)
49b5ebd is described below
commit 49b5ebda1411be21a7d7ff8296723caca958fcce
Author: Jeffrey Manno <[email protected]>
AuthorDate: Wed Jul 29 22:33:54 2020 -0400
Update Aws-ami to Current Version (#366)
* updated aws-ami to the most up to date version
---
conf/muchos.props.example | 2 +-
lib/tests/ec2/test_config.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/muchos.props.example b/conf/muchos.props.example
index d37c005..16eed15 100644
--- a/conf/muchos.props.example
+++ b/conf/muchos.props.example
@@ -65,7 +65,7 @@ use_systemd = False
# You may need to change this value if a new image has been released or you
are running in a different region.
# Before using this AMI, subscribe to it on the CentOS product page below or
launching will fail:
# https://aws.amazon.com/marketplace/pp/B00O7WM7QW
-aws_ami = ami-9887c6e7
+aws_ami = ami-0affd4508a5d2481b
# Type of AWS instance launched by default
default_instance_type = m5d.large
# Type of AWS instance launched for any node running 'worker' service
diff --git a/lib/tests/ec2/test_config.py b/lib/tests/ec2/test_config.py
index 52b619a..6d166ba 100644
--- a/lib/tests/ec2/test_config.py
+++ b/lib/tests/ec2/test_config.py
@@ -37,7 +37,7 @@ def test_ec2_cluster():
)
assert c.get("ec2", "default_instance_type") == "m5d.large"
assert c.get("ec2", "worker_instance_type") == "m5d.large"
- assert c.get("ec2", "aws_ami") == "ami-9887c6e7"
+ assert c.get("ec2", "aws_ami") == "ami-0affd4508a5d2481b"
assert c.user_home() == "/home/centos"
assert c.max_ephemeral() == 1
assert c.mount_root() == "/media/ephemeral"