diff --git a/CHANGES b/CHANGES index f841496ca..f318bcfb6 100644 --- a/CHANGES +++ b/CHANGES @@ -2798,4 +2798,5 @@ [8.0.1] * nfs: disable rpcbind service. we only support nfsv4 mounting * dashboard: only show postinstall if notes are not just empty +* ami: disable route53 diff --git a/dashboard/src/js/setup.js b/dashboard/src/js/setup.js index 24a5abab3..4a5c4712b 100644 --- a/dashboard/src/js/setup.js +++ b/dashboard/src/js/setup.js @@ -304,7 +304,8 @@ app.controller('SetupDNSController', ['$scope', '$http', '$timeout', 'Client', f } else if (status.provider === 'gce') { $scope.dnsCredentials.provider = 'gcdns'; } else if (status.provider === 'ami') { - $scope.dnsCredentials.provider = 'route53'; + // aws marketplace made a policy change that they one cannot provide route53 IAM credentials + $scope.dnsCredentials.provider = 'wildcard'; } $scope.instanceId = search.instanceId; diff --git a/dashboard/src/setup.html b/dashboard/src/setup.html index 49dac29df..529330a0e 100644 --- a/dashboard/src/setup.html +++ b/dashboard/src/setup.html @@ -108,11 +108,16 @@ -