Loading YAML exercise is failing

0

Following an exercise for "Containerized Applications on AWS". https://aws-tc-largeobjects.s3.us-west-2.amazonaws.com/DEV-AWS-MO-ContainersRedux/exercise-1-firstcontainer.html

For its first exercise it offered the following YAML: https://aws-tc-largeobjects.s3.us-west-2.amazonaws.com/DEV-AWS-MO-ContainersRedux/downloads/exercise-containers.yml.

While trying to load it I get the following error: Enter image description here

It complains about: The following resource types are not supported for resource import: AWS::EC2::VPCGatewayAttachment I have not touched the YAML provided, therefore how can it fail?

There are no information with regard to, DeletionPolicy: Resources to import must have a DeletionPolicy attribute specified in the template

Where can I find the proper YAML for the exercise?

1回答
0
承認された回答

Hello.

Do you select "With new resources (standard)" when creating CloudFormation?
You must select this option to create a new resource.
cf

I believe the error itself is similar to the one answered in the following Github issue.
https://github.com/aws-samples/amazon-ec2-global-dashboard/issues/3

profile picture
エキスパート
回答済み 8ヶ月前
profile pictureAWS
エキスパート
レビュー済み 8ヶ月前
  • Thank you, it worked. It is not obvious since the second choice in drop-down refers to Import. Hence I assumed the second choice is the correct one.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ