You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
Templates may not be sufficiently portable if ARNs hardcode the :aws: partition-element into them (won't work in specialty-regions like aws-cn). See AWS::Partition pseudo-param documentation.
Expected Behavior:
All templates should work in all AWS partitions
Actual Behavior:
The make_jenkins_ELBv1-pub-autoscale.tmplt.json template will fail if not launched into the default/commercial AWS region
Fix recommendation:
Update enumerated template-files to update all "arn:aws:... string-literals to something more like:
Problem Description:
Templates may not be sufficiently portable if ARNs hardcode the
:aws:
partition-element into them (won't work in specialty-regions likeaws-cn
). See AWS::Partition pseudo-param documentation.Expected Behavior:
All templates should work in all AWS partitions
Actual Behavior:
The
make_jenkins_ELBv1-pub-autoscale.tmplt.json
template will fail if not launched into the default/commercial AWS regionFix recommendation:
Update enumerated template-files to update all
"arn:aws:...
string-literals to something more like:The text was updated successfully, but these errors were encountered: