【发布时间】:2020-05-24 05:56:47
【问题描述】:
如何在服务目录的下拉列表中列出所有私有 AMI。
AWSTemplateFormatVersion : 2010-09-09
Description: "simple web layer"
Parameters:
ImageId:
Description: 'web Layer'
Type: 'AWS::SSM::Parameter::Value<AWS::EC2::Image::Id>'
AllowedPattern: "^[a-zA-Z][-a-zA-Z0-9]*$"
Default: ami-244333
OwnerId: '836749474673'
错误:无效的参数属性“ownerid”
【问题讨论】:
标签: amazon-web-services yaml amazon-cloudformation aws-service-catalog