在AZ中创建Web服务器实例,创建目标组,使用CloudFormation模板创建负载均衡器来管理AWS资源。
这是以下情况:
创建CloudFormation模板以创建以下资源并输出
使用YAML:
Warning message:
In `[.data.table`(df, , `:=`((new_col), paste0("<a href='", df[[href]], :
Invalid .internal.selfref detected and fixed by taking a (shallow) copy of the data.table so that := can add this new column by reference. At an earlier point, this data.table has been copied by R (or was created manually using structure() or similar). Avoid names<- and attr<- which in R currently (and oddly) may copy the whole data.table. Use set* syntax instead to avoid copying: ?set, ?setnames and ?setattr. If this message doesn't help, please report your use case to the data.table issue tracker so the root cause can be fixed or this message improved.
需要帮助并提供以下内容的YAML代码:
建议您为上面找不到的CloudFormation模板提供YAML代码。
答案 0 :(得分:0)
您可以尝试cloudkast为AWS Cloudformation资源生成yaml或json代码段。 cloudkast是一个在线cloudformation模板生成器。它非常直观且易于使用。