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 Answer
0
Accepted Answer

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
EXPERT
answered 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago
  • 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.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions