在YAML中创建CloudFormation模板以创建以下资源和输出

时间:2019-06-24 00:57:26

标签: yaml amazon-cloudformation ubuntu-18.04

在AZ中创建Web服务器实例,创建目标组,使用CloudFormation模板创建负载均衡器来管理AWS资源。

这是以下情况:

创建CloudFormation模板以创建以下资源并输出

  • 必需参数○Web服务器安全组
  • Web服务器:AMI-Ubuntu Server 18.04 LTS,t2.micro,使用用户数据安装apache Web服务器
  • 引用创建的Web服务器的目标组
  • 应用程序负载平衡器
  • 侦听器引用负载均衡器和目标组
  • 输出负载均衡器URL

使用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代码:

  • 引用创建的Web服务器的目标组
  • 应用程序负载平衡器
  • 侦听器引用负载均衡器和目标组

建议您为上面找不到的CloudFormation模板提供YAML代码。

1 个答案:

答案 0 :(得分:0)

您可以尝试cloudkast为AWS Cloudformation资源生成yaml或json代码段。 cloudkast是一个在线cloudformation模板生成器。它非常直观且易于使用。