0
我每次都創造了一個CFT模板,當我執行雲的形成,我應該在輸出端接收5個不同的用戶名AWS雲的形成輸出模板
例
Output
1st attempt - [email protected]
2nd attempt - [email protected]
upto 5 attempts - [email protected]
Again on 6th attempt it should go back to [email protected]
"Outputs" : {
"Username" : {
"Description" : "Appcito Cafe UserName",
"Value" : { "Fn::Join" : [ "", [ "testdrive-[dynamic(01-05)]@example.com"]]}
},
誰能請與幫助樣本模板輸出。
這裏「執行雲形成」是什麼意思? – bsvingen
我的意思是堆棧 – user3415790